Bug #16157
closedfilelist module translates all filename with non-acii characters to ___________
0%
Description
When you upload a file with non acii characters file name (for me, chinese), the filelist module translate the file name to ____.whatever. If you change the filename back to chinese in a ssh shell, the filelist module reads it correctly. Only when you upload with it cause a problem.
(issue imported from #M3511)
Updated by Martin Kutschker over 18 years ago
TYPO3 only handles ASCII filenames, so it auto-translates all unknown chars to ASCII. It does a transliteration where possible (latin accents, cyrillic), but will fail on all other script systems.
Updated by Gideon So over 18 years ago
Yeah. I know that, Martin. You explained this to me in the dev list. I post this bugs here cause I hope that this will be fixed one day.
Updated by Martin Kutschker over 18 years ago
IGideon, I remember. I repeated my answer for those who read this bug and do not know my answer on the list.
Although knowing my answer I had IMHO made more sense to file a feature request for UTF-8 filenames, rather than file a bug report for Chinese.
Updated by Chris topher over 14 years ago
Since 4.1 a UTF-8 file system can be enabled by setting forceCharset to UTF-8.
This will code chinese signs with three or four bytes.
Can someone please test, if the issue is fixed? My Windows does not support chinese signs in filenames...
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
0) - PHP Version deleted (
4)
Solved with the utf-8 filesystem - works well for many of our clients. Therefore I assume this is not relevant anymore. Feel free to reopen this issue if my assumption was wrong.