changeset 22524:b4316cd96876

(find_charset_in_str): Do not set the value of charsets[LEADING_CODE_COMPOSITION].
author Kenichi Handa <handa@m17n.org>
date Sat, 20 Jun 1998 03:01:00 +0000
parents b02a5ea8cf93
children 3dade37fd85d
files src/charset.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/charset.c	Sat Jun 20 03:01:00 1998 +0000
+++ b/src/charset.c	Sat Jun 20 03:01:00 1998 +0000
@@ -691,11 +691,6 @@
 		}
 	      str += cmpcharp->len;
 	      len -= cmpcharp->len;
-	      if (!charsets[LEADING_CODE_COMPOSITION])
-		{
-		  charsets[LEADING_CODE_COMPOSITION] = 1;
-		  num += 1;
-		}
 	      continue;
 	    }