Author Topic: Default Composing Charset  (Read 5158 times)

Offline duke

  • Newbie
  • *
  • Posts: 1
Default Composing Charset
« on: January 29, 2007, 01:40:58 AM »
Hello,

Is there anyway to set a default charset for composing?
Me and my friends use Latin1, and always have to change it when composing.

I have access to the rc php's, so I can edit configs and stuff if it's needed.

duke

Offline rezt

  • Newbie
  • *
  • Posts: 3
Re: Default Composing Charset
« Reply #1 on: January 31, 2007, 08:26:24 AM »
Hi duke, try that on main.inc.php

Code: [Select]
$rcmail_config['charset'] = 'ISO-8859-1';
regards,.