2008/3/6, Mark Hindess <[EMAIL PROTECTED]>: > > > Which ICU? ICU4J is class library implementation of locales. ICU4JNI > > is used by DRLVM for verifying java identifiers. > > Pavel, > > Is that right? I thought DRLVM only used ICU4C and that now that > classlib only uses ICU4J that nothing needed ICU4JNI[0]. > > I thought that DRLVM only used the u_isalpha and u_isalnum functions > from ICU4C. I assume it isn't possible to use the "standard" iswalpha > and iswalnum instead?
Mark, I believe you are right. FYI, I filed related HARMONY-5556 which should be easy to fix with iswalpha/iswalnum. -- Alexey > > -Mark. > > [0] I notice that we still included the real version of the ICUInterface > dll in the M5 binaries but I'm pretty sure nothing should need it. > Even the empty stub dll (in classlib) is only needed to keep the IBM > VME happy.
