Re: GUI with RTL and BiDi support
- Posted by EUWX Dec 17, 2012
- 1385 views
wxEuphoria: I use wxeuphoria, and have requested the release using the latest wxWidgets library version 2.9. wxPython has implemented it and I am waiting patiently for the release of wxEuphoria based on the latest wxWidgets library. That is has one that has full Unicode support.
wxEuphoria has been fully unicode for some time. I believe that the way to get RTL working is to create a wxLocale object. It's not well documented by wxEuphoria, but the wxWidgets documentation is here. Basically, I think it should look like this:
constant HEBREW = create( wxLocale, wxLANGUAGE_HEBREW )
I haven't tested this.
Matt
Whether or not the client tries his RTL, I am going to try this
constant HINDI = create( wxLocale, wxLANGUAGE_HINDI )
Matt: I need a few more golden code lines from you to try and continue from there.
If it it works, I will put out for everybody a good looking demo for two Indic languages.