pikotools/src
Tomasz Sowa 7abe4b340a changes in convert/text functions
- changed function names: PascalCase to snake_case
- templates functions moved to a seperate file (text_private.h)
- as a public api only available functions with char/wchar_t/std::string/std::wstring
- ToLower(...) changed to to_lower_emplace(...), similar ToUpper(...) to to_upper_emplace(...)
- added functions:
  std::string to_lower(const std::string & str);
  std::string to_upper(const std::string & str);
  and with std::wstring too
- functions with postfix 'NoCase' changed to 'nc'
2021-05-10 20:04:12 +02:00
..
convert changes in convert/text functions 2021-05-10 20:04:12 +02:00
date moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
log moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
mainspaceparser moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
membuffer moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
space changes in convert/text functions 2021-05-10 20:04:12 +02:00
textstream moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
utf8 moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
Makefile moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
Makefile.dep moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00