summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtools/qstring.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtools/qstring.cpp b/qtools/qstring.cpp
index a1a41d9..fa8f1d3 100644
--- a/qtools/qstring.cpp
+++ b/qtools/qstring.cpp
@@ -11601,7 +11601,9 @@ static inline bool is_arabic(unsigned short x) {
((x >= 0xfb50) && (x <= 0xfdff)) ||
((x >= 0xfe70) && (x <= 0xfeff)));
}
+#endif
+#ifndef QT_NO_UNICODETABLES
static inline bool is_neutral(unsigned short dir) {
return ((dir == QChar::DirB) ||
(dir == QChar::DirS) ||