AuroraRuntime/Include/Aurora/Locale/README.md

9 lines
459 B
Markdown
Raw Normal View History

2022-06-12 17:28:51 +00:00
# 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