pikotools/src/utf8
Tomasz Sowa 8b0ed5e750 added to TextStream:
TextStreamBase & operator<<(unsigned char);
  TextStreamBase & operator<<(bool);
  TextStreamBase & operator<<(short);
  TextStreamBase & operator<<(unsigned short);
  TextStreamBase & operator<<(float);
  TextStreamBase & operator<<(long double);
2021-06-15 19:54:50 +02:00
..
utf8.cpp added to TextStream: 2021-06-15 19:54:50 +02:00
utf8.h added to TextStream: 2021-06-15 19:54:50 +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 added to TextStream: 2021-06-15 19:54:50 +02:00
utf8_templates.h changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00