axmol/thirdparty/ntcvt/README.md

8 lines
278 B
Markdown
Raw Normal View History

2020-11-16 14:47:43 +08:00
# ntcvt
The windows nt encoding converter helpers
2021-05-28 14:55:27 +08:00
## Why create this toy repo
2020-11-16 14:47:43 +08:00
* The natvie Win32 API is fast than c++11 std::codecvt
* More easy to convert between utf-8, utf-16, mcbs at ntoskrnl system
* Do a hack to avoid loop fill '\0' when prealloc buffer for std::wstring