[TYPO3-linux] UTF problems on AIX
Dimitri Tarassenko
mitka at mitka.us
Thu Mar 9 16:15:30 CET 2006
Marius,
On 3/9/06, marius popa <mapopa at reea.net> wrote:
> we run typo3 on an aix server with php compiled as cgi bin interpreter
>
> if ($title && $title != $upper) $utf8CaseFolding['toTitle'][$utf8_char]
> = $this->UnumberToChar(hexdec($title));
This function (UnumberToChar) converts UNICODE numbers to UTF-8
multibyte characters. The way it is coded is by bitwise shift.
Since you mention you run AIX, I would suspect there might be a
problem with byte-order while converting to/from Unicode.
Is youre server big-endian or little-endian?
--
Dimitri Tarassenko
More information about the TYPO3-linux
mailing list