Mercurial > hg
comparison tests/test-encoding @ 3843:abaa2cd00d2b
make transcoding more robust
default to ASCII
abort if unknown encoding
wrap abort strings with _
add test
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 09 Dec 2006 12:46:01 -0600 |
parents | 3820385fb113 |
children | 8958417abf62 |
comparison
equal
deleted
inserted
replaced
3842:47c634bf1e92 | 3843:abaa2cd00d2b |
---|---|
50 | 50 |
51 echo '[ui]' >> .hg/hgrc | 51 echo '[ui]' >> .hg/hgrc |
52 echo 'fallbackencoding = koi8-r' >> .hg/hgrc | 52 echo 'fallbackencoding = koi8-r' >> .hg/hgrc |
53 echo % utf-8 | 53 echo % utf-8 |
54 HGENCODING=utf-8 hg log | 54 HGENCODING=utf-8 hg log |
55 | |
56 HGENCODING=dolphin hg log |