ICU-9016 document default Numeric_Value differs from Unicode Standard

X-SVN-Rev: 31129
This commit is contained in:
Markus Scherer 2011-12-15 23:29:52 +00:00
parent b81e90d33d
commit a479de199e

View File

@ -1947,6 +1947,8 @@ u_getIntPropertyMaxValue(UProperty which);
*
* For characters without any numeric values in the Unicode Character Database,
* this function will return U_NO_NUMERIC_VALUE.
* Note: This is different from the Unicode Standard which specifies NaN as the default value.
* (NaN is not available on all platforms.)
*
* Similar to java.lang.Character.getNumericValue(), but u_getNumericValue()
* also supports negative values, large values, and fractions,