I have exactly the same problem just after upgrading from 2.3 to 2.4, but your first solution Jonathan didn't work for me. The only way I can make it work is by copying the 2.3 version of '
' to the 2.4 installation. I know it's not a good solution but I prefer a working version of otrs than a most recent one that doesn't work as intended.
>
> Hi,
> I have unfortunatly no direct access to the SVN to do so. I did not edit
> on mac, file has been put by otrs team after I sent an update of the
> file. I think otrs team made after that a few udpates on file for
> versioning/history etc... as I only updated the language part (partially).
>
> Regard s
>
> Olivier
>
> Jonathan Peyrot a écrit :
> > 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