CLDR-Number

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


    default_locale
        Default: none

        Valid: Unicode locale identifiers

        Use this if you want a locale other than the generic "root" if the
        locale attribute is not set or not valid.

    numbering_system
        Valid: currently only decimal numbering systems are supported

        Examples: "latn" (Western Digits), "arab" (Arabic-Indic Digits),
        "hanidec" (Chinese Decimal Numerals), "fullwide" (Full Width Digits)

        In the future, algorithmic numbering systems like "hant"
        (Traditional Chinese Numerals), "hebr" (Hebrew Numerals), and
        "roman" (Roman Numerals) will be supported.

        The numbering system may alternately be provided as a Unicode locale
        extension subtag. For example, locale "ja-u-nu-fullwide" for the
        Japanese language ("ja") with the numbering system ("nu") set to
        Full Width Digits ("fullwide").

    decimal_sign
        Examples: "." (full stop) for root, en; "," (comma) for de, fr

    group_sign
        Examples: "," (comma) for root, en; "." (full stop) for de; " "
        (no-break space) for fr

    plus_sign
        Examples: "+" (plus sign) for root, en, and most locales

    minus_sign
        Examples: "-" (hyphen-minus) for root, en, and most locales

    infinity
        Examples: "∞" (infinity) for root, en, and almost all locales

    nan Examples: "NaN" for root, en, and most locales; many other
        variations for individual locales like "не число" for ru and "非數值"
        for zh-Hant

    cldr_version
        Value: 29

        This is a read-only attribute that will always reflect the currently
        supported Unicode CLDR version.

NOTES
    The Unicode private-use characters U+F8F0 through U+F8F4 are used
    internally and are therefore not supported in custom patterns and signs.

SEE ALSO
    *   CLDR::Number::FAQ

    *   CLDR::Number::TODO

    *   Unicode beyond just characters: Localization with the CLDR
        <http://patch.codes/talks/localization-with-the-unicode-cldr/>
        (video and slides)

    *   Perl Advent Calendar: CLDR TL;DR
        <http://perladvent.org/2014/2014-12-23.html>

    *   UTS #35: Unicode LDML, Part 3: Numbers
        <http://www.unicode.org/reports/tr35/tr35-numbers.html>

    *   CLDR Translation Guidelines: Number Patterns
        <http://cldr.unicode.org/translation/number-patterns>

    *   CLDR Translation Guidelines: Number Symbols
        <http://cldr.unicode.org/translation/number-symbols>

AUTHOR
    Nova Patch <patch@cpan.org>

    This project is brought to you by Shutterstock
    <http://www.shutterstock.com/>. Additional open source projects from
    Shutterstock can be found at code.shutterstock.com
    <http://code.shutterstock.com/>.

COPYRIGHT AND LICENSE
    © 2013–2016 Shutterstock, Inc.

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    Unicode is a registered trademark of Unicode, Inc., in the United States
    and other countries.



( run in 0.847 second using v1.01-cache-2.11-cpan-39bf76dae61 )