CLDR Numbers for Modern Locales
currencies
numbers
8.12

CLDR Numbers for Modern Locales🔗ℹ

Jon Zeppieri <zeppieri@gmail.com>

CLDR is the Common Locale Data Repository, a database of localization information published by the Unicode Consortium.

The CLDR Numbers-Modern library is a Racket interface to the cldr-numbers-modern JSON distribution published by the Unicode Consortium.

See CLDR Core for more information.

 (require cldr/numbers-modern) package: cldr-numbers-modern

procedure

(currencies locale)  jsexpr?

  locale : string?
Returns raw data from currencies.json for the given locale.

procedure

(numbers locale)  jsexpr?

  locale : string?
Returns raw data from numbers.json for the given locale.