diff options
Diffstat (limited to 'iconvdata/tst-table-from.c')
-rw-r--r-- | iconvdata/tst-table-from.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/iconvdata/tst-table-from.c b/iconvdata/tst-table-from.c index 09aaaf0..55a7113 100644 --- a/iconvdata/tst-table-from.c +++ b/iconvdata/tst-table-from.c @@ -194,10 +194,9 @@ main (int argc, char *argv[]) exit (1); } - /* When testing UTF-8 or GB18030, stop at 0x10000, otherwise the output + /* When testing UTF-8, stop at 0x10000, otherwise the output file gets too big. */ - bmp_only = (strcmp (charset, "UTF-8") == 0 - || strcmp (charset, "GB18030") == 0); + bmp_only = (strcmp (charset, "UTF-8") == 0); search_depth = (strcmp (charset, "UTF-8") == 0 ? 3 : 4); { |