From 539ea7a003cd8b507e9da73cb352827f73699dce Mon Sep 17 00:00:00 2001 From: JoltedJon <14169426+JoltedJon@users.noreply.github.com> Date: Sun, 10 May 2026 17:41:19 -0400 Subject: [PATCH] =?UTF-8?q?Add=20unicode=20mapping=20between=20'=E1=BA=9E'?= =?UTF-8?q?=20<->=20'=C3=9F'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/unicode/tables.odin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/unicode/tables.odin b/core/unicode/tables.odin index c0b3fe434..abbf9189b 100644 --- a/core/unicode/tables.odin +++ b/core/unicode/tables.odin @@ -540,6 +540,7 @@ to_upper_ranges := [?]i32{ @(rodata) to_upper_singlets := [?]i32{ + 0x00df, 8115, 0x00ff, 621, 0x0101, 499, 0x0103, 499, @@ -1204,6 +1205,7 @@ to_lower_singlets := [?]i32{ 0x1e90, 501, 0x1e92, 501, 0x1e94, 501, + 0x1e9e, -7115, 0x1ea0, 501, 0x1ea2, 501, 0x1ea4, 501,