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. --- src/Scripts.zig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/Scripts.zig') diff --git a/src/Scripts.zig b/src/Scripts.zig index fd5fde9..3bc90bc 100644 --- a/src/Scripts.zig +++ b/src/Scripts.zig @@ -46,6 +46,7 @@ pub const Script = enum { Elbasan, Elymaic, Ethiopic, + Garay, Georgian, Glagolitic, Gothic, @@ -54,6 +55,7 @@ pub const Script = enum { Gujarati, Gunjala_Gondi, Gurmukhi, + Gurung_Khema, Han, Hangul, Hanifi_Rohingya, @@ -76,6 +78,7 @@ pub const Script = enum { Khmer, Khojki, Khudawadi, + Kirat_Rai, Lao, Latin, Lepcha, @@ -113,6 +116,7 @@ pub const Script = enum { Nyiakeng_Puachue_Hmong, Ogham, Ol_Chiki, + Ol_Onal, Old_Hungarian, Old_Italic, Old_North_Arabian, @@ -144,6 +148,7 @@ pub const Script = enum { Sora_Sompeng, Soyombo, Sundanese, + Sunuwar, Syloti_Nagri, Syriac, Tagalog, @@ -161,7 +166,9 @@ pub const Script = enum { Tibetan, Tifinagh, Tirhuta, + Todhri, Toto, + Tulu_Tigalari, Ugaritic, Vai, Vithkuqi, @@ -171,7 +178,6 @@ pub const Script = enum { Yi, Zanabazar_Square, }; - const Scripts = @This(); pub fn init(allocator: Allocator) Allocator.Error!Scripts { -- cgit v1.2.3