pikotools/src/utf8
Tomasz Sowa 8ec9350d52 added two functions to utf8:
template<typename StreamType> bool utf8_to_wide(const Stream & stream, StreamType & res, bool clear = true, int mode = 1);
template<typename StreamType> bool wide_stream_to_utf8(const Stream & stream, StreamType & utf8, bool clear = true, int mode = 1);

these functions are moved from TextStreamBase
2021-06-25 19:10:01 +02:00
..
utf8.cpp Log class has the Stream class as a base class now 2021-06-24 20:52:48 +02:00
utf8.h added two functions to utf8: 2021-06-25 19:10:01 +02:00
utf8_private.cpp fixed: using size() when serializing strings - this allows to serialize a string which contain a null character 2021-06-14 13:48:32 +02:00
utf8_private.h Log class has the Stream class as a base class now 2021-06-24 20:52:48 +02:00
utf8_templates.h added two functions to utf8: 2021-06-25 19:10:01 +02:00