Refactor string functions, add unicode support
Refactored existing functions. Added Unicode support and UTF-8, UTF-16, and UTF-32 encoding/decoding.
This commit is contained in:
@@ -94,6 +94,7 @@ set(BH_SOURCE
|
||||
src/Util.c
|
||||
src/String/Int.c
|
||||
src/String/Float.c
|
||||
src/String/Unicode.c
|
||||
)
|
||||
|
||||
set(BH_HEADER
|
||||
|
||||
Reference in New Issue
Block a user