1 parent c0af6bc commit ed0414aCopy full SHA for ed0414a
1 file changed
Sources/SwiftTerm/Utilities.swift
@@ -133,6 +133,12 @@ struct UnicodeUtil {
133
LH (lo: 0x25fd, hi: 0x25fe),
134
// ☔, ☕
135
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),
142
// zodiac signs
143
LH (lo: 0x2648, hi: 0x2653),
144
// ♿
@@ -153,8 +159,8 @@ struct UnicodeUtil {
153
159
LH (lo: 0x26ce, hi: 0x26ce),
154
160
// ⛔
155
161
LH (lo: 0x26d4, hi: 0x26d4),
156
- // ⛪
157
- LH (lo: 0x26ea, hi: 0x26ea),
162
+ // ⛩️, ⛪
163
+ LH (lo: 0x26e9, hi: 0x26ea),
158
164
//
165
LH (lo: 0x26f2, hi: 0x26f5),
166
// ⛺
@@ -165,6 +171,9 @@ struct UnicodeUtil {
171
LH (lo: 0x2705, hi: 0x2705),
172
// ✊, ✋
167
173
LH (lo: 0x270a, hi: 0x270b),
174
+ // ✝️, ✡️
175
+ LH (lo: 0x271d, hi: 0x271d),
176
+ LH (lo: 0x2721, hi: 0x2721),
168
177
// ✨
169
178
LH (lo: 0x2728, hi: 0x2728),
170
179
// ❌
0 commit comments