Lehelt Vladislav | 20 Apr 2005 15:09
Picon

Can't to set DefaultCharset to utf-8

Hi

 

I edit file Kernel/Config.pm like said in manual (Example 13-3):

 

[...]

    # default charset

    # (default frontend charset - "utf-8" is a multi chatset for all possible

    # charsets - e. g. "iso-8859-1" is also possible for single charset)

    # [default: iso-8859-1]

#    $Self->{DefaultCharset} = 'iso-8859-1';

   $Self->{DefaultCharset} = 'utf-8';

[...]

 

 

But when I’m trying write an answer, exception occurred:

 

Software error:

Unrecognised line: vlt <at> shamrock-games.ru> at /opt/otrs//Kernel/Modules/AgentCompose.pm line 229

For help, please send mail to the webmaster (root <at> localhost), giving this error message and the time and date of the error.

If I use  CP-1251 or KOI8-R there is trouble with subject.

 

Anybody knows why dose it happen?

 

Vladislav Lehelt.

 

_______________________________________________
OTRS mailing list: i18n 
Archiv: http://lists.otrs.org/cgi-bin/listinfo/i18n
Alex Povolotsky | 20 Apr 2005 17:32
Picon

Re: Can't to set DefaultCharset to utf-8

On Wed, 2005-04-20 at 20:09 +0700, Lehelt Vladislav wrote:
> Hi
> 
>  
> 
> I edit file Kernel/Config.pm like said in manual (Example 13-3):
> 
>  
> 
> 
> [...]
>     # default charset
>     # (default frontend charset - "utf-8" is a multi chatset for all possible 
>     # charsets - e. g. "iso-8859-1" is also possible for single charset) 
>     # [default: iso-8859-1] 
> #    $Self->{DefaultCharset} = 'iso-8859-1';
>     $Self->{DefaultCharset} = 'utf-8';
> [...]
> 
>  
> 
>  
> 
> But when I’m trying write an answer, exception occurred:
> 
>  
> 
> 
> Software error:
> Unrecognised line: vlt <at> shamrock-games.ru> at /opt/otrs//Kernel/Modules/AgentCompose.pm line 229
> For help, please send mail to the webmaster (root <at> localhost), giving
> this error message and the time and date of the error. 
> 
> 
> 
> If I use  CP-1251 or KOI8-R there is trouble with subject.
> 
>  
> 
> Anybody knows why dose it happen?

What version of Perl are you using? I've got immeasurable lots of
troubles with 5.6, it is known to handle UTF... well, in QUITE pecular
way.

Alex.

_______________________________________________
OTRS mailing list: i18n 
Archiv: http://lists.otrs.org/cgi-bin/listinfo/i18n


Gmane