Hi, I am from Austria, same language. Obviously you have a problem with the character encoding. The "?" means unknown character.
On your ubuntu server, try the following env | grep LANG The result should be something like LANG=en_US.UTF-8 indicating the default encoding is utf-8 Try file -mime-encoding yoursld.sld The result should show you the encoding of the file These two encodings seem not to be the same. The best solution for such kind of problems is to use UTF-8 on windows/linux. Do you have an editor in windows (like ultraedit ) giving you the possibility to save the sld using utf-8 ?. If you have, chance your xml header to "encoding=utf-8" and save. Afterwards you should be happy on both platforms. Cheers Christian Quoting Robert Buckley <[email protected]>: > Hi, > > I have built geoserver locally on windows xp so that I can build my layers > before uploading to the Ubuntu server installation of geoserver. > > I am in germany and have the following SLD... > > <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> > <sld:StyledLayerDescriptor version="1.0.0" > xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" > xmlns:xlink="http://www.w3.org/1999/xlink"> > <sld:NamedLayer> > <sld:Name>FNP_Stadt_Peine_01_f_Project</sld:Name> > <sld:UserStyle> > <sld:Name>Style1</sld:Name> > <sld:FeatureTypeStyle> > > <sld:FeatureTypeName>FNP_Stadt_Peine_01_f_Project</sld:FeatureTypeName> > <sld:Rule> > <sld:Name>Wohnbaufl?che</sld:Name> > <sld:Title>Wohnbaufl?che</sld:Title> > <ogc:Filter> > <ogc:PropertyIsEqualTo> > <ogc:PropertyName>Zweck_1</ogc:PropertyName> > <ogc:Literal>Wohnbaufl?che</ogc:Literal> > </ogc:PropertyIsEqualTo> > </ogc:Filter> > <sld:MinScaleDenominator>100</sld:MinScaleDenominator> > <sld:MaxScaleDenominator>150000</sld:MaxScaleDenominator> > <sld:PolygonSymbolizer> > <sld:Fill> > ...etc etc etc > > > everytime the letter "ä" should be in the SLD, geoserver replaces it with > "?"........Can anyone tell me why? > > The Server is in Norway, and I am in germany.....Is that the problem???? > > > Yours, > > Robert Buckley > www.zgb.de > > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
