« Return to Thread: applicationresources.properties with utf-8 characters

Re: applicationresources.properties with utf-8 characters

by stoupa91devel :: Rate this Message:

Reply to Author | View in Thread

hi,

use native2ascii to convert the foreign characters into \uNNNN escape
sequence.

look at here
http://globalizer.wordpress.com/2007/02/08/property-resource-bundle-encoding/

martin



Odelya YomTov wrote:

> Hi!
>
> I would like to have in my applicationresources.properties utf-8 charcters.
> When I write:
> login.notRecognized = "נא לנסות שנית"
>
> and try to save, I get the message
> Some characters cannot be mapped using ISO-8859-1
>
> What tag can I add to it?
>
> It's a properties file..
>
> Thanks!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@...
> For additional commands, e-mail: user-help@...
>
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: applicationresources.properties with utf-8 characters