Hi,

We have problems with character encoding with Insert WFS-T transactions in
Oracle DB using  Geoserver 2.0.2 and Geotools  2.7.  Queries are successful and
returns no error but  insert  '?' instead of  "ISO-8859-1" special
characters .

We specify the charset at the time to get the layer datastore:

Map map = new HashMap ();
map.put (WFSDataStoreFactory.URL.key, "....");
map.put (WFSDataStoreFactory.ENCODING.key, "ISO-8859-1");
map.put (WFSDataStoreFactory.ENCODING.CRS, wfsLayerSource.getSrs());

WFSDataStoreFactory factory = new WFSDataStoreFactory();

WFSDataStore datastore = (WFSDataStore) factory.createDataStore (map);

and in Geoserver global settings too.

Must we set the charset somewhere else? May be an error?

Thanks in advance!

Cheers
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to