classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: fix encoding error


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: fix encoding error
Date: 01 Jun 2005 11:47:56 -0600

I'm checking this in.

This file contained non-utf-8 characters.  Whoops.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * org/omg/CosNaming/IstringHelper.java: Changed non-ascii
        characters.

Index: org/omg/CosNaming/IstringHelper.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CosNaming/IstringHelper.java,v
retrieving revision 1.1
diff -u -r1.1 IstringHelper.java
--- org/omg/CosNaming/IstringHelper.java 1 Jun 2005 12:56:44 -0000 1.1
+++ org/omg/CosNaming/IstringHelper.java 1 Jun 2005 17:50:25 -0000
@@ -47,8 +47,8 @@
 import org.omg.CORBA.portable.OutputStream;
 
 /**
- * "Istring" was a “placeholder for a future IDL internationalized
- * string data type” in the original specification. It is maintained
+ * "Istring" was a "placeholder for a future IDL internationalized
+ * string data type" in the original specification. It is maintained
  * solely for compatibility reasons. In both java and CORBA,
  * Istring is now identical to the narrow (not wide) string and needs
  * no helper. This class is implemented just for compatibility




reply via email to

[Prev in Thread] Current Thread [Next in Thread]