From f5e168994567f603eb654e4c7fd24c125034472b Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Thu, 18 Nov 1999 02:02:49 +0000 Subject: [PATCH] ICU-114 Make ::digit method public for access by Transliterator. Later this method will go away (see jitterbug 44). X-SVN-Rev: 181 --- icu4c/source/i18n/uniset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/i18n/uniset.h b/icu4c/source/i18n/uniset.h index 9e403223d17..db521943b47 100644 --- a/icu4c/source/i18n/uniset.h +++ b/icu4c/source/i18n/uniset.h @@ -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