From cff0e1ea535134b6ee84373dc399094c05fe6624 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sun, 9 Jun 2024 19:05:45 +0200 Subject: [PATCH] Update the hard-coded unicode hex table for Python 3.13 --- natsort/unicode_numeric_hex.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/natsort/unicode_numeric_hex.py b/natsort/unicode_numeric_hex.py index cd6c6fb..2134c25 100644 --- a/natsort/unicode_numeric_hex.py +++ b/natsort/unicode_numeric_hex.py @@ -643,16 +643,20 @@ 0x4E03, 0x4E07, 0x4E09, + 0x4E24, 0x4E5D, 0x4E8C, 0x4E94, 0x4E96, + 0x4EAC, 0x4EBF, 0x4EC0, 0x4EDF, 0x4EE8, 0x4F0D, 0x4F70, + 0x4FE9, + 0x5006, 0x5104, 0x5146, 0x5169, @@ -677,17 +681,23 @@ 0x5F0D, 0x5F0E, 0x5F10, + 0x62D0, 0x62FE, 0x634C, 0x67D2, + 0x6D1E, 0x6F06, 0x7396, 0x767E, + 0x7695, + 0x79ED, 0x8086, 0x842C, 0x8CAE, 0x8CB3, 0x8D30, + 0x920E, + 0x94A9, 0x9621, 0x9646, 0x964C,