Bug 587196 - Remove intl/unicharutil/note.txt. r=smontagu, a=npotb

--HG--
extra : rebase_source : 81553fe7c476bd0edd059a05fda72f08d41636c7
This commit is contained in:
Justin Lebar 2011-01-14 16:32:13 -08:00
parent c1cfb2a8ce
commit 95835f2d8b

View File

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