thomascube
2008-09-18 b6a27ff85bd47eef4f359688600566a27f3cf70e
Treat US-ASCII as Latin-1 to give messages with wrong charset definition a chance

1 files modified
1 ■■■■ changed files
program/include/main.inc 1 ●●●● patch | view | raw | blame | history
program/include/main.inc
@@ -212,6 +212,7 @@
    return $str;
    
  $aliases = array(
    'US-ASCII'       => 'ISO-8859-1',
    'UNKNOWN-8BIT'   => 'ISO-8859-15',
    'X-UNKNOWN'      => 'ISO-8859-15',
    'X-USER-DEFINED' => 'ISO-8859-15',