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

Document the --without-wc-funcs switch to configure, and clean up
the code to set the character set from nl_langinfo from EGE.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.c

    r2133 r2134  
    203203  if (!(Charset = safe_strdup (buff))) 
    204204    Charset = safe_strdup ("iso-8859-1"); 
     205} 
     206 
     207#else 
     208 
     209void mutt_set_langinfo_charset (void) 
     210{ 
     211  Charset = safe_strdup ("iso-8859-1"); 
    205212} 
    206213