[1mdiff --git a/include/the_Foundation/string.h b/include/the_Foundation/string.h[m
[1mindex 8ab804d..9573aa7 100644[m
[1m--- a/include/the_Foundation/string.h[m
[1m+++ b/include/the_Foundation/string.h[m
[36m@@ -74,6 +74,7 @@[m [miLocalDef iBool isPictograph_Char(iChar c) {[m
return (c == 0x21a9) ||[m
(c == 0x2218 || c == 0x2219) ||[m
(c >= 0x2300 && c <= 0x27bf) ||[m
[32m+[m[32m (c >= 0x2b9c && c <= 0x2b9f) /* arrowheads */ ||[m
(c >= 0x1f680 && c <= 0x1f6c0);[m
}[m
[m
text/plain
This content has been proxied by September (3851b).