Disable whitespace compression in MH formatting code.
Whitespace compression in its current form interacts badly with wide-character encodings. To prevent it from spoiling wide charater text, it is disabled by default. The user may turn it back on by setting "Compress-WS: yes" in his .mh_profile. * mh/mh.h (MH_FMT_COMPWS): New format flag. * mh/mh_format.c (COMPRESS_WS): New macro. (reset_fmt_defaults): Set MH_FMT_COMPWS flag if Compress-WS global parameter is set to true. (mh_format, builtin_concat): Call COMPRESS_WS.
Showing
2 changed files
with
18 additions
and
3 deletions
-
Please register or sign in to post a comment