fix: fix build error in Linux environment.

- fix various build error in Linux environment.
- the convertion between UTF8, UTF16 and UTF32 have error in Linux and will be fixed in future.
This commit is contained in:
2024-06-19 13:28:51 +08:00
parent b61f718084
commit 1fd132f0c9
3 changed files with 18 additions and 13 deletions

View File

@ -1,6 +1,7 @@
#include "EncodingHelper.hpp"
#include <cuchar>
#include <climits>
namespace YYCC::EncodingHelper {