We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f74aa1 commit d3146e3Copy full SHA for d3146e3
stdlib/public/core/UnicodeScalarProperties.swift
@@ -1207,6 +1207,7 @@ extension Unicode.Scalar.Properties {
1207
(0x2B740 ... 0x2B81D),
1208
(0x2B820 ... 0x2CEA1),
1209
(0x2CEB0 ... 0x2EBE0),
1210
+ (0x2EBF0 ... 0x2EE5D),
1211
(0x30000 ... 0x3134A),
1212
(0x31350 ... 0x323AF):
1213
return "CJK UNIFIED IDEOGRAPH-\(scalarName)"
@@ -1226,6 +1227,9 @@ extension Unicode.Scalar.Properties {
1226
1227
case (0x1B170 ... 0x1B2FB):
1228
return "NUSHU CHARACTER-\(scalarName)"
1229
1230
+ case (0x13460 ... 0x143FA):
1231
+ return "EGYPTIAN HIEROGLYPH-\(scalarName)"
1232
+
1233
// Otherwise, go look it up.
1234
default:
1235
return nil
0 commit comments