Go to file
Tomasz Sowa da4ed9c1f8 added to utf8:
bool UTF8ToWide(const char * utf8, size_t utf8_len, WTextStream & res, bool clear = true, int mode = 1);
bool UTF8ToWide(const char * utf8,                  WTextStream & res, bool clear = true, int mode = 1);
bool UTF8ToWide(const std::string & utf8,           WTextStream & res, bool clear = true, int mode = 1);
bool UTF8ToWide(std::istream & utf8,                WTextStream & res, bool clear = true, int mode = 1);

void WideToUTF8(PT::WTextStream & buffer,                       std::string & utf8,  bool clear = true, int mode = 1);
void WideToUTF8(PT::WTextStream & buffer,                       std::ostream & utf8, int mode = 1);

these functions need some testing yet




git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@1156 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-11-24 13:30:45 +00:00
convert added to convert/text.h: 2018-10-29 23:47:23 +00:00
date changed: when parsing date skip 'Z' character if exists (iso format) 2018-09-19 21:24:23 +00:00
log added to utf8: 2018-11-24 13:30:45 +00:00
mainparser added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
mainspaceparser added to utf8: 2018-11-24 13:30:45 +00:00
membuffer added: to membuffer: 2013-11-28 22:21:10 +00:00
space added to utf8: 2018-11-24 13:30:45 +00:00
textstream added: to membuffer: 2013-11-28 22:21:10 +00:00
utf8 added to utf8: 2018-11-24 13:30:45 +00:00
Makefile changed in logger: 2018-11-23 17:07:52 +00:00