[PATCH 0 of 4] mailutil: extension for international email support

Christian Ebert blacktrash at gmx.net
Wed Mar 5 06:03:09 CST 2008


Hi,

This patch series implements support to properly encode email
headers and bodies, as long as the bodies do not contain patches.

At the moment this relies on $HGENCODING being compatible with
locale. If desired I can copy the code from util w/o the
environment check to get current locale.

For patches I'd propose something like:

ascii: same as before
utf-8: can be checked and encoded
others: either binary, or same as before

c


More information about the Mercurial-devel mailing list