the_Foundation [release-1.2]

Char: Detect arrowheads as pictographs

=> c8c8c95351407692765078c50ac1e38aba2ac53d

diff --git a/include/the_Foundation/string.h b/include/the_Foundation/string.h
index 8ab804d..9573aa7 100644
--- a/include/the_Foundation/string.h
+++ b/include/the_Foundation/string.h
@@ -74,6 +74,7 @@ iLocalDef iBool isPictograph_Char(iChar c) {
     return (c == 0x21a9) ||
            (c == 0x2218 || c == 0x2219) ||
            (c >= 0x2300 && c <= 0x27bf) ||
+           (c >= 0x2b9c && c <= 0x2b9f) /* arrowheads */ ||
            (c >= 0x1f680 && c <= 0x1f6c0);
 }
 
Proxy Information
Original URL
gemini://git.skyjake.fi/the_Foundation/release-1.2/cdiff/c8c8c95351407692765078c50ac1e38aba2ac53d
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
29.701634 milliseconds
Gemini-to-HTML Time
0.20289 milliseconds

This content has been proxied by September (3851b).