How to know the orientation of a character?

Hi, it's a bidi problem.Given a character or code point, how could I know the orientation (right to left for Hebrew Arabic, or left to right for English) of that character or code point?Does Java provide any API to that?Thanks.
[256 byte] By [eatinga] at [2007-11-27 9:17:48]
# 1
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Character.html#getDirectionality(char)
one_danea at 2007-7-12 22:08:32 > top of Java-index,Desktop,I18N...
# 2
Thanks, got that.
eatinga at 2007-7-12 22:08:32 > top of Java-index,Desktop,I18N...