Sam Steingold wrote: > diff -u gnulib/tests/uniname/UnicodeDataNames.txt > clisp/current/utils/unicode/UnicodeDataFull.txt | wc > 5887 24682 319494 > which file is correct?
The one in gnulib is more recent. > are you going to move clisp/current/utils/unicode/ to gnulib completely? The gen-ctype.c program will soon have an equivalent in gnulib, as part of the 'unictype' module set. nls_table.c is clisp specific and will not be moved to gnulib. Most programs are satisfied with using iconv also for 8-bit encodings. Only for clisp it would be a performance bottleneck to do so. Bruno