
Hi Neil, Sorry, I misunderstood you. I thought you were talking about replies, but you have in fact implemented templates in OTRS. Try and check out what charset your AgentTicketEmail.dtl is in. There's a very easy way to do that: file AgentTicketEmail.dtl If I do that, I get AgentTicketEmail.dtl: ASCII English text, with very long lines Guessing from the way the translation files for OTRS works, it could be that OTRS only accepts ISO-8859-1 as input and then converts it on the fly for output. If your AgentTicketEmail.dtl is in UTF-8, try converting it to ISO-8859-1, using this command: iconv --from-code=UTF-8 --to-code=ISO-8859-1 AgentTicketEmail.dtl >AgentTicketEmail.dtl.iso And then switch files around manually to see what works. Remember to restart httpd if you run mod_perl. Lars From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Neil Simpson Sent: Tuesday, August 23, 2011 4:13 PM To: User questions and discussions about OTRS. Subject: Re: [otrs] Template char set issues Hi, thanks for the tip lars. mysql looks like this currently: SHOW VARIABLES LIKE "character_set_%"; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | latin1 | | character_set_connection | latin1 | | character_set_database | utf8 | | character_set_filesystem | binary | | character_set_results | latin1 | | character_set_server | latin1 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | +--------------------------+----------------------------+ i don't see how this has anything to do with the DB though. The templates are all in AgentTicketEmail.dtl. i have a toggle which shows/hides the templates and then you simply click a button for whichever template. an example template looks like: