
23 Jul
2009
23 Jul
'09
11:31 a.m.
Hello, I am working on OTRS in French. There is an error in the language file fr.pm. Indeed the charset is not correct because the file was edited on a mac. So there is two solution : * the first consist to change the line 33 : $Self->{Charset} = ['iso-8859-1', 'iso-8859-15', ]; by that : $Self->{Charset} = ['macroman', , ]; Or to ask Olivier Sallou to save the file in a good charset. I'm waiting for your reply ;-) Sincerely, Jonathan