Re: i18n with Japanese characters and tags....

2004-03-24 Thread carlo latasa
/struts/i18n/i18n.html Yoshinori Ashizawa Ja-Jakarta Project www.jajakarta.org carlo latasa [EMAIL PROTECTED] wrote: Hello, I'm trying to show Japanese characters on my jsp pages however the character of the charset is coming back as amp; which is preventing the characters from being

Re: i18n with Japanese characters and tags....

2004-03-24 Thread carlo latasa
escape the characters that need it such as '' and ''. This also means I am not dealing with HTML formatting inside my Java code, and can happily store the same characters in files, databases etc or output to another device instead of HTML. -- Jason Lea carlo latasa wrote: I just checked

i18n with Japanese characters and tags....

2004-03-22 Thread carlo latasa
to override this issue? Is this something I chould set in a .css called in the tiles.jsp? Any help is much appreciated. Carlo Latasa - _ Find a broadband plan that fits. Great local deals on high-speed Internet access. http

RE: i18n with Japanese characters and tags....

2004-03-22 Thread carlo latasa
:47:08 -0600 Hi, Try % response.setContentType(text/html;charset=JISAutoDetect); or response.setContentType(text/html;charset=UTF-8); % in your jsp pages. Ram Kumar -Original Message- From: carlo latasa [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23