Fixed regression in UTF16 decoding (fixes #1173)

This commit is contained in:
Benoit Blanchon
2020-01-27 12:10:10 +01:00
parent ddfe7d8b91
commit 09d4b2cd38
6 changed files with 130 additions and 12 deletions

View File

@@ -11,6 +11,7 @@ add_executable(MiscTests
TypeTraits.cpp
unsigned_char.cpp
Utf8.cpp
Utf16.cpp
version.cpp
)