mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-2474 Fix an EBCDIC problem
X-SVN-Rev: 10373
This commit is contained in:
parent
ba30384f10
commit
d9174bc390
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ protected:
|
|||
******************************************************************
|
||||
*/
|
||||
|
||||
const UChar ICUServiceKey::PREFIX_DELIMITER = '/';
|
||||
const UChar ICUServiceKey::PREFIX_DELIMITER = 0x002F; /* '/' */
|
||||
|
||||
ICUServiceKey::ICUServiceKey(const UnicodeString& id)
|
||||
: _id(id) {
|
||||
|
|
Loading…
Add table
Reference in a new issue