Ticket #83 (closed bug: fixed)
Wrong import of files with UTF-8 multi-byte characters
| Reported by: | sebastian | Owned by: | sebastian |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.2 |
| Component: | unspecified | Version: | |
| Keywords: | umlaut, import, utf-8 | Cc: |
Description
My php removes UTF-8 multi-byte characters (like german umlaut) in escapeshellarg() which causes invalid import of meta data.
See also
http://bugs.php.net/bug.php?id=44564
http://bugs.php.net/bug.php?id=44945
Attached patch adds configuration flag to core.php with provided solution of http://bugs.php.net/bug.php?id=44945 and sets the character set to en_US.UTF-8.
In cases of the escapeshellarg() bug, the phtagr admin must uncomment the setlocale() call in core.php.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

