Working ISO 2022 output function. Outputs full ISO 2022 (not sure
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 7 Oct 2005 17:13:24 +0000 (17:13 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 7 Oct 2005 17:13:24 +0000 (17:13 +0000)
commit8536171f40066d21723672dd8477fc9057cfba7d
tree46d0d1e8f11477ef5cabc40f1b001992ff9e42f1
parent032fbecf6f09e462226c96a03965ed12e60e3034
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.

git-svn-id: svn://svn.tartarus.org/sgt/charset@6378 cda61777-01e9-0310-a592-d414129be87e
iso2022.c
iso2022s.c
utf8.c