In org.geoserver.jdbcconfig.internal.ConfigDatabase, the add(T) method calls
new String(byte) using the default character set. Shouldn't it be called
using "UTF-8" encoding to be consistent with the save(T) method in the same
class and the mapRow method in
org.geoserver.jdbcconfig.internal.InfoRowMapper?
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/JDBC-Configuration-Character-Encoding-tp5225512.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.