From a7164d9e7b3c3ec6813e06a42d82180d766e15ca Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Wed, 30 Apr 2025 20:32:23 -0400 Subject: Unicode 16.0 Went smoothly, needed to add some scripts and adjust the magic numbers, but other than that, all set. --- data/unicode/auxiliary/SentenceBreakTest.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/unicode/auxiliary/SentenceBreakTest.html') diff --git a/data/unicode/auxiliary/SentenceBreakTest.html b/data/unicode/auxiliary/SentenceBreakTest.html index fffd3a2..8411a83 100644 --- a/data/unicode/auxiliary/SentenceBreakTest.html +++ b/data/unicode/auxiliary/SentenceBreakTest.html @@ -6,8 +6,8 @@ td, th { vertical-align: top }
Unicode Version: 15.1.0
-Date: 2023-04-05, 20:41:29 GMT
+Unicode Version: 16.0.0
+Date: 2023-09-19, 18:50:40 GMT
This page illustrates the application of the Sentence_Break specification. The material here is informative, not normative.
The first chart shows where breaks would appear between different sample characters or strings. The sample characters are chosen mechanically to represent the different properties used by the specification.
Each cell shows the break-status for the position between the character(s) in its row header and the character(s) in its column header. The × symbol indicates no break, while the ÷ symbol indicated a break. The cells with × are also shaded to make it easier to scan the table. For example, in the cell at the intersection of the row headed by “CR” and the column headed by “LF”, there is a × symbol, indicating that there is no break between CR and LF.
Some column headers may be composed, reflecting “treat as” or “ignore” rules.
If your browser handles titles (tooltips), then hovering the mouse over the row header will show a sample character of that type. Hovering over a column header will show the sample character, plus its abbreviated general category and script. Hovering over the intersected cells shows the rule number that produces the break-status. For example, hovering over the cell at the intersection of ATerm and Close shows ×, with the rule 9.0. Checking below the table, rule 9.0 is “SATerm Close* × ( Close | Sp | ParaSep )”, which is the one that applies to that case. Note that a rule is invoked only when no lower-numbered rules have applied.
-- cgit v1.2.3