]> git.eshelyaron.com Git - emacs.git/commitdiff
(detect_coding_iso_2022): Don't treat SI/SO codes as a
authorKenichi Handa <handa@m17n.org>
Thu, 26 Jul 2007 11:24:02 +0000 (11:24 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 26 Jul 2007 11:24:02 +0000 (11:24 +0000)
strong evidence of ISO-2022.

src/coding.c

index 59592fdd09dbf07678a010ede1f1c97ef8531b26..3557f865292a720ee015cd59b2e11f53b935fee5 100644 (file)
@@ -2661,7 +2661,6 @@ detect_coding_iso_2022 (coding, detect_info)
            break;
          single_shifting = 0;
          rejected |= CATEGORY_MASK_ISO_7BIT | CATEGORY_MASK_ISO_8BIT;
-         found |= CATEGORY_MASK_ISO_ELSE;
          break;
 
        case ISO_CODE_CSI: