summaryrefslogtreecommitdiff
path: root/src/unistring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistring.h')
-rw-r--r--src/unistring.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/unistring.h b/src/unistring.h
index b23be7c2..97156fde 100644
--- a/src/unistring.h
+++ b/src/unistring.h
@@ -68,9 +68,7 @@ public:
const char * p = input.c_str();
std::size_t len = input.length();
-#if 0
- assert(utf8::is_valid(p, p + len));
-#endif
+ //assert(utf8::is_valid(p, p + len));
utf8::utf8to32(p, p + len, std::back_inserter(utf32chars));
}
~unistring() {