Show
Ignore:
Timestamp:
2000-09-11 03:50:37 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix some more character set glitches.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.c

    r2115 r2116  
    3939#endif 
    4040 
    41 #ifdef HAVE_LANGINFO_CODESET 
    42 # include <langinfo.h> 
    43  
    44 /*  
    45  * Try to convert nl_langinfo's return value to something we can 
    46  * use for MIME's purposes. 
    47  * 
    48  * Note that the algorithm used here is quite different from the 
    49  * one in mutt_canonical_charset.  
    50  */ 
    51  
    5241/*  
    5342 * The following list has been created manually from the data under: 
     
    191180  { NULL,               NULL            } 
    192181}; 
     182 
     183#ifdef HAVE_LANGINFO_CODESET 
     184# include <langinfo.h> 
     185 
    193186 
    194187void mutt_set_langinfo_charset (void)