From ab25a70faa96cbf6dce5c105e1f9018d3bc1ba19 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Fri, 24 May 2024 09:10:23 +0200 Subject: [PATCH] Another unihanScope invariant (#832) --- .../main/resources/org/unicode/text/UCD/UnicodeInvariantTest.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/unicodetools/src/main/resources/org/unicode/text/UCD/UnicodeInvariantTest.txt b/unicodetools/src/main/resources/org/unicode/text/UCD/UnicodeInvariantTest.txt index 42350c9f7..98032037c 100644 --- a/unicodetools/src/main/resources/org/unicode/text/UCD/UnicodeInvariantTest.txt +++ b/unicodetools/src/main/resources/org/unicode/text/UCD/UnicodeInvariantTest.txt @@ -1054,6 +1054,7 @@ $CommonIdeographs = [\p{Ideographic} & \p{sc=Common}] Let $unihanScope = [\p{Block=/^CJK.(Unified|Compatibility).Ideographs/} - \p{gc=Cn}] \p{Unified_Ideograph} ⊂ $unihanScope +$unihanScope = [\p{gc=Lo} & \p{sc=Hani}] $unihanScope = \P{kRSUnicode=@none@} $unihanScope = \P{kTotalStrokes=@none@} $unihanScope = [ \P{kIRG_GSource=@none@} \P{kIRG_HSource=@none@} \P{kIRG_JSource=@none@} \P{kIRG_KPSource=@none@} \P{kIRG_KSource=@none@} \P{kIRG_MSource=@none@} \P{kIRG_SSource=@none@} \P{kIRG_TSource=@none@} \P{kIRG_UKSource=@none@} \P{kIRG_USource=@none@} \P{kIRG_VSource=@none@} ]