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

Support characters above 0xFFFF #1

Open
YuriyGuts opened this issue Dec 31, 2013 · 0 comments
Open

Support characters above 0xFFFF #1

YuriyGuts opened this issue Dec 31, 2013 · 0 comments
Assignees

Comments

@YuriyGuts
Copy link
Owner

As of the v1.1 release, Unicode Virtual Keyboard supports only 2-byte characters (0x0000-0xFFFF). As the new Unicode standards are released, the application has to support new long characters that lie outside the Basic Multilingual Plane.

  1. Will need to replace ushort with a custom type everywhere in the code.
  2. Will need some tools to extend and rebuild the character database.
@ghost ghost assigned YuriyGuts Dec 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant