3 1. This directly have not been turn on to build system yet.
4 2. Currently, the implementation of the nsICaseConversion call the
5 UCData package develped by Mark Leisher <mleisher@crl.nmsu.edu>.
6 I have not check in the package into the mozilla tree yet. You can get
8 ftp://crl.nmsu.edu/CLR/multiling/unicode/ucdata.tar.gz
10 ftp://crl.nmsu.edu/CLR/multiling/unicode/ucdata.zip
12 After you get the package, you need to put those file into different
13 place under Mozilla tree untill we check them in.
15 a. put ucdata.c and ucdata.h into mozilla/modules/unicharutil/src
16 b. put MUTTUCData.txt and ucgendat.c into mozilla/modules/unicharutil/tools
18 You also need the Unicode data base from Unicode ftp site
19 ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData-Latest.txt
21 Put it under mozilla/modules/unicharutil/tools
23 3. The Window makefile work. I am still working on Mac and UNIX build
25 Frank Tang <ftang@netscape.com>