From 674c93d33d08a3a13b913027cdf44678fbb47a86 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Mon, 27 Feb 2023 00:59:46 -0800 Subject: Update the hard-coded unicode hex table for Python 3.11 --- 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 c1e789d..a4fce03 100644 --- a/natsort/unicode_numeric_hex.py +++ b/natsort/unicode_numeric_hex.py @@ -1519,6 +1519,16 @@ numeric_hex = ( 0x16A67, 0x16A68, 0x16A69, + 0x16AC0, + 0x16AC1, + 0x16AC2, + 0x16AC3, + 0x16AC4, + 0x16AC5, + 0x16AC6, + 0x16AC7, + 0x16AC8, + 0x16AC9, 0x16B50, 0x16B51, 0x16B52, -- cgit v1.2.1