|
From: Ram V. <ram...@gm...> - 2006-12-27 16:45:18
|
ICU4J 3.4 is based on Unicode 4.1. If you create data for Unicode 4.0 and add it to ICU4J, please be warned that some APIs will behave differently. > I looked through the online docs, seems, all of them are icu4c > related. I have successfully created the .dat and .dll file following > the docs. Is it possible to convert them to the format used by icu4j? yes. Please see http://source.icu-project.org/repos/icu/icu4j/tags/release-3-4/readme.html#resources the section "Building ICU4J Resources from ICU4C" just like the icudata.jar within the source code of icu4j. ICU4J data depends on ICU4C. So you need to build ICU4C data and convert that to ICU4J format. Could you > please tell me where the icudata.jar comes from? icudata.jar is generated by icu/source/tools/genrb/gendtjar.pl. -- Best Regards, Ram Viswanadha ICU |