PATCH: xlib support for 16-bit characters when rendering text
Scott Gilbertson
scottg@mantatest.com
Tue Feb 18 20:24:00 GMT 2003
> Scott> The only concern I have is that it will map directly to the
> Scott> character set of the font you're using, which might not be
> Scott> unicode. I think solving that (i.e., re-mapping the characters
> Scott> from unicode to other encodings) would be a big job, but we
> Scott> could include a FIXME comment to that effect.
>
Tom> Yes, please add that and send the patch again. Thanks.
Added FIXME comments, with my understanding of what ought to be done in
future. Patch attached.
Index: libjava/ChangeLog
from Scott Gilbertson <scottg@mantatest.com>
* libjava/gnu/gcj/xlib/natFont.cc (getStringWidth) : support 16-bit
characters
* libjava/gnu/gcj/xlib/natGC.cc (drawString) : support 16-bit characters
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20030218_16BitText.patch
Type: application/octet-stream
Size: 2939 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030218/f4da0b9c/attachment.obj>
More information about the Java-patches
mailing list