Rdocumentation
powered by
Learn R Programming
base (version 3.3)
l10n_info: Localization Information
Description
Report on localization information.
Usage
l10n_info()
Arguments
Value
A list with three logical components:
MBCS
If a multi-byte character set in use?
UTF-8
Is this a UTF-8 locale?
Latin-1
Is this a Latin-1 locale?
windows codepageinteger: the Windows codepage corresponding to the locale
R
is using (and not necessarily that Windows is using).
See Also
Sys.getlocale
,
localeconv
Examples
Run this code
l10n_info()
Run the code above in your browser using
DataLab