Hi, This feels like a bug to me. I run OpenJUMP on Windows with Finnish locale. When I write attributes with non-ascii characters and save the result to JML format the XML file is labeled to use UTF-8 encoding. However, the non-ascii characters are not converted into UTF-8.
Has the intention been to make conversion into UTF-8 automatically or should there be the similar character set selection that can be used with shapefiles? The complete JML file pasted below. -Jukka Rahkonen- <?xml version='1.0' encoding='UTF-8'?> <JCSDataFile xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" > <JCSGMLInputTemplate> <CollectionElement>featureCollection</CollectionElement> <FeatureElement>feature</FeatureElement> <GeometryElement>geometry</GeometryElement> <ColumnDefinitions> <column> <name>attr</name> <type>STRING</type> <valueElement elementName="property" attributeName="name" attributeValue="attr"/> <valueLocation position="body"/> </column> </ColumnDefinitions> </JCSGMLInputTemplate> <featureCollection> <feature> <geometry> <gml:Point> <gml:coordinates>127.0,198.0 </gml:coordinates> </gml:Point> </geometry> <property name="attr">äöåüÄÖÅÜ</property> </feature> </featureCollection> </JCSDataFile> ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel