aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index 3fd2324..0af6407 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -835,6 +835,7 @@ namespace QuickMedia {
return spacing_y;
}
+ // TODO: Support utf-8 case insensitive find
//static
bool Body::string_find_case_insensitive(const std::string &str, const std::string &substr) {
auto it = std::search(str.begin(), str.end(), substr.begin(), substr.end(),