librxvm icon indicating copy to clipboard operation
librxvm copied to clipboard

Support UTF-8

Open eriknyquist opened this issue 6 years ago • 2 comments

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.

eriknyquist avatar Oct 14 '17 23:10 eriknyquist

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

eriknyquist avatar Oct 14 '17 23:10 eriknyquist

http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ https://lists.w3.org/Archives/Public/www-archive/2009Apr/att-0001/u8decdfa.c

eriknyquist avatar Oct 15 '17 04:10 eriknyquist