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 f81ded9 commit d2c5a10Copy full SHA for d2c5a10
scripts/unicode.py
@@ -312,7 +312,6 @@ def generate_script_impl(f):
312
#[inline]
313
pub(crate) fn inner_from_short_name(input: &str) -> Option<Self> {
314
match input {
315
- "" => Some(Script::Unknown),
316
"Zyyy" => Some(Script::Common),
317
"Zinh" => Some(Script::Inherited),
318
""")
src/tables.rs
@@ -1551,7 +1551,6 @@ impl Script {
1551
1552
1553
1554
1555
1556
1557
"Adlm" => Some(Script::Adlam),
0 commit comments