Actions
Feature #16160
closedSupport UTF-8 file systems
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-05-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
Many file systems can deal with UTF-8 or handle it at least transparently. ALso UTF-8 is safe with URLs. So TYPO3 could be changed to accepty UTF-8 for path and file names in the fileadmin.
If there are concerns this feature could be enabled by a config switch.
AFAIK there are quite a number of places where filename checks are against ASCII, or to-ASCII transformations take place. UTF-8 strings may have effects on current code which expects 7bit code (single-byte) rather than 8bit (mult-byte).
(issue imported from #M3521)
Updated by Gideon So about 18 years ago
Martin's new extension masi_utf8fs have solve this problem, at least for Chiense. Very happy now.
Gideon
Updated by Martin Kutschker over 17 years ago
In 4.1 UTF-8 file system can be enabled, when forceCharset is set to UTF-8
Actions