This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bugs in JOHAB converter


Martin v. Loewis asks:

> I'm amazed at the rate at which you detect errors, and produce patches.
> Could you kindly explain how you find these things?

I've got a few tools which produce conversion tables from different
sources (the glibc charmap, the unicode.org conversion table, the
glibc or Solaris iconv implementation, the ICU umap etc.), in the same
canonical format: one character per line, sorted in Unicode order.
Detecting errors is then a matter of diff-ing the right files.

Some of these conversion tools are now in glibc/iconvdata/tst-table*.

Similarly for the LC_CTYPE data; see glibc/localedata/dump-ctype.c.

Bruno

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]