Tuesday, November 29, 2016
Flex Enable Unicode in Flex Builder Debug Console
Huh?
Never found this problem? sure if you not working with other language! in my case Thai language never show up properly event i try to change font setting, thats mean Debug console view didnt support UTF-8 nor any other Unicode, after googling i found this link safe my time ;)
http://paranoid-engineering.blogspot.com/2008/05/getting-unicode-output-in-eclipse.html
So?
Lets try with Flex Builder! (Window XP)
1. locate your C:Program FilesAdobeFlex Builder 3FlexBuilder.ini
2. add this line -Dfile.encoding=UTF-8
3. save and restart Flex Builder
4. trace something and continue enjoy coding
FYI : its say "??????" (Sawadee) mean "Hello" in Thai language
Next?
Maybe try some Alchemy http://labs.adobe.com/technologies/alchemy/
hmm....should be fun there ;)
Available link for download