pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
867 stars 289 forks source link

Pydio omits Simplified Chinese characters #1400

Open CatMe0w opened 6 years ago

CatMe0w commented 6 years ago

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.

c12simple commented 6 years ago

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

sysvano commented 5 years ago

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.