Skip to content

Commit

Permalink
A test
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 9, 2024
1 parent b113d08 commit 1c2ca40
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Jurchen ideographs and radicals (18E00..19191, 191A0..191D2)
# https://github.com/unicode-org/utc-release-management/issues/137

# Names always differ.
# Age always differs since these tests are comparing additions to pre-existing characters.
Ignoring Name Age:

# Ignore the security and IDNA properties, as these are not yet included for provisionally assigned characters.
Ignoring Confusable_MA Identifier_Status Identifier_Type Idn_Status Idn_Mapping Idn_2008:

Ignoring Block Script Script_Extensions kRSTUnicode kTGT_MergedSrc kJUR_NCReading kJurchenNumeric kRSJUnicode kJUR_Src:
Propertywise [\x{18D00} \x{18E00}-\x{19191}] AreAlike
end Ignoring;

end Ignoring;

end Ignoring;
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,13 @@ $tangutSourcesScope = [ [\p{gc=Lo} & \p{sc=Tangut}] - \p{name=/^TANGUT COMPONENT
$tangutSourcesScope = \P{kTGT_MergedSrc=@none@}
$tangutSourcesScope = \P{kRSTUnicode=@none@}

# Jurchen invariants

Let $jurchenSourcesScope := [\p{Block=/^Jurchen(.Supplement)?$/} - \p{gc=Cn}]
$jurchenSourcesScope = [ [\p{gc=Lo} & \p{sc=Jurchen}] - \p{name=/^JURCHEN RADICAL-/} ]
$jurchenSourcesScope = \P{kJUR_Src=@none@}
$jurchenSourcesScope = \P{kRSJUnicode=@none@}

# Nüshu invariants

Let $nüshuSourcesScope := [\p{Block=Nushu} - \p{gc=Cn}]
Expand Down

0 comments on commit 1c2ca40

Please sign in to comment.