Skip to content

Commit

Permalink
add missing unicode chars from python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysos349 committed Feb 4, 2024
1 parent d9503c0 commit d4e23f2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions natsort/unicode_numeric_hex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,16 @@
0x11DA7,
0x11DA8,
0x11DA9,
0x11F50,
0x11F51,
0x11F52,
0x11F53,
0x11F54,
0x11F55,
0x11F56,
0x11F57,
0x11F58,
0x11F59,
0x11FC0,
0x11FC1,
0x11FC2,
Expand Down Expand Up @@ -1569,6 +1579,26 @@
0x16E94,
0x16E95,
0x16E96,
0x1D2C0,
0x1D2C1,
0x1D2C2,
0x1D2C3,
0x1D2C4,
0x1D2C5,
0x1D2C6,
0x1D2C7,
0x1D2C8,
0x1D2C9,
0x1D2CA,
0x1D2CB,
0x1D2CC,
0x1D2CD,
0x1D2CE,
0x1D2CF,
0x1D2D0,
0x1D2D1,
0x1D2D2,
0x1D2D3,
0x1D2E0,
0x1D2E1,
0x1D2E2,
Expand Down Expand Up @@ -1684,6 +1714,16 @@
0x1E2F7,
0x1E2F8,
0x1E2F9,
0x1E4F0,
0x1E4F1,
0x1E4F2,
0x1E4F3,
0x1E4F4,
0x1E4F5,
0x1E4F6,
0x1E4F7,
0x1E4F8,
0x1E4F9,
0x1E8C7,
0x1E8C8,
0x1E8C9,
Expand Down

0 comments on commit d4e23f2

Please sign in to comment.