From caef62d5e204ba64cab7929e0fcf53e301ffc6c1 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 25 Sep 2004 13:24:27 +0000 Subject: The COMPOUND_TEXT encoding used by some X applications to transfer internationalised text in selections is a subset of ISO 2022 containing no base character sets which libcharset doesn't already support. As such, it isn't too hard to add direct compound text support into libcharset, so here it is. With any luck I should eventually be able to integrate this into Unix PuTTY, to deal with the fact that the useful Xutf8 functions we currently use are specific to XFree86. [originally from svn r4578] [this svn revision also touched charset,filter,timber] --- charset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charset b/charset index 691278d..32b434d 160000 --- a/charset +++ b/charset @@ -1 +1 @@ -Subproject commit 691278db9a78e157b68b89f09f2cc59fb889862a +Subproject commit 32b434d105945d3e894d93fd2852c8b6433fbc5a -- cgit v1.1