You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by zo...@apache.org on 2005/07/21 20:08:34 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/utils XMLString.java XMLStringDefault.java

zongaro     2005/07/21 11:08:34

  Modified:    java/src/org/apache/xpath/objects XString.java
               java/src/org/apache/xml/utils XMLString.java
                        XMLStringDefault.java
  Log:
  Patch for XALANJ-2176 reviewed by Christine Li (jycli@ca.ibm.com).
  
  Replaced characters in Javadoc comments that were encoded in ISO-8859-1 with
  HTML character entity references.  This avoids any problems with editors, IDEs
  or versions of javac that make faulty assumptions about source encodings.
  
  Revision  Changes    Path
  1.19      +2 -2      xml-xalan/java/src/org/apache/xpath/objects/XString.java
  
  Index: XString.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/objects/XString.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XString.java	23 Jan 2005 01:08:21 -0000	1.18
  +++ XString.java	21 Jul 2005 18:08:34 -0000	1.19
  @@ -952,7 +952,7 @@
      * this <code>String</code> object. <p>
      * Examples:
      * <blockquote><pre>
  -   * "Fahrvergn�gen".toUpperCase() returns "FAHRVERGN�GEN"
  +   * "Fahrvergn&uuml;gen".toUpperCase() returns "FAHRVERGN&Uuml;GEN"
      * "Visit Ljubinje!".toUpperCase() returns "VISIT LJUBINJE!"
      * </pre></blockquote>
      *
  
  
  
  1.5       +2 -2      xml-xalan/java/src/org/apache/xml/utils/XMLString.java
  
  Index: XMLString.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/utils/XMLString.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLString.java	17 Feb 2004 04:21:14 -0000	1.4
  +++ XMLString.java	21 Jul 2005 18:08:34 -0000	1.5
  @@ -607,7 +607,7 @@
      * this <code>String</code> object. <p>
      * Examples:
      * <blockquote><pre>
  -   * "Fahrvergn�gen".toUpperCase() returns "FAHRVERGN�GEN"
  +   * "Fahrvergn&uuml;gen".toUpperCase() returns "FAHRVERGN&Uuml;GEN"
      * "Visit Ljubinje!".toUpperCase() returns "VISIT LJUBINJE!"
      * </pre></blockquote>
      *
  
  
  
  1.4       +2 -2      xml-xalan/java/src/org/apache/xml/utils/XMLStringDefault.java
  
  Index: XMLStringDefault.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/utils/XMLStringDefault.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLStringDefault.java	17 Feb 2004 04:21:14 -0000	1.3
  +++ XMLStringDefault.java	21 Jul 2005 18:08:34 -0000	1.4
  @@ -713,7 +713,7 @@
      * this <code>String</code> object. <p>
      * Examples:
      * <blockquote><pre>
  -   * "Fahrvergn�gen".toUpperCase() returns "FAHRVERGN�GEN"
  +   * "Fahrvergn&uuml;gen".toUpperCase() returns "FAHRVERGN&Uuml;GEN"
      * "Visit Ljubinje!".toUpperCase() returns "VISIT LJUBINJE!"
      * </pre></blockquote>
      *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org