
Hi,
Gerben Meijer schrieb:
Before I go report this as a bug, does anyone else experience problems when using the euro sign in a reply?
Works like a charm for me. Alas, I have no need for utf-8 and am using iso-8859-1 both in OTRS and the DB backend, which is a MySQL. Everything on Deb testing. Win32 works too, same config.
Could someone give me a hint? I'm using UTF-8 :)
What are your settings? Which DB backend do you use? Which browser? Which language?
Which version of mysql might be important too. I don't think it was capable of supporting UTF-8 until 4.something.
$Self->{DefaultLanguage} = 'nl'; $Self->{DefaultCharset} = 'utf-8'; Package: mysql-server Version: 4.0.21-1 Package: perl Version: 5.8.4-2.2 It's running on Debian Sarge (testing). The problem occurs both with IE (6) and latest Firefox.
Works like a charm for me. Alas, I have no need for utf-8 and am >using iso-8859-1 both in OTRS and the DB backend, which is a MySQL. Everything on Deb testing. Win32 works too, same config.
Are you sure? ISO-8859-1 doesn't include the euro sign for sure, so your messages may be displayed wrongly on other platforms. You should switch to ISO-8859-15 (ISO Latin 9) or Unicode instead.
$Self->{DefaultCharset} = 'iso-8859-15'; this works with euro, but afaik it's better to use UTF right? Or is that only really needed with multi-lingual OTRS uses? So, any clues? Is it Perl or MySQL? Thanks :) Gerben