changeset 90992:63de3763490e

(detect_coding_iso_2022): Don't treat SI/SO codes as a strong evidence of ISO-2022.
author Kenichi Handa <handa@m17n.org>
date Thu, 26 Jul 2007 11:24:02 +0000
parents c25c6957ba4a
children a9e96c4a1a90
files src/coding.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Wed Jul 25 23:43:59 2007 +0000
+++ b/src/coding.c	Thu Jul 26 11:24:02 2007 +0000
@@ -2661,7 +2661,6 @@
 	    break;
 	  single_shifting = 0;
 	  rejected |= CATEGORY_MASK_ISO_7BIT | CATEGORY_MASK_ISO_8BIT;
-	  found |= CATEGORY_MASK_ISO_ELSE;
 	  break;
 
 	case ISO_CODE_CSI: