From c8c8c95351407692765078c50ac1e38aba2ac53d Mon Sep 17 00:00:00 2001

From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi

Date: Tue, 23 Nov 2021 16:16:44 +0200

Subject: [PATCH 1/1] Char: Detect arrowheads as pictographs


include/the_Foundation/string.h | 1 +

1 file changed, 1 insertion(+)

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 >= 0x1f680 && c <= 0x1f6c0);

}

--

2.25.1

Proxy Information
Original URL
gemini://git.skyjake.fi/the_Foundation/master/patch/c8c8c95351407692765078c50ac1e38aba2ac53d.patch
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
29.567671 milliseconds
Gemini-to-HTML Time
0.346562 milliseconds

This content has been proxied by September (ba2dc).