Show
Ignore:
Timestamp:
2001-09-28 01:38:44 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

More character set aliases, from Ionel Mugurel Ciobica
<tgakic@…>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.c

    r2371 r2589  
    173173  { "iso_8859-15",      "iso-8859-15"   }, 
    174174  { "latin9",           "iso-8859-15"   }, /* this is not a bug */ 
    175    
    176    
    177   /* 
    178    * If you happen to encounter system-specific brain-damage with 
    179    * respect to character set naming, please add it here, and 
    180    * submit a patch to <mutt-dev@mutt.org>.  
    181    */ 
    182  
    183  
     175 
     176  /* Suggested by Ionel Mugurel Ciobica <tgakic@sg10.chem.tue.nl> */ 
     177  { "latin0"            "iso-8859-15"   }, /* this is not a bug */ 
     178   
     179  { "iso_8859-16",      "iso-8859-16"   }, 
     180  { "latin10",          "iso-8859-16"   }, /* this is not a bug */ 
    184181   
    185182  /*  
     
    187184   * nl_langinfo under SunOS 5.8.  
    188185   */ 
    189  
     186   
    190187  { "646",              "us-ascii"      }, 
    191188   
     
    193190   * http://www.sun.com/software/white-papers/wp-unicode/ 
    194191   */ 
    195    
     192 
    196193  { "eucJP",            "euc-jp"        }, 
    197194  { "PCK",              "Shift_JIS"     }, 
     
    203200  { "sjis",             "Shift_JIS"     }, 
    204201 
     202 
     203  /* 
     204   * If you happen to encounter system-specific brain-damage with 
     205   * respect to character set naming, please add it above this 
     206   * comment, and submit a patch to <mutt-dev@mutt.org>.  
     207   */ 
    205208   
    206209  /* End of aliases.  Please keep this line last. */