JakeWharton / JakeWharton/crossword
Leading combining diacritic should not combine with existing text
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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