we haven't go to very detail...just test in some label..and we did encounter
in some others pages it come with weird character...after read your link, I
would rather follow the standard, rather than have issue in the future :)

On Thu, Jul 2, 2009 at 9:40 PM, Wes Wannemacher <w...@wantii.com> wrote:

> I'm not going to argue about whether or not it will work, but if you
> look at the Javadocs for java.util.Properties ->
>
> http://java.sun.com/javase/6/docs/api/java/util/Properties.html
>
> It does specifically state the the input (and output) streams are
> iso-8859-1 and that unicode chars should use the \u0000 generated by
> the native2ascii tool. If another method works for you, that's good,
> but I would proceed with caution because you might just be lucky right
> now and screwed the next time you upgrade your jre/jdk.
>
> -Wes
>
> On Thu, Jul 2, 2009 at 1:19 AM, Yanto<yantob...@gmail.com> wrote:
> > We change applicationresources_zh.properties to utf 8 in our application,
> > and the application can show the chinese character properly in the
> > application.
> > However we are not changing applicationresources.properties to utf8
> >
> > On Thu, Jul 2, 2009 at 10:49 AM, Wes Wannemacher <w...@wantii.com>
> wrote:
> >
> >> On Wednesday 01 July 2009 21:03:32 Yanto wrote:
> >> > Change the file properties, file type to utf8
> >> >
> >>
> >> I am pretty sure that you can only use ISO-8859-1 for properties files.
> I
> >> ran
> >> into this once before and the accepted solution is to use the
> native2ascii
> >> tool as was previously suggested.
> >>
> >> -Wes
> >>
> >> > On Thursday, July 2, 2009, Odelya YomTov <ode...@jpost.com> 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-unsubscr...@struts.apache.org
> >> > > For additional commands, e-mail: user-h...@struts.apache.org
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> >> > For additional commands, e-mail: user-h...@struts.apache.org
> >>
> >> --
> >> Wes Wannemacher
> >> Author - Struts 2 In Practice
> >> Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
> >> http://www.manning.com/wannemacher
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> >> For additional commands, e-mail: user-h...@struts.apache.org
> >>
> >>
> >
>
>
>
> --
> Wes Wannemacher
> Author - Struts 2 In Practice
> Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
> http://www.manning.com/wannemacher
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to