Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for diacritics #18

Open
roedoejet opened this issue Apr 28, 2022 · 2 comments
Open

Add support for diacritics #18

roedoejet opened this issue Apr 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@roedoejet
Copy link
Owner

See this comment by Milind:
image

Note: the "provide a hint" request is not being slated for development.

@roedoejet roedoejet added the enhancement New feature or request label Apr 28, 2022
@bkmgit
Copy link

bkmgit commented May 7, 2022

One way to do this might be to use String.FromCharCode possibly with a helper script or documentation of character codes for common diacritics.

@bkmgit
Copy link

bkmgit commented May 8, 2022

https://github.com/wikimedia/jquery.ime/ - has support for many keyboards, though would also increase application size. Some common diacritical marks are listed at https://en.wikipedia.org/wiki/Combining_Diacritical_Marks . If adds diacritic codes directly in orthography.ts, for example '\u0300' - combining grave, '\u0301' - combining acute, '\u0304' - combining macron, the diacritic mark does appear, but not over the letter as a suffix, rather in its own box. The function onChar is used from Keyboard.tsx and can be modified to check if a suffix character is being added. Alternatively, an onSuffix function can be introduced.

mimiwild1988 pushed a commit to mimiwild1988/AnyLanguage-Wordle that referenced this issue Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants