Reduced Unicode conversion code size (-122 bytes on AVR)

This commit is contained in:
Benoit Blanchon
2020-01-09 15:39:45 +01:00
parent 91b808381e
commit 5ec062cc71
5 changed files with 115 additions and 37 deletions

View File

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