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:
@@ -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)
|
||||
Reference in New Issue
Block a user