Re: StringPrep in ICU4JNI?
Ram Viswanadha <[email protected]> Fri, 11 Feb 2005 11:07:47 -0800
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <[email protected]> |
The reason there is no StringPrep in ICU4JNI is that ICU4J already has pure JAVA implementation. We usually implement a JNI wrapper if a service is not available in JAVA for a particular release. That said, implementing a JNI wrapper should not be hard. You need to write wrappers around usprep_open, usprep_close and usprep_prepare. Best Regards, Ram Viswanadha Mikhail Zabaluev wrote: > Hello, > > I'm considering usage of the StringPrep Java class in a high-throughput > environment (an XMPP server). I guess, a JNI version would better fit > that requirement. However, there is no equivalent class in ICU4JNI as > far as I'm concerned. Is anyone have interested in making one? > > _______________________________________________ > icu mailing list > [email protected] > http://oss.software.ibm.com/developerworks/oss/mailman/listinfo/icu > >