9 lines
459 B
Markdown
9 lines
459 B
Markdown
|
# AuLocale
|
||
|
|
||
|
Example Usage: HelloAurora/master/Tests/Public/8. Hello Locale/Main.cpp
|
||
|
|
||
|
# Features
|
||
|
* Pulls system country, language, and codepage
|
||
|
* Built-in UTF8 (up to 6 bytes), 16, 32 encoding/decoding
|
||
|
* `NULL == out` based counting of valid codepoints and input bytes in a given memory view, backed by various codecs
|
||
|
* Abstraction on top of platform specific iconv, nsl, and similar api sets to provide shift-jis, utf*, gbk (and frens) conversion to/from UTF8
|