classes Normalizer, NormalizerBuilder, NormalizerData from unicode.org
skeleton version of class UTF16 from icu.sourceforge.net
skeleton version of class UCharacterProperty from icu.sourceforge.net
i generated the minimum version myself. Normalizer needs only the
UTF16 class, which unfortunately is linked to dozens of classes from
ICU. so i manually stripped UTF16 down to the methods called by
Normalizer ...
the Normalizer only works in the "abridged data" mode without using
external file resources. don't know for what they would be necessary.
ciao, -sciss-
Am 18.09.2006 um 01:38 schrieb Greg Guerin:
Sciss wrote:
thanks. but i need to stay 100% pure java. anyways, the size got very
small once i threw away all unnecessary dependancies. interestingly,
the resulting jar file is now only 20 KB in size ;-)))))))
Can you post the list of minimum necessary dependencies? It would
be nice
to know that for future reference.
Did you generate the minimum list manually, or did you use a "jar
minimizer" tool (e.g. ProGuard)?
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden