<<< Date Index >>>     <<< Thread Index >>>

INSTALL doesn't conform to howmutt behaves



Hello

I have mutt 1.4.2.1i. During compilation the LOCALES_HACK has been disabled:
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  +HAVE_LANGIN
INSTALL says: "--enable-locales-fix [...] If you set this option, Mutt will
        assume all characters in the ISO-8859-* range are printable. If
        you leave it unset, Mutt will attempt to use isprint() if either
        of the environment variables LANG, LC_ALL or LC_CTYPE is set,
        and will revert to the ISO-8859-* range if they aren't.
"

None of the variables LANG, LC_ALL or LC_CTYPE is set:
clock@beton:~/mutt-1.4.2.1$ echo ">$LANG<=$LC_ALL=|$LC_CTYPE|"
><==||

However when I run mutt in this environment, and reply to address
"Michal Mal\371\271ek <m.malusek@xxxxxxxxx>"
I get this:
To: Michal@xxxxxxxxxxxxxxxxxx, Mal@xxxxxxxxxxxxxxxxxx

I think this means mutt assumes characters \371 and \271 are not printable,
which is in conflict what INSTALL says. Please tell me if you also think
the statement in INSTALL is not correct.

Cl<