From e87d577601d9ab59ed1b1850636d450aa6c7bbcd Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Wed, 26 Apr 2006 23:01:06 +0000 Subject: sbcsgen.pl was giving different results on different machines in the case where two SBCS code points mapped to a single Unicode point. Changed so that by default it favours the lower SBCS code point. On ixion, this highlighted ambiguities in CS_MAC_THAI, CS_MAC_SYMBOL, and CS_VISCII. Guessed at a preference for the first two and added "sortpriority" directives. (No idea about VISCII.) [originally from svn r6641] [this svn revision also touched charset,filter,putty,timber] --- charset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charset b/charset index ef12876..720b9f7 160000 --- a/charset +++ b/charset @@ -1 +1 @@ -Subproject commit ef1287648c7d77d7d588c4996e7e818545c97c1e +Subproject commit 720b9f71294bcf7fca80038255b742f4cf44ddd6 -- cgit v1.1