pikotools/src
Tomasz Sowa 4d70ae9e87 fixed: using size() when serializing strings - this allows to serialize a string which contain a null character
fixed: printing null character in space format: \u0000 (before was \0 which is not correct in json)
fixed: in serialize_string_buffer(const char * input_str, ...) a temporary fixed was used when copying input string
added support for surrogate pairs when reading \uHHHH format
added support to parse \u{H...} format (only if parsing Space format)
2021-06-14 13:48:32 +02:00
..
convert namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
csv changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
date namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
log changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
mainoptions changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
membuffer namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
space 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
textstream namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
utf8 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
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep make depend 2021-05-19 03:26:57 +02:00