From: simon Date: Thu, 18 May 2006 12:32:18 +0000 (+0000) Subject: Remove an outright lie I've just noticed in the comment at the top X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/commitdiff_plain/53163a60cc595558b83e22af71bf1ec3b1488323 Remove an outright lie I've just noticed in the comment at the top of this file! git-svn-id: svn://svn.tartarus.org/sgt/charset@6705 cda61777-01e9-0310-a592-d414129be87e --- 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