• Chinese & Global WorkBench

    By skip 0z 2 decades ago

    Hi Fabian,



    I like it - its great.



    I will use it to fill up the Global WorkBench Translation database before the human translators review it - used for multi-lingual applications.



    I added "English to Chinese (simplified)" to it and it went to and retrieved the translation - however the Java Applet had not idea how to correctly display the double byte characters - they were gobbledy gook.



    How can I get it to accept the Chinese characters correctly? I guess it would be the same for Korean, Thai, Japanese, etc.



    Thank you

    • Chinese enconding

      By Fabian Meystre 2 decades ago

      Thanks for your feeback,



      one idea could be to use the GB2312 character set used for Chinese enconding.

      InputStreamReader can specify enconding …



      iStreamReader = new InputStreamReader ( iStream, "GB2312" );



      I think you also need Chineese fonts on your windows.

      I will try do had this to release 1.0.3 soon …



      Fabian

    • Chinese support added to 1.0.3

      By Fabian Meystre 2 decades ago

      Chinese works on 1.0.3 in the java App.

      Problem is when saving to lotus… maybe in a futur release.



      fabian