EVOLUTION-MANAGER
Edit File: l10n_info.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Localization Information</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for l10n_info {base}"><tr><td>l10n_info {base}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Localization Information</h2> <h3>Description</h3> <p>Report on localization information. </p> <h3>Usage</h3> <pre> l10n_info() </pre> <h3>Value</h3> <p>A list with three logical components: </p> <table summary="R valueblock"> <tr valign="top"><td><code>MBCS</code></td> <td> <p>If a multi-byte character set in use?</p> </td></tr> <tr valign="top"><td><code>UTF-8</code></td> <td> <p>Is this a UTF-8 locale?</p> </td></tr> <tr valign="top"><td><code>Latin-1</code></td> <td> <p>Is this a Latin-1 locale?</p> </td></tr> </table> <h3>See Also</h3> <p><code><a href="locales.html">Sys.getlocale</a></code>, <code><a href="Sys.localeconv.html">localeconv</a></code> </p> <h3>Examples</h3> <pre> l10n_info() </pre> <hr /><div style="text-align: center;">[Package <em>base</em> version 3.6.0 <a href="00Index.html">Index</a>]</div> </body></html>