Hi,
gnu/xml/transform/StreamSerializer.java sets compatibilityMode to true
for any encoding other than UTF* or UCS*.
This is very inconvenient for people using non-ASCII encodings,
especially CJK encodings, where most of the characters > 127.
compatibilityMode being set to true, the output grows
Hi,
As pointed out by the bug report BasicStroke.hashCode() didn't handle a
null dash. Fixed by:
2005-02-12 Mark Wielaard <[EMAIL PROTECTED]>
Fixes bug #11949
* java/awt/BasicStroke.java (hashCode): Check for null dash.
Committed,
Mark
Index: java/awt/BasicStroke.java
Hi list,
I regenerated two JNI headers which were originally generated by an too
old version of gcjh.
Michael
2005-02-12 Michael Koch <[EMAIL PROTECTED]>
* include/gnu_java_awt_peer_gtk_GdkFontPeer.h,
include/gnu_java_awt_peer_gtk_GdkGraphics2D.h:
Regenerated.
Inde
hi,
this patch, which I've just committed to classpath, corrects a missing
new file, which I failed to "cvs add" on the previous commit.
-graydon
2005-02-12 Graydon Hoare <[EMAIL PROTECTED]>
* gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java: Add.
--- gnu/java/awt/peer/gtk/GdkGraphicsConfi