Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-11-07 01:25:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-11-10 19:15:30 +0300
commit7685f5327b54902e09d9caf12ad288439510af45 (patch)
treea2b83a43342c04d9a600f374977a0c9a9d408b4a /base/string_utils.hpp
parentf2b385cb3a011285df6e7eecee0b9505afa551f5 (diff)
Added TODO comment.
Diffstat (limited to 'base/string_utils.hpp')
-rw-r--r--base/string_utils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/string_utils.hpp b/base/string_utils.hpp
index 57d8cf5d9a..9a1dcf13d4 100644
--- a/base/string_utils.hpp
+++ b/base/string_utils.hpp
@@ -48,6 +48,8 @@ UniString Normalize(UniString const & s);
size_t CountNormLowerSymbols(UniString const & s, UniString const & lowStr);
void AsciiToLower(string & s);
+// TODO(AlexZ): current boost impl uses default std::locale() to trim.
+// In general, it does not work for any unicode whitespace except ASCII U+0020 one.
void Trim(string & s);
void MakeLowerCaseInplace(string & s);