We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, librxvm only handles ASCII input, one character == one byte. UTF-8 support would be nice. Need to research the best way to do this.
The text was updated successfully, but these errors were encountered:
http://kunststube.net/encoding http://utf8everywhere.org https://www.cprogramming.com/tutorial/unicode.html http://www.tldp.org/HOWTO/Unicode-HOWTO-6.html http://www.cl.cam.ac.uk/~mgk25/unicode.html http://unicodebook.readthedocs.io/programming_languages.html
Sorry, something went wrong.
http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ https://lists.w3.org/Archives/Public/www-archive/2009Apr/att-0001/u8decdfa.c
eriknyquist
No branches or pull requests
Currently, librxvm only handles ASCII input, one character == one byte. UTF-8 support would be nice. Need to research the best way to do this.
The text was updated successfully, but these errors were encountered: