X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/blobdiff_plain/9101e9ef5dbffd4f8fbfdc640d1e612e7920c930..53163a60cc595558b83e22af71bf1ec3b1488323:/iso2022.c diff --git a/iso2022.c b/iso2022.c index 0990a77..8cf3c25 100644 --- a/iso2022.c +++ b/iso2022.c @@ -2,11 +2,10 @@ * iso2022.c - support for ISO/IEC 2022 (alias ECMA-35). * * This isn't a complete implementation of ISO/IEC 2022, but it's - * close. It only handles decoding, because a fully general encoder - * isn't really useful. It can decode 8-bit and 7-bit versions, with - * support for single-byte and multi-byte character sets, all four - * containers (G0, G1, G2, and G3), using both single-shift and - * locking-shift sequences. + * close. It can decode 8-bit and 7-bit versions, with support for + * single-byte and multi-byte character sets, all four containers + * (G0, G1, G2, and G3), using both single-shift and locking-shift + * sequences. * * The general principle is that any valid ISO/IEC 2022 sequence * should either be correctly decoded or should emit an ERROR. The