From: Esad Hajdarevic Date: 2007-07-05T13:05:08+09:00 Subject: bug in CGI::unescapeHTML? Hi, I think there's a bug in CGI::unescapeHTML. Or am I doing something wrong? $KCODE='u' CGI::unescapeHTML("ã") will return "\343", which according to my screaming mysql utf-8 encoded database is not a valid utf-8 sequence The source of CGI::unescapeHTML reveals that all values < 255 are simply translated to the ascii value using the value.chr Greetings, Esad