Page 1 of 1

Chinese words display ?? in user's Name and path contains Chinese in automation configuration

PostPosted:Wed May 02, 2018 10:48 am
by fuduo
I installed OpenKM Version: 6.3.6 (build: 87d181f) based on Centos
When i tried to create new user in Chinese name, after create, the name will be displayed as ??. Plz refer to the screen shots.
The same display error also in automation creation when the path contains Chinese words.
How can i fix this problem?

Re: Chinese words display ?? in user's Name and path contains Chinese in automation configuration

PostPosted:Thu May 03, 2018 12:31 am
by fuduo
Does anyone have the solution?

Re: Chinese words display ?? in user's Name and path contains Chinese in automation configuration

PostPosted:Fri May 04, 2018 6:00 pm
by jllort
Go to Administration > Tools > system properties and filter by "encoding" should be UTF-8 ( check if it's right ).

Should be something like:
Code: Select all
file.encoding 	UTF-8
file.encoding.pkg 	sun.io
mail.mime.ignoreunknownencoding 	true
sun.io.unicode.encoding 	UnicodeLittle
sun.jnu.encoding 	UTF-8 

Re: Chinese words display ?? in user's Name and path contains Chinese in automation configuration

PostPosted:Mon May 07, 2018 3:07 am
by fuduo
Hi jillort
I changed the tomcat.connector.uri.encoding from ISO-885-1 to UTF-8 as your replied. Everything works fine now.
Thanks a lot. :D