Description Usage Arguments Value
Presents current default settings used by the ICU library.
1 |
short |
logical; whether or not the results should
be given in a concise form; defaults to |
If short==TRUE
, then a single string containing
information on default character encoding, locale, and
Unicode as well as ICU version is returned.
Otherwise, you a list with the following components is returned:
Unicode.version
– version
of Unicode supported by the ICU library;
ICU.version
– ICU library version used;
Locale
– contains information on default locale, as
returned by stri_locale_info
;
Charset.internal
– always c("UTF-8",
"UTF-16")
;
Charset.native
– information on
default encoding, as returned by
stri_enc_info
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.