pydio-core
pydio-core copied to clipboard
Pydio omits Simplified Chinese characters
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.
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
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.