Skip to content

Commit ed0414a

Browse files
committed
Added more 2-columns emojis (religious symbols)
1 parent c0af6bc commit ed0414a

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Sources/SwiftTerm/Utilities.swift

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ struct UnicodeUtil {
133133
LH (lo: 0x25fd, hi: 0x25fe),
134134
// ☔, ☕
135135
LH (lo: 0x2614, hi: 0x2615),
136+
// religious and political symbols:
137+
LH (lo: 0x2626, hi: 0x2626),
138+
LH (lo: 0x262a, hi: 0x262a),
139+
LH (lo: 0x262c, hi: 0x262c),
140+
LH (lo: 0x262e, hi: 0x262f),
141+
LH (lo: 0x2638, hi: 0x2638),
136142
// zodiac signs
137143
LH (lo: 0x2648, hi: 0x2653),
138144
// ♿
@@ -153,8 +159,8 @@ struct UnicodeUtil {
153159
LH (lo: 0x26ce, hi: 0x26ce),
154160
// ⛔
155161
LH (lo: 0x26d4, hi: 0x26d4),
156-
// ⛪
157-
LH (lo: 0x26ea, hi: 0x26ea),
162+
// ⛩️,
163+
LH (lo: 0x26e9, hi: 0x26ea),
158164
//
159165
LH (lo: 0x26f2, hi: 0x26f5),
160166
// ⛺
@@ -165,6 +171,9 @@ struct UnicodeUtil {
165171
LH (lo: 0x2705, hi: 0x2705),
166172
// ✊, ✋
167173
LH (lo: 0x270a, hi: 0x270b),
174+
// ✝️, ✡️
175+
LH (lo: 0x271d, hi: 0x271d),
176+
LH (lo: 0x2721, hi: 0x2721),
168177
// ✨
169178
LH (lo: 0x2728, hi: 0x2728),
170179
// ❌

0 commit comments

Comments
 (0)