Re: GUI with RTL and BiDi support
- Posted by GreenEuphorian Dec 16, 2012
- 1372 views
ne1uno said...
I would be surrprized if GTK and WxEuphoria text widgets were not equally capable of lefttoright and unicode already.
I had read the wxWidgets documentation a while back, and it said that Right-to-Left support was incomplete. It worked on Windows but not on Linux. Moreover, BiDi, which means supporting on the same line texts from languages having different directions (for example, English and Hebrew), was not supported at all. So wxEuphoria is out of the contest, for the time being.
The best (and perhaps only) cross-implementations of RTL and BiDi in GUI toolkits are Gtk and Qt.