pikotools/src/textstream
Tomasz Sowa 6b97b1b74a fix: correctly escape json/xml/csv wide strings
A wide string was first changed to utf-8 and then escaped to json/xml/csv
which is incorrect. First should be escaped and then changed to utf-8.

Add TextStreamBase<>::iterator and TextStreamBase<>::const_interator as classes
with a method wchar_t get_unicode_and_advance(const iterator & end)
to return one character either from utf-8 stream or from wide stream.

Let TextStreamBase<>::operator<<(wchar_t v) correctly use utf-8.
2022-02-03 19:08:21 +01:00
..
stream.h Log class has the Stream class as a base class now 2021-06-24 20:52:48 +02:00
textstream.h fix: correctly escape json/xml/csv wide strings 2022-02-03 19:08:21 +01:00
types.h namespace PT renamed to pt 2021-05-20 16:11:12 +02:00