pikotools/utf8
Tomasz Sowa 463cec3283 fixed #2: Procedures for reading an utf8 string incorrectly read some utf-8 characters.
Those characters were treated as invalid characters.

UTF8ToInt_FirstOctet incorrectly checked if the first octed is zero (after removing first bits).
This is a case only if the utf-8 character consists of two bytes. For 3 or 4 bytes
the first part can have all bits equal zero.
2021-05-07 15:53:19 +02:00
..
utf8.cpp fixed #2: Procedures for reading an utf8 string incorrectly read some utf-8 characters. 2021-05-07 15:53:19 +02:00
utf8.h fixed #2: Procedures for reading an utf8 string incorrectly read some utf-8 characters. 2021-05-07 15:53:19 +02:00
utf8_private.cpp fixed #2: Procedures for reading an utf8 string incorrectly read some utf-8 characters. 2021-05-07 15:53:19 +02:00
utf8_private.h template<size_t stack_size, size_t heap_block_size> changed to template<typename StreamType> 2021-03-15 20:09:23 +01:00
utf8_templates.h template<size_t stack_size, size_t heap_block_size> changed to template<typename StreamType> 2021-03-15 20:09:23 +01:00