axmol/external/win32-specific/ntcvt
halx99 0bed2ea9d5
Fix ntcvt _MSC_VER check
2021-05-29 16:50:38 +08:00
..
.clang-format Embed third parties 2020-11-16 14:47:43 +08:00
LICENSE Embed third parties 2020-11-16 14:47:43 +08:00
README.md Fix ntcvt compile error for vs2017 2021-05-28 14:55:27 +08:00
ntcvt.hpp Fix ntcvt _MSC_VER check 2021-05-29 16:50:38 +08:00

README.md

ntcvt

The windows nt encoding converter helpers

Why create this toy repo

  • 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