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:
authorvng <viktor.govako@gmail.com>2015-06-11 15:50:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:50:56 +0300
commit221191ce030d42e875bab024f50e7977f20a0a26 (patch)
tree3d20f3cb0a20ee2652674b4db01109c0c4f97b6f /indexer/search_string_utils.hpp
parenteb1b15ba2bb9c5d461bde064a6a6bb1af7eebe33 (diff)
[search] Fixed tests according to “и-й” logic.
Diffstat (limited to 'indexer/search_string_utils.hpp')
-rw-r--r--indexer/search_string_utils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/search_string_utils.hpp b/indexer/search_string_utils.hpp
index c6acea8e17..d27e43991a 100644
--- a/indexer/search_string_utils.hpp
+++ b/indexer/search_string_utils.hpp
@@ -44,6 +44,7 @@ inline strings::UniString NormalizeAndSimplifyString(string const & s)
NormalizeInplace(uniString);
return uniString;
+ /// @todo Restore this logic to distinguish и-й in future.
/*
// Just after lower casing is a correct place to avoid normalization for specific chars.
static auto const isSpecificChar = [](UniChar c) -> bool