Weiyi Wang bfe84f06f2 string_util: remove TString conversion for windows
First of all they are foundamentally broken. As our convention is that std::string is always UTF-8, these functions assume that the multi-byte character version of TString (std::string) from windows is also in UTF-8, which is almost always wrong. We are not going to build multi-byte character build, and even if we do, this dirty work should be handled by frontend framework early.
2018-10-02 16:10:20 +02:00
..
2018-09-23 22:33:29 -04:00
2018-07-07 14:17:44 +02:00
2018-09-08 18:56:38 +01:00
2018-09-07 11:54:51 +05:30
2018-09-07 11:54:51 +05:30
2016-12-05 19:09:16 +01:00
2018-09-22 23:27:42 +02:00
2018-07-29 15:24:41 +02:00