From b5b9aa2f91640e85bca1b341a99df009b50f6aeb Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 19 Aug 2017 13:27:18 -0700 Subject: [PATCH] Update UTF8 support in Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 52b0fbf..1e048dd 100644 --- a/Readme.md +++ b/Readme.md @@ -101,7 +101,7 @@ First off, terminals are messy. A small set of features is standard, but beyond * **Colors**: the basic 8-colors palette should be broadly supported. User-defined colors is not supported in the raw linux TTY, but should work in most terminals, although it's still kinda experimental. * **UTF-8**: Currently Cursive really expects a UTF-8 locale. It may eventually get patched to support window borders on other locales, but it's not a priority. -Also, Cursive currently expects every codepoint to be a one-column character, so some things may break with exotic characters... +There is initial support for [wide characters](https://en.wikipedia.org/wiki/CJK_characters). [RTL](https://en.wikipedia.org/wiki/Right-to-left) support [is planned](https://github.com/gyscos/Cursive/issues/31), but still very early. ### Input