axmol/thirdparty/ntcvt
Deal(一线灵) 87601a734b
Update 3rd sources (#1240)
- llhttp: 8.1.1
- yasio: latest
- recast 1.6.0
- openal-soft: latest for official UWP support
- glad 2.0.4
- libpng 1.6.40
- astcenc 4.5.0
- Add fastlz: latest
- Disable lz4 by default
2023-06-24 09:17:14 +08:00
..
.clang-format Move ntcvt directory 2021-11-26 17:19:50 +08:00
LICENSE Move ntcvt directory 2021-11-26 17:19:50 +08:00
README.md Move ntcvt directory 2021-11-26 17:19:50 +08:00
ntcvt.hpp Update 3rd sources (#1240) 2023-06-24 09:17:14 +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