]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_compile.c
Use RFC 2047 encoding for Content-Description, and make sure to encode
[nmh] / sbr / fmt_compile.c
index 75adc08e2816f2286c41ebf6360ce025686304bc..970e71e5abd3d489bd7f66ff765c32b37670bcd8 100644 (file)
@@ -364,11 +364,7 @@ compile_error(char *str, char *cp)
     usr_fstring[errpos] = '\0';
 
     for (i = errpos-errctx; i < errpos; i++) {
-#ifdef LOCALE
        if (iscntrl((unsigned char) usr_fstring[i]))
-#else
-       if (usr_fstring[i] < 32)
-#endif
            usr_fstring[i] = '_';
     }