fix(epub): NFC-normalize EPUB text so NFD diacritics render correctly (#2277)
Co-authored-by: Uri Tauber <uritaube@gmail.com> Co-authored-by: Julia <julia@uxj.io>
This commit is contained in:
co-authored by
Uri Tauber
Julia
parent
7d639cf880
commit
16b0853654
@@ -0,0 +1,15 @@
|
||||
add_executable(Utf8ComposeTest
|
||||
Utf8ComposeTest.cpp
|
||||
${REPO_ROOT}/lib/Utf8/Utf8.cpp
|
||||
)
|
||||
|
||||
target_include_directories(Utf8ComposeTest PRIVATE
|
||||
${REPO_ROOT}/lib/Utf8
|
||||
)
|
||||
|
||||
target_link_libraries(Utf8ComposeTest PRIVATE
|
||||
crosspoint_test_common
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
gtest_discover_tests(Utf8ComposeTest)
|
||||
Reference in New Issue
Block a user