Page 1 of 1

LogicalDOC CE Greek characters support

Posted: Mon Jul 30, 2018 5:58 am
by ioannisb
Hi there,

We have installed LogicalDOC CE for evaluation to our company but we are having trouble inserting files with Greek names or enter data in any field which has greek characters. Our database is mysql with BD and Table varchar fields Collation as utf8_general_ci. We can write Greek to mysql from phpnyadmin and displayed properly to the web interface of LogicalDOC, but when we edit those fields again or insert new ones, or upload files with characters from the greek alphabet the LogicalDOC web gui displays them as ???????? .

Do you have any advice for us.

Thanks in advance.

Re: LogicalDOC CE Greek characters support

Posted: Mon Jul 30, 2018 10:21 am
by shatzing
Hi ioannis,

you should check the configuration of Tomcat: server.xml in C:\LogicalDOC-Community\tomcat\conf

Verify that the connection has a correct URL encoding

Also check the CharsetFilter in C:\LogicalDOC-Community\tomcat\webapps\ROOT\WEB-INF\web.xml

01-server-config-config.png
Tomcat server config
01-server-config-config.png (62.96 KiB) Viewed 2096 times
02-webapp-config.png
Web-application config
02-webapp-config.png (36.49 KiB) Viewed 2096 times