l10n_info
Localization Information

Description

Gives information on localization and encodings.

Usage

l10n_info()

Details

Provides information about localization and encodings.
Value
returns a list with the following components:
MBCS a logical value. If TRUE, the multiple byte character set is used.
UTF-8 a logical value. If TRUE, the UTF-8 locale is used.
Latin-1 a logical value. If TRUE, the Latin-1 locale is used.
codepage an integer value representing the locale code page that is used. This component is present only on the Windows platform.
See Also
Sys.getlocale
Examples
l10n_info()
Package base version 6.0.0-69
Package Index