Hi, dear developers.
Have just uploaded to bugtrack a patch (bug # 1257733):
for the file
src/common/lib/functions/initServer CPAN module CGI.pm by default escapes "hexadecimal 0x8b and 0x9b characters, which some browsers incorrectly interpret as the left and right angle-bracket characters", (man CGI). This prevents a couple of utf8-encoded symbols from being correctly displayed during procedure of editing request. To resolve this problem I switch off the default escape mechanism when charset=UTF8 is active. Otherwise default mode persists. Julia. |