axmol/thirdparty/ntcvt
Deal(一线灵) b46417809d
Windows Store UWP apps support (#1108)
* [BIG FEATURE] Windows Store UWP apps support

* Fix ci, add uwp for pr-ci

* Fix ci

* Improve ci script

* Fix ci

* Fix ci

* Fix ci

* Fix ci

* Upload uwp appx package artifacts [skip ci]

* Use d2d draw system font text

* Fix ci

* Improve code style
2023-03-11 22:10:18 +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 Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +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