diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-04-05 12:48:29 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-04-05 13:56:00 +0300 |
| commit | 6aee5a83aa009c5e2cd5be5278c0b3b1fdb1325d (patch) | |
| tree | 4920c7efbfc2b6627e6a97ba48f4054709b4e3af /CMakeLists.txt | |
| parent | f9ebeabb18397f0ec6eba6223c556c70183c3fef (diff) | |
| download | bhlib-6aee5a83aa009c5e2cd5be5278c0b3b1fdb1325d.tar.gz | |
Refactor string functions, add unicode support
Refactored existing functions. Added Unicode support and UTF-8, UTF-16,
and UTF-32 encoding/decoding.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index abecdf3..6efa99e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 |
