From 8ea691a60ba4a3feb4a7e7b89a315f256184ee83 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 20 Jun 1998 03:01:00 +0000 Subject: [PATCH] (find_charset_in_str): Do not set the value of charsets[LEADING_CODE_COMPOSITION]. --- src/charset.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/charset.c b/src/charset.c index 1902fe8be8c..f9a10205a20 100644 --- a/src/charset.c +++ b/src/charset.c @@ -691,11 +691,6 @@ find_charset_in_str (str, len, charsets, table, cmpcharp) } str += cmpcharp->len; len -= cmpcharp->len; - if (!charsets[LEADING_CODE_COMPOSITION]) - { - charsets[LEADING_CODE_COMPOSITION] = 1; - num += 1; - } continue; } -- 2.39.5