Project

General

Profile

Actions

Feature #16160

closed

Support UTF-8 file systems

Added by Martin Kutschker almost 18 years ago. Updated about 17 years ago.

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16157: filelist module translates all filename with non-acii characters to ___________Closed2006-05-19

Actions
Actions #1

Updated by Gideon So over 17 years ago

Martin's new extension masi_utf8fs have solve this problem, at least for Chiense. Very happy now.

Gideon

Actions #2

Updated by Martin Kutschker about 17 years ago

In 4.1 UTF-8 file system can be enabled, when forceCharset is set to UTF-8

Actions

Also available in: Atom PDF