mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-114 Make ::digit method public for access by Transliterator. Later this method will go away (see jitterbug 44).
X-SVN-Rev: 181
This commit is contained in:
parent
ede38c10de
commit
f5e1689945
1 changed files with 1 additions and 0 deletions
|
@ -596,6 +596,7 @@ private:
|
|||
*/
|
||||
static UChar charAfter(const UnicodeString& str, int32_t i);
|
||||
|
||||
public: // Make public for HexToUnicodeTransliterator
|
||||
/**
|
||||
* TEMPORARY WORKAROUND UNTIL Unicode::digit() exists.
|
||||
* Return the digit value of the given UChar, or -1. The radix
|
||||
|
|
Loading…
Add table
Reference in a new issue