|
From: Mark D. <mar...@ic...> - 2006-12-27 19:08:59
|
I want to reinforce what Ram said. Changing the fundamental Unicode properties is very strongly discouraged. ICU and other programs are built on the basis of those properties, and changing them just opens the way for strange, intermittent bugs, and incompatibilities with other programs. Mark On 12/27/06, Ram Viswanadha <ram...@gm...> wrote: > > Hi Tony, > > On 12/27/06, Tony Wu <wuy...@gm...> wrote: > > > > > > I have another question here. I noticed that the data files were > > combined to a .dat file in the version 3.4 other than previous. > > > I do not understand this statement. > > I wonder whether my change in the source/data/unidata/UnicodeData.txt > > will affect the output data? That is, if I change a defination of > > 0x0000 in the .txt file, would it be changed in the distribution? > > > Please be informed that it is not recommended that you change the > definitions of code points in UnicodeData.txt file. If you changed > definitions in UnicodeData.txt and then ran gendtjar.pl, then yes the > changes are taken transferred to data files generated and hence > icudata.jar. If you change the data then please make sure to change the > manifest.stub files to reflect that fact that you have modified icu4j.jar. > > -- > Best Regards, > Ram Viswanadha > ICU > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > icu-support mailing list - icu...@li... > To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support > > > -- Mark |