From c856a84d4ea8b2b93c45f9f717552dc99dc23bbf Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 18 Jul 2012 22:52:00 +0000 Subject: A slightly silly new utility: 'confuse'. You provide it with some Unicode values (typically two of them), and it finds cases in which the provided characters are all encoded as the same thing in different charsets and prints those charsets. So if you encounter, for example, some piece of text which has U+0153 LATIN SMALL LIGATURE OE where you might have expected U+00A3 POUND SIGN, simply run 'confuse 153 a3' and it'll tell you which character sets the sender and receiver of the text might have got confused between. [originally from svn r9581] [this svn revision also touched charset,filter,timber] --- charset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charset b/charset index 31c2505..644d7d9 160000 --- a/charset +++ b/charset @@ -1 +1 @@ -Subproject commit 31c2505f263787b34d15f29d02fe1c0fa13f4756 +Subproject commit 644d7d972a6a8009b77aaf6cfc96eaf24b16087c -- cgit v1.1