ICU-1681 fix comment

X-SVN-Rev: 8263
This commit is contained in:
Alan Liu 2002-03-27 19:13:22 +00:00
parent 6aa1dc81bf
commit 94a3a048f0
2 changed files with 4 additions and 4 deletions
icu4c/source/i18n
icu4j/src/com/ibm/icu/text

View file

@ -110,7 +110,7 @@ void NameUnicodeTransliterator::handleTransliterate(Replaceable& text, UTransPos
break;
case 1: // after open delimiter
// Look for [-a-zA-Z0-9<>]. If \w+ is found, convert it
// Look for [-a-zA-Z0-9<>]. If \s+ is found, convert it
// to a single space. If closeDelimiter is found, exit
// the loop. If any other character is found, exit the
// loop. If the limit is found, exit the loop.

View file

@ -3,8 +3,8 @@
* others. All Rights Reserved.
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/NameUnicodeTransliterator.java,v $
* $Date: 2002/03/27 19:11:37 $
* $Revision: 1.9 $
* $Date: 2002/03/27 19:13:22 $
* $Revision: 1.10 $
*/
package com.ibm.icu.text;
import java.util.*;
@ -89,7 +89,7 @@ class NameUnicodeTransliterator extends Transliterator {
break;
case 1: // after open delimiter
// Look for [-a-zA-Z0-9]. If \s+ is found, convert it
// Look for [-a-zA-Z0-9<>]. If \s+ is found, convert it
// to a single space. If closeDelimiter is found, exit
// the loop. If any other character is found, exit the
// loop. If the limit is found, exit the loop.