From 41e50e9f2e3e67da805c5d9037cc650f363e5279 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 7 Oct 2005 17:13:24 +0000 Subject: Working ISO 2022 output function. Outputs full ISO 2022 (not sure what that's useful for but it seemed a pity not to do it) and compound text. I've completely removed the compound text implementation from iso2022s.c in favour of using the more flexible iso2022.c, meaning we can cope with nastiness such as DOCS. This is largely untested: I've checked it on small examples as I went along, but it lacks anything resembling a proper test suite. [originally from svn r6378] [this svn revision also touched charset,filter,timber] --- charset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charset b/charset index ccbf7c7..6b9713e 160000 --- a/charset +++ b/charset @@ -1 +1 @@ -Subproject commit ccbf7c7bfbe993af3e3e7725989760ac79ec1454 +Subproject commit 6b9713ef65e41fb640d0ba7772055803c843281e -- cgit v1.1