Re: AW: problem with unicode

2004-11-15 Thread Guillaume Cottenceau
"Otto, Frank" writes: > Thanks for your answer. The right character is a polish character: ? You're sending your mail in latin1. The polish character was converted to the question mark. > The charset in the document header is: > > That should be correct with what you explain. > My charact

AW: AW: problem with unicode

2004-11-15 Thread Otto, Frank
It's a good tip, I will test it this evening. Thanks for your help. > -Ursprüngliche Nachricht- > Von: Jason Lea [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 15. November 2004 10:33 > An: Struts Users Mailing List > Betreff: Re: AW: problem with unicode > > &

Re: AW: problem with unicode

2004-11-15 Thread Jason Lea
I would suggest using UTF-8 encoding on your pages, and follow the the example here so that all your pages have the corrent encoding: http://web.archive.org/web/20040114232541/http://www.anassina.com/struts/i18n/i18n.html Then \u0119 should be rendered correctly as a unicode character on the web

AW: problem with unicode

2004-11-15 Thread Otto, Frank
Thanks for your answer. The right character is a polish character: ? The charset in the document header is: My character table says \u0119 is ? and not ê. My test-html-file contains ê, but ? was displayed. But if I use message tag it is wrong. > -Ursprüngliche Nachricht- > Von: Guil