pydio-core icon indicating copy to clipboard operation
pydio-core copied to clipboard

Pydio omits Simplified Chinese characters

Open CatMe0w opened this issue 7 years ago • 2 comments

OS: Debian 9 System Locale: en_US.UTF-8 Pydio Diagnostic: https://pastebin.com/cGumwVXd

https://imgur.com/a/5ZZVf The screenshots below reveals the problem. When uploading a file, Traditional Chinese and Japanese characters in file name is works perfectly with Pydio. But if there are Simplified Chinese characters, Pydio will omit them. When the file name is completely made up of Simplified Chinese, Pydio refused to receive the file.

CatMe0w avatar Nov 12 '17 10:11 CatMe0w

Hello,

Can you post to https://forum.pydio.com Try to modify charset to your locale in bootstrap_conf.php (i.e zh_ZH.UTF-8) And try to generate locale in your system: locale-gen zh_ZH.UTF-8

c12simple avatar Dec 11 '17 09:12 c12simple

Hi! Read this thread: https://github.com/pydio/pydio-core/issues/1272 I think your problem is the same as mine. There's the most probable solution for you there.

sysvano avatar Dec 06 '18 20:12 sysvano