Skip to content

Commit

Permalink
Revert "Hani CJK strokes (#836)" to check that the new comparison tes…
Browse files Browse the repository at this point in the history
…t fails

This reverts commit af5b2d9.
  • Loading branch information
eggrobin committed May 31, 2024
1 parent 94827b5 commit 04cc2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions unicodetools/data/ucd/dev/ScriptExtensions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ScriptExtensions-16.0.0.txt
# Date: 2024-05-24, 12:57:15 GMT
# Date: 2024-05-10, 22:27:16 GMT
# © 2024 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use and license, see https://www.unicode.org/terms_of_use.html
Expand Down Expand Up @@ -179,7 +179,7 @@
3190..3191 ; Hani # So [2] IDEOGRAPHIC ANNOTATION LINKING MARK..IDEOGRAPHIC ANNOTATION REVERSE MARK
3192..3195 ; Hani # No [4] IDEOGRAPHIC ANNOTATION ONE MARK..IDEOGRAPHIC ANNOTATION FOUR MARK
3196..319F ; Hani # So [10] IDEOGRAPHIC ANNOTATION TOP MARK..IDEOGRAPHIC ANNOTATION MAN MARK
31C0..31E5 ; Hani # So [38] CJK STROKE T..CJK STROKE SZP
31C0..31E3 ; Hani # So [36] CJK STROKE T..CJK STROKE Q
31EF ; Hani Tang # So IDEOGRAPHIC DESCRIPTION CHARACTER SUBTRACTION
3220..3229 ; Hani # No [10] PARENTHESIZED IDEOGRAPH ONE..PARENTHESIZED IDEOGRAPH TEN
322A..3247 ; Hani # So [30] PARENTHESIZED IDEOGRAPH MOON..CIRCLED IDEOGRAPH KOTO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1049,9 +1049,6 @@ Let $nonIdeographicRadicals = \N{CJK RADICAL REPEAT}
# It can also shrink, if single-stroke ideographs are encoded.
Let $nonIdeographicStrokes = \p{Name=/^CJK STROKE (T|WG|XG|BXG|SW|HZZ|HP|HZWG|SZWG|HZT|HZZP|HPWG|HZW|HZZZ|PG|Q|HXG|SZP)$/}

# See https://www.unicode.org/review/pri502/feedback.html#ID20240523095709.
$cjkStrokes ⊆ \p{scx=Hani}

# The Equivalent_Unified_Ideograph property is applicable to CJK strokes and radicals.
# Its value is a single unified ideograph.
\P{Equivalent_Unified_Ideograph=@none@} ⊆ $strokesAndRadicals
Expand Down

0 comments on commit 04cc2b0

Please sign in to comment.