Leading combining diacritic should not combine with existing text · Issue #21 · JakeWharton/crossword · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For example, write
o
at 0,0 and then write\u0308e
at 1,1 we should seeoxe
(wherex
is a stand-in for the diacritic). This can be done by prefixing the written string with a zero-width, non-joiner. Requires #20.The text was updated successfully, but these errors were encountered: