summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 8a023546..99f81d9f 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -143,7 +143,7 @@ iLocalDef iBool isEmoji_Char(iChar c) {
143iLocalDef iBool isDingbats_Char(iChar c) { 143iLocalDef iBool isDingbats_Char(iChar c) {
144 return c >= 0x2702 && c <= 0x27b0; 144 return c >= 0x2702 && c <= 0x27b0;
145} 145}
146iLocalDef iBool isSymbol_Char(iChar c) { 146iLocalDef iBool isPictograph_Char(iChar c) {
147 return (c == 0x21a9) || 147 return (c == 0x21a9) ||
148 (c == 0x2218 || c == 0x2219) || 148 (c == 0x2218 || c == 0x2219) ||
149 (c >= 0x2300 && c <= 0x26ff) || 149 (c >= 0x2300 && c <= 0x26ff) ||