Add Unicode tests, fix whitespace, fix docs

Added Unicode tests (and fixed few bugs), changed whitespace script to
proccess markdown files, added new guide to showcase how to work with
Unicode.
This commit is contained in:
2025-04-06 14:11:38 +03:00
parent 6aee5a83aa
commit dd15b42b44
11 changed files with 472 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
# PakReader
add_executable(PakReader PakReader.c)
target_link_libraries(PakReader BHLib)
target_link_libraries(PakReader BHLib)
add_executable(Utf8Test Utf8Test.c)
target_link_libraries(Utf8Test BHLib)