(detect_coding_iso_2022): Don't treat SI/SO codes as a

strong evidence of ISO-2022.
This commit is contained in:
Kenichi Handa 2007-07-26 11:24:02 +00:00
parent cfcc22e4ad
commit c66fb5a6db

View 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: