Re: Euphoria and Unicode
- Posted by DerekParnell (admin) Oct 24, 2008
- 938 views
mattlewis said...
HappyGene said...
Does anyone have any experience that the Euphoria system will process and maintain Unicode without error? I will need to preserve Latin diacriticals on English cpu's.
wxEuphoria works with Unicode. Basically, each euphoria 'character' is an element in a sequence, same as ASCII. Under the hood, it basically treats them as UTF-16, I believe.
By "it basically treats them as UTF-16" do you mean Euphoria or wxEuphoria? I'm very certain that Euphoria does not treat them as utf-16. In which case, how does conversion from Euphoria text to UTF-16 occur?