This library design to use wchar_t == 2
, Windows API software compatible.
- LibWchar2 Summary manual
- https://clnviewer.github.io/LibWchar2/docs/html/wchar2.html
- LibWchar2 Related manual pages
- https://clnviewer.github.io/LibWchar2/docs/html/pages.html
- Using
- Using compilation keys to build your program with this library:
- gcc as key:
-fshort-wchar
- clang as key:
-fwchar-type=short
-fno-signed-wchar
- Author
PS
- Copyright
MIT
2018 (c) PS
- See also
- https://clnviewer.github.io/LibWchar2/ [
Web Home
]
-
https://github.com/ClnViewer/LibWchar2 [
Git Home
]