JakeWharton / JakeWharton/crossword

Leading combining diacritic should not combine with existing text

Open
#21 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
161
Forks
9
Avg merge
3h 9m
Merged PRs (30d)
13

Description

For example, write o at 0,0 and then write \u0308e at 1,1 we should see oxe (where x is a stand-in for the diacritic). This can be done by prefixing the written string with a zero-width, non-joiner. Requires #20.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review issue #20 first, then locate the text-writing entry point in the crossword canvas. Reproduce the example by writing o at 0,0 and \u0308e at 1,1; done means the displayed result is oxe, using x as the diacritic stand-in.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.