
Hello, I'm not sure if posting to dev is the right place, but considering it's not a localization specific problem. So, I want to add some fields in the CustomerLogin.tdl to categorize clients after account create. But if I use for example: <select name="X"> <option value="X">Czech language chars ěščřžýáíé</option> </select> Then the "combobox" display garbage in the language specific characters. But complete OTRS system play fine with Czech translation, emails and so. I have a DefaultCharset utf-8 in Config.pm. I try to save edited DTL in ISO8859-2 and UTF-8, but have no luck. FreeBSD 5.4 Apache 2.0.54 MySQL 4.1.11 Perl 5.8.6 OTRS 2.0.4 as CGI (will switch to mod_ after testing) -- Vladimir Benc PS: Sorry for possible bad English, not my native lang.