Title: Thai character set, windows-874 vs tis-620

I have this jsp application that needs to support thai characters. After being in contact
with the ServletExec people, I was recommended to use characterset windows-874 in the
jsp pages and use code pages Cp874 on the server.

This all works fine when I run it in a Windows environment. However, when I run Netscape 4.7
under a Sun environment, the characters are displayed as ?. The thai fonts are installed and
the browser is setup with a user defined characterset which uses thai fonts. The browser
can display thai sites properly.

So, my question is, is windows-874 characterset recognized in a Unix environment, or
do I need to move over to tis-620? (Unfortunately, ServletExec has a bug preventing me from
using tis-620).

I appreciate your help.

Peter Claesson

Reply via email to