Re: GUI with RTL and BiDi support
- Posted by EUWX Dec 15, 2012
- 1453 views
Sorry, maybe I am missing something, but why do you suggest that I compose the text in a word processor and then paste it into the GUI window? Does this mean that I cannot input the text directly into those Gtk windows from my keyboard? Because, this is exactly what I would need them for... managing user input directly. But perhaps, as I said, I did not understand properly what you said. Could you please clarify?
Thanks
If you look at the GTK wrapper Guide, it shows you how to input using Hex number in euphoria; However, it would be far easier to have a Unicode text processor open at the same time and compose your special text there and do a CP as demonstrated. I have tried LE16 input in some work but it is difficult to save. UTF-8 would be ealier to save.