ICU-9581 Replaced a non-ASCII character with an ASCII character.
X-SVN-Rev: 32661
This commit is contained in:
parent
bb43af9767
commit
7139ce8835
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user