(detect_coding_iso_2022): Don't treat SI/SO codes as a
strong evidence of ISO-2022.
This commit is contained in:
parent
cfcc22e4ad
commit
c66fb5a6db
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue