tags:

views:

79

answers:

1

Hello, i have class used with android frameworks, it calls icu4j's Arabicshaping. now i'v merged this class with another android branch that uses icu4c ( c implementation). but build process gives me error saying cannot find Arabicshaping...

searching in icu4c files shows me that it has both ArabicShaping.c and ushape.c

but i don't know how to call them from framewoks java code .

any idea? thanks

A: 

Can you paste the error? icu4c does indeed have Arabic shaping.

Steven R. Loomis
is it possible to call c native call directly from framework's java code? i'll past the error code tomorrow ( it was something like cannot fins symbol bla bla_
avar
Java can call using JNI. I don't know the specific answer to this question.
Steven R. Loomis
hello, i'v compiled icu4j with android successfully. now i have another problem, would you please have a look ?http://stackoverflow.com/questions/3855940/icu4c-ushape-c-missing-character-in-shaping
avar