On this page:
Package racket-locale
1.0

Package racket-locale🔗ℹ

Simon Johnston <johnstonskj@gmail.com>

This package provides access to operating system locale configuration, and specifically the C runtime setlocale and localeconv functions. It also implements higher-level formatting functions for dates, numbers, and currency values.

    1 Module locale

      1.1 Locale Strings

      1.2 Locale Accessors

      1.3 Locale Conventions

    2 Module locale/language-info

      2.1 Date and Time formatting

      2.2 Numeric and Currency formatting

      2.3 Other formatting

    3 Module locale/format

      3.1 Numbers and Currency

      3.2 Dates and Times

    4 License