[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.24 Support for Internationalization
Guile provides internationalization(20)
support for Scheme programs in two ways. First, procedures to
manipulate text and data in a way that conforms to particular cultural
conventions (i.e., in a “locale-dependent” way) are provided in the
(ice-9 i18n)
. Second, Guile allows the use of GNU
gettext
to translate program message strings.
6.24.1 Internationalization with Guile | Introduction to Guile’s i18n support. | |
6.24.2 Text Collation | Sorting strings and characters. | |
6.24.3 Character Case Mapping | Case mapping. | |
6.24.4 Number Input and Output | Parsing and printing numbers. | |
6.24.5 Accessing Locale Information | Detailed locale information. | |
6.24.6 Gettext Support | Translating message strings. |
This document was generated on April 20, 2013 using texi2html 5.0.