[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25430] Class java.text.Bidi is not implemented
From: |
sven at physto dot se |
Subject: |
[Bug classpath/25430] Class java.text.Bidi is not implemented |
Date: |
23 Dec 2005 14:45:02 -0000 |
------- Comment #2 from sven at physto dot se 2005-12-23 14:45 -------
Right. In addition to what tromey says, I think that since we (I think) have a
working 1.4-compatible implementation of java.lang.Character, it could be used
for the Bidi implementation (although that might be inefficient, but efficiency
isn't that important since most of the bidi-ing is being done in native code).
This particular method could probably be implemented simply using
Character.getDirectionality(char ch).
--
sven at physto dot se changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2005-12-21 21:42:00 |2005-12-23 14:45:01
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25430