mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3555 Use a Unicode literal instead of a codepage string constant.
X-SVN-Rev: 14447
This commit is contained in:
parent
52657bb8eb
commit
ea103f5f2b
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/util/Pick.java,v $
|
||||
* $Date: 2003/12/20 03:06:53 $
|
||||
* $Revision: 1.3 $
|
||||
* $Date: 2004/02/04 18:59:47 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -516,7 +516,7 @@ abstract public class Pick {
|
|||
return true;
|
||||
}
|
||||
public String getInternal(int depth, Set alreadySeen) {
|
||||
return indent(depth) + "?";
|
||||
return indent(depth) + "\u00F8";
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue