From 7139ce8835278d1f2d86f65cac0ae2ad7337badf Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Thu, 18 Oct 2012 22:51:31 +0000 Subject: [PATCH] ICU-9581 Replaced a non-ASCII character with an ASCII character. X-SVN-Rev: 32661 --- icu4c/source/i18n/unicode/unum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/unum.h b/icu4c/source/i18n/unicode/unum.h index 1d3ddb17f1..d8c092e652 100644 --- a/icu4c/source/i18n/unicode/unum.h +++ b/icu4c/source/i18n/unicode/unum.h @@ -800,7 +800,7 @@ typedef enum UNumberFormatAttribute { */ UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS, /** - * if this attribute is set to 1, specifies that, if the pattern doesn’t contain an exponent, the exponent will not be parsed. If the pattern does contain an exponent, this attribute has no effect. + * if this attribute is set to 1, specifies that, if the pattern doesn't contain an exponent, the exponent will not be parsed. If the pattern does contain an exponent, this attribute has no effect. * Has no effect on formatting. * Default: 0 (unset) * @draft ICU 50