
31 May
2006
31 May
'06
2:32 p.m.
Mikael Mattsson gives you advice, R-E-A-D I-T Mamakwa M. Sefiri wrote:
Hi
This has been a problem for me. I have tried to use 'utf-8' and 'iso-8859-1' once at a time with no success. I also changed the default chatset in Default.pm.
Please advice
-----Original Message----- From: Mikael Mattsson [mailto:Mikael.Mattsson@konsumvarmland.se] Sent: 17 May 2006 11:37 AM To: User questions and discussions about OTRS.org Subject: SV: [otrs] funny charectors
If you have access to browse the database (through phpMyAdmin for instance), then you could find what charset is mostly used by viewing the the 'a_content_type' -field in the 'article' table.
SQL query: SELECT `a_content_type` , `a_from` , `a_to` FROM `article`
/Mikke