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

Re: applicationresources.properties with utf-8 characters

by Wes Wannemacher :: Rate this Message:

Reply to Author | View in Thread

On Wednesday 01 July 2009 21:03:32 Yanto wrote:
> Change the file properties, file type to utf8
>

I am pretty sure that properties files can't be utf-8. I think you are stuck
with iso-8859-1. I've run into this before and the proper solution is what was
suggested earlier, using the native2ascii tool.

-Wes

> On Thursday, July 2, 2009, Odelya YomTov <odelya@...> 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@...


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

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