Hi,

On Fri, 2005-05-13 at 10:59 -0700, Ka-Hing Cheung wrote:
> With this commit I get the following error when compiling with gcj:
> 
> ../javax/swing/JComponent.java:2351: error: Unrecognized character for
> encoding 'UTF-8'.
>       *\uffffNotification is sent to all registered AncestorListeners
> about the
>        ^
> 1 error

Fixed by just removing that character from the source file.

2005-05-15  Mark Wielaard  <[EMAIL PROTECTED]>

    * javax/swing/JComponent.java: Removed invalid char from comment.

BTW. For those that have commit access, please fix issues like these
that are obviously some simple type mistake immediately. Having a broken
CVS is really, really bad. (And of course ALWAYS test your commits!)

Cheers,

Mark
Index: javax/swing/JComponent.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/JComponent.java,v
retrieving revision 1.37
diff -u -r1.37 JComponent.java
--- javax/swing/JComponent.java	13 May 2005 11:38:05 -0000	1.37
+++ javax/swing/JComponent.java	15 May 2005 09:48:36 -0000
@@ -2348,7 +2348,7 @@
   /**
    * Receives notification if this component is added to a parent component.
    *
-   *�Notification is sent to all registered AncestorListeners about the
+   * Notification is sent to all registered AncestorListeners about the
    * new parent.
    *
    * This method sets up ActionListeners for all registered KeyStrokes of

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to