is initially designated to G0, don't shrink the region.
(shrink_encoding_region): Likewise.
break;
default: /* i.e. case coding_type_iso2022: */
+ if (CODING_SPEC_ISO_INITIAL_DESIGNATION (coding, 0) != CHARSET_ASCII)
+ /* We can't skip any data. */
+ break;
if (coding->heading_ascii < 0)
{
/* We can skip all ASCII characters at the head except for a
break;
case coding_type_iso2022:
+ if (CODING_SPEC_ISO_INITIAL_DESIGNATION (coding, 0) != CHARSET_ASCII)
+ /* We can't skip any data. */
+ break;
if (coding->flags & CODING_FLAG_ISO_DESIGNATE_AT_BOL)
{
unsigned char *bol = begp;