Re: Issue with Internationalization of Non ascii characters

2007-11-27 Thread Eelco Hillenius
> Thanks for the help. > From the example I see that I need to convert the text into Unicode > characters. If you want to use another charset you can do that as well, both in your pages and in the properties XML file (at least, that's what I think). Don't forget to *edit* it in the proper format a

Re: Issue with Internationalization of Non ascii characters

2007-11-27 Thread Vit Rozkovec
iew this message in context: http://www.nabble.com/Issue-with-Internationalization-of-Non-ascii-characters-tf4883325.html#a13978245 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAI

Re: Issue with Internationalization of Non ascii characters

2007-11-27 Thread Frank Bille
> > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Issue-with-Internationalization-of-Non-ascii-

Re: Issue with Internationalization of Non ascii characters

2007-11-27 Thread abaijal
PROTECTED] > > > -- View this message in context: http://www.nabble.com/Issue-with-Internationalization-of-Non-ascii-characters-tf4883325.html#a13978245 Sent from the Wicket - User mailing list archive at Nabble.com. ---

Re: Issue with Internationalization of Non ascii characters

2007-11-27 Thread Eelco Hillenius
> I am new to wicket framework and am trying to implement internationalization > for Russian Characters. > > When displaying Russian characters on screen, Wicket rendering displays > garbage values Check out http://wicketstuff.org/wicket13/forminput/. You can select Russian from the drop down and

Re: Issue with Internationalization of Non ascii characters

2007-11-27 Thread Suad AlShamsi
I faced the same problem with Arabic character. I used native2ascii.exe to encode the property files and I used encoding="utf-8" in my html pages and then it worked. Regards, Suad abaijal wrote: Hi All I am new to wicket framework and am trying to implement internationalization for Russian C

Issue with Internationalization of Non ascii characters

2007-11-27 Thread abaijal
cter. This phrase appeared correctly on browser screen. It seems that when Wicket tries to render the Web-page the non-ascii characters are getting distorted. -- View this message in context: http://www.nabble.com/Issue-with-Internationalization-of-Non-ascii-characters-tf4883325.html#a13975999 Sen