I apologize because I am new, couldn’t start new topic (I didn’t know the correct method- now learnt:)
I use ubuntu xenial, and in cling interpreter terminal I cannot write other than ascii characters. I tried different terminal emulators, but could not achieve this.
(My Cling version is recent; may 2018)
Thanks, I was hoping that this got fixed with cling’s utf support. I will look at this in about 12 days time; please ping me should you not hear from me!
Our text input library fails to handle UTF-8 As it assumes a ‘1 char in string == 1 char on screen’ relation, hacking UTF-8 support in will be a a bit of work.
I have found an android apps that uses Cling, (a fork of it, I guess), in its cling terminal unicode characters can be written, but in a strange way (when you press an unicode character key, it deletes a back character (prompt’s etc.) But if its difficult, it can be written at least. Is this from this apps’ cling code’s difference or from android platform’s specifications, I cannot know really. Maybe it helps to this issue? (Apps name is cxxdroid).