Question on CLDR number patterns

From: Eric Muller (emuller@adobe.com)
Date: Tue May 25 2004 - 14:42:09 CDT

  • Next message: rosennej@qsm.co.il: "Re: Multiple Writing Directions in One Script"

    The decimal pattern for Arabic/Kuwait contains U+0660 ٠ ARABIC-INDIC
    DIGIT ZERO, apparently for the MinimumInteger part (using the Java
    DecimalFormat terminology), presumably to select the set of Arabic
    digits. However, this mechanism does not seem to be part of the Java
    patterns, so I suspect it was added by CLDR. But the best description I
    have been able to find is in UTR #35:

        The numbers element supplies information for formatting and parsing
        numbers and currencies. It has three sub-elements: <symbols>,
        <numbers>, and <currencies>. The data is based on the Java/ICU
        format. The currency IDs are from [ISO4217
        <http://www.unicode.org/reports/tr35/#ISO4217>]. For more
        information, including the pattern structure, see [JavaNumbers
        <http://www.unicode.org/reports/tr35/#JavaNumbers>].

    (The last pointer goes to the J2SE 1.4.1 documentation, and Sun says
    "Products listed on this page have completed the Sun End of Life process
    <http://java.sun.com/products/archive/eol.policy.html>. ", btw)

    So where can I find the documentation on the use of something other than
    U+0030 0 DIGIT ZERO in a CLDR number pattern?

    Thanks,
    Eric.



    This archive was generated by hypermail 2.1.5 : Tue May 25 2004 - 14:43:17 CDT