Hello, this is my firs post.
I'm facing the same problem for couple of days only for croatian digraphs.
I'm running RHEL 7.3 with geoserver 2.10 on top of Tomcat 8.
My server locale setting is LANG=en_US.UTF-8

Unit file looks like this:

[Unit]
        Description=Apache Tomcat Web Application Container
        After=syslog.target network.target
        Before=shutdown.target


[Service]
Type=forking
User=tomcat
Group=tomcat

Environment=JAVA_HOME=/usr/lib/jvm/jre
Environment=CATALINA_PID=/var/run/geo1.pid
Environment=CATALINA_HOME=/srv/geo1
Environment=CATALINA_BASE=/srv/geo1
Environment='CATALINA_OPTS=-Xms512M -Xmx1024M -server -XX:+UseParallelGC
-DGEOSERVER_NODE_OPTS="id:geoserver1"
-DGEOSERVER_DATA_DIR="/geoserver/conf"'
Environment='JAVA_OPTS=-Djava.awt.headless=true
-Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF-8'

ExecStart=/srv/geo1/bin/startup.sh
ExecStop=/bin/kill -15 $MAINPID

[Install]
WantedBy=multi-user.target


Still there is no luck to correctly see some digraphs like e.g. žćč.
In other environment I have RHEL 7.2 and it works ok.

Any help appreciated.




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Encoding-Problem-tp5014812p5325965.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to