Vyacheslav,

Thanks for the pointers.... I'd been using the jdk/1.2 documentation which
does not have this information.

Much appreciated,
-AMT

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and
> reference [mailto:[EMAIL PROTECTED]]On Behalf Of Vyacheslav Pedak
> Sent: Tuesday, April 11, 2000 6:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: localization
>
>
> See standart java 2 API documentation PropertyResourceBundle class
>

> http://java.sun.com/products/jdk/1.3/docs/api/java/util/PropertyResourceBu
> ndle.html )
> Here is a link "information on character encodings"
> (http://java.sun.com/products/jdk/1.3/docs/api/java/util/Propertie
> s.html#enc
> oding)
>
> I use Sun JDK and IBM JDK on Windows and port of Sun JDK on FreeBSD unix,
> all of them have 'native2ascii' tool.
>
> Vyacheslav Pedak
>
> ----- Original Message -----
> From: Arun Thomas <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 11, 2000 11:55 PM
> Subject: Re: localization
>
>
> > Wow!
> >
> > I've looked all over the place for something documenting the
> encoding used
> > by
> > Property Resource Bundles.  Can you tell me where in the JavaDocs the
> > clipping you sent me is from?  Thanks very much!  (I'd seen in
> the source
> > code that the JDK implementation assumed ISO-8859-1 was used for
> > Property Resource Bundles, but I couldn't find any documentation saying
> that
> > this was the case.)
> >
> > Is the 'native2ascii' tool a UNIX item, does it come with Java, or is it
> > downloadable
> > somewhere?
> >
> > And you are right regarding the ListResourceBundle classes.  In an
> > emergency, they
> > can certainly be deployed simply by adding them to the classpath.
> However,
> > from
> > a general deployment perspective, the handover to operations should
> contain
> > something
> > neat that can be deployed as a unit (one of the big reasons behind the
> jar,
> > and now the
> > war files I'm sure).  Changing such units in order to add a new
> class may
> > not work
> > neatly if the file is in user due to a running server requiring access.
> >
> > Thanks again,
> > -AMT
> >
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to