summaryrefslogtreecommitdiff
path: root/data/unicode/BidiTest.txt
diff options
context:
space:
mode:
authorGravatar Sam Atman2025-04-30 20:32:23 -0400
committerGravatar Sam Atman2025-04-30 20:32:23 -0400
commita7164d9e7b3c3ec6813e06a42d82180d766e15ca (patch)
treeb9c55a45ddac98e51653cb64d39b6b26cfb50362 /data/unicode/BidiTest.txt
parentAllocation Failure Tests (diff)
downloadzg-a7164d9e7b3c3ec6813e06a42d82180d766e15ca.tar.gz
zg-a7164d9e7b3c3ec6813e06a42d82180d766e15ca.tar.xz
zg-a7164d9e7b3c3ec6813e06a42d82180d766e15ca.zip
Unicode 16.0
Went smoothly, needed to add some scripts and adjust the magic numbers, but other than that, all set.
Diffstat (limited to 'data/unicode/BidiTest.txt')
-rw-r--r--data/unicode/BidiTest.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/data/unicode/BidiTest.txt b/data/unicode/BidiTest.txt
index 193d569..0657781 100644
--- a/data/unicode/BidiTest.txt
+++ b/data/unicode/BidiTest.txt
@@ -1,8 +1,8 @@
1# BidiTest-15.1.0.txt 1# BidiTest-16.0.0.txt
2# Date: 2023-01-05, 20:34:27 GMT 2# Date: 2024-04-30, 21:48:09 GMT
3# © 2023 Unicode®, Inc. 3# © 2024 Unicode®, Inc.
4# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 4# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
5# For terms of use, see https://www.unicode.org/terms_of_use.html 5# For terms of use and license, see https://www.unicode.org/terms_of_use.html
6# 6#
7# Unicode Character Database 7# Unicode Character Database
8# For documentation, see https://www.unicode.org/reports/tr44/ 8# For documentation, see https://www.unicode.org/reports/tr44/
@@ -66,7 +66,9 @@
66# @Reorder: 3 1 66# @Reorder: 3 1
67# 67#
68# A data line has the following format: 68# A data line has the following format:
69
69# <input> ; <bitset> 70# <input> ; <bitset>
71
70# <input> = An ordered list of BIDI property values 72# <input> = An ordered list of BIDI property values
71# <bitset> = A hex bitset for paragraph levels (P): 1 = auto-LTR, 2 = LTR, 4 = RTL 73# <bitset> = A hex bitset for paragraph levels (P): 1 = auto-LTR, 2 = LTR, 4 = RTL
72# Auto-LTR (standard BIDI) uses the first L/R/AL character, and is LTR if none is found. 74# Auto-LTR (standard BIDI) uses the first L/R/AL character, and is LTR if none is found.