displaying thai font

hi .

i am using JSP and Powerbuilder. currently i want to display thai fonts in that jsp. I have set the UTF-8 encoding onto that jsp. When i display the page. the thai font shows. However , when i edit the values and save , when the page is about to show the edited values , it shows the ALIEN language. When i check the encoding in the IE , it still shows UTF-8. the jsp that displays and edit are the same jsp.

please advice on what i need to check further on.

thanks.

[498 byte] By [rynoxa] at [2007-11-26 17:53:12]
# 1

Hi rynox,

Check the character encoding used by your editor, most Windows based editors use the ISO-xxxx-xx character encoding, change the editors encoding to UTF-8

There may also be a need to change the encoding accross multiple layers - Database , Browser etc

This nice article here: http://java.sun.com/developer/technicalArticles/Intl/HTTPCharset/index.html is related to what you're looking for.

appy77a at 2007-7-9 5:06:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...