wifang / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Mollify can't list files that have diacritics in their names #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Choose a folder that has files with diacritics in their names.
2. Error: Unknown error occurred.

What is the expected output? What do you see instead?
It should list the contents of the selected folder.

What version of the product are you using? On what operating system?
Version 1.8.5.3

Please provide any additional information below.

Debug information:
{"code":999,"error":"Unexpected server error","details":"PHP error #2, 
json_encode() [<a href='function.json-encode'>function.json-encode<\/a>]: 
Invalid UTF-8 sequence in argument 
(C:\\inetpub\\wwwroot\\test\\mollify\\backend\\include\\OutputHandler.class.php:
90)"}

The problem can be (temporarily) solved by not using diacritics.

Original issue reported on code.google.com by ichbine...@hotmail.com on 6 Dec 2011 at 2:21

GoogleCodeExporter commented 9 years ago
Mollify absolutely supports all characters there are in UTF-8, including 
diacritics. I'm, for example, developing with finnish language, which contains 
scandinavian letters äöå etc, and have tested russian, japanese, korean and 
many many more, all without problems.

So it's not like Mollify wouldn't have support, but more like your server does 
not support UTF-8, or is configured to have some other charset. UTF-8 is 
naturally recommended, otherwise you need to do conversion. See 
http://code.google.com/p/mollify/wiki/BackendSettings#Convert_filesystem_filenam
es_(_convert_filenames_)

Original comment by samuli.j...@gmail.com on 7 Dec 2011 at 6:27

GoogleCodeExporter commented 9 years ago
Issue 335 has been merged into this issue.

Original comment by samuli.j...@gmail.com on 18 Dec 2011 at 10:54

GoogleCodeExporter commented 9 years ago
Will be reopened if required

Original comment by samuli.j...@gmail.com on 25 Dec 2011 at 1:26