hg-fast-export.py: do not mangle UTF-8 characters
commit447fc0728512ffaf40f02d7d803b395328acafda
authorKyle J. McKay <mackyle@gmail.com>
Wed, 29 Jun 2016 03:10:56 +0000 (28 20:10 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 29 Jun 2016 03:10:56 +0000 (28 20:10 -0700)
tree14ff12841e384a3783c9b36e569107df8a01e294
parent79cb664c696a3712c06bb0dd275ed0c3fe2f52ff
hg-fast-export.py: do not mangle UTF-8 characters

Set the proper values so that UTF-8 characters in the source
repository are exported without mangling them to '?' characters.

With this change, the current value of LANG and LC_XXX environment
variables have absolutely NO effect on the fast-export result
which is how it should be.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
hg-fast-export.py