I would say using UTF encoding for files probably makes most sense. The question is where in the code are the files being read in a way that does not respect the file encoding. My guess would be in the GeoServerResourceStreamLocator class where we read the property file.
On Tue, Jan 11, 2011 at 7:39 AM, <[email protected]> wrote: > Hi, I have a set of of GeoServerApplication_de.properties files for a > German translation for the GeoServer admin GUI. > > The files are encoded UTF-8. > > I can see the German special characters on linux /windows with any > editor or browser, only the geoserver admin GUI displays garbage. > > The majority off the property files are ASCII text, some of them are > UTF-8, an an example for French > > ./wms/src/main/resources/GeoServerApplication_fr.properties: UTF-8 > Unicode English text > > Is it possible to use UTF-8 or do I have to recode ? > > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any > company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Geoserver-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial.
------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
