Zednation commited on
Commit
dc97d2c
ยท
verified ยท
1 Parent(s): b6740ca

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes. ย  See raw diff
Files changed (50) hide show
  1. .cache/uv/archive-v0/8pe70yNTw5Y7O7ZqMsYi-/yaml/_yaml.cpython-312-x86_64-linux-gnu.so +3 -0
  2. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna-3.11.dist-info/METADATA +209 -0
  3. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna-3.11.dist-info/RECORD +13 -0
  4. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna-3.11.dist-info/WHEEL +4 -0
  5. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/compat.py +15 -0
  6. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/idnadata.py +4309 -0
  7. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/intranges.py +57 -0
  8. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/package_data.py +1 -0
  9. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/py.typed +0 -0
  10. .cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/uts46data.py +0 -0
  11. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/METADATA +78 -0
  12. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/RECORD +10 -0
  13. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/WHEEL +5 -0
  14. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/licenses/LICENSE +20 -0
  15. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/top_level.txt +1 -0
  16. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/__init__.py +4 -0
  17. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/__main__.py +12 -0
  18. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/cacert.pem +0 -0
  19. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/core.py +83 -0
  20. .cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/py.typed +0 -0
  21. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich-14.3.3.dist-info/licenses/LICENSE +19 -0
  22. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/__init__.py +177 -0
  23. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/__main__.py +245 -0
  24. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_emoji_codes.py +0 -0
  25. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_emoji_replace.py +32 -0
  26. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_export_format.py +76 -0
  27. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_extension.py +10 -0
  28. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_fileno.py +24 -0
  29. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_inspect.py +272 -0
  30. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_log_render.py +94 -0
  31. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_loop.py +43 -0
  32. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_null_file.py +69 -0
  33. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_palettes.py +309 -0
  34. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_pick.py +17 -0
  35. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_ratio.py +153 -0
  36. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_spinners.py +482 -0
  37. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_stack.py +16 -0
  38. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_timer.py +19 -0
  39. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/__init__.py +93 -0
  40. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/_versions.py +23 -0
  41. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode10-0-0.py +611 -0
  42. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode11-0-0.py +625 -0
  43. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode12-0-0.py +637 -0
  44. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode12-1-0.py +636 -0
  45. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode13-0-0.py +648 -0
  46. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode14-0-0.py +661 -0
  47. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode15-0-0.py +671 -0
  48. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode15-1-0.py +670 -0
  49. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode16-0-0.py +683 -0
  50. .cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode17-0-0.py +691 -0
.cache/uv/archive-v0/8pe70yNTw5Y7O7ZqMsYi-/yaml/_yaml.cpython-312-x86_64-linux-gnu.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957a099a4521c1f7669306fb6f79ca63fa4b9a0b4c463f7cac833a65a5c5c0cb
3
+ size 2679264
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna-3.11.dist-info/METADATA ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: idna
3
+ Version: 3.11
4
+ Summary: Internationalized Domain Names in Applications (IDNA)
5
+ Author-email: Kim Davies <kim+pypi@gumleaf.org>
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/x-rst
8
+ License-Expression: BSD-3-Clause
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Intended Audience :: System Administrators
12
+ Classifier: Operating System :: OS Independent
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3 :: Only
16
+ Classifier: Programming Language :: Python :: 3.8
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Programming Language :: Python :: 3.14
23
+ Classifier: Programming Language :: Python :: Implementation :: CPython
24
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
25
+ Classifier: Topic :: Internet :: Name Service (DNS)
26
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
+ Classifier: Topic :: Utilities
28
+ License-File: LICENSE.md
29
+ Requires-Dist: ruff >= 0.6.2 ; extra == "all"
30
+ Requires-Dist: mypy >= 1.11.2 ; extra == "all"
31
+ Requires-Dist: pytest >= 8.3.2 ; extra == "all"
32
+ Requires-Dist: flake8 >= 7.1.1 ; extra == "all"
33
+ Project-URL: Changelog, https://github.com/kjd/idna/blob/master/HISTORY.rst
34
+ Project-URL: Issue tracker, https://github.com/kjd/idna/issues
35
+ Project-URL: Source, https://github.com/kjd/idna
36
+ Provides-Extra: all
37
+
38
+ Internationalized Domain Names in Applications (IDNA)
39
+ =====================================================
40
+
41
+ Support for `Internationalized Domain Names in
42
+ Applications (IDNA) <https://tools.ietf.org/html/rfc5891>`_
43
+ and `Unicode IDNA Compatibility Processing
44
+ <https://unicode.org/reports/tr46/>`_.
45
+
46
+ The latest versions of these standards supplied here provide
47
+ more comprehensive language coverage and reduce the potential of
48
+ allowing domains with known security vulnerabilities. This library
49
+ is a suitable replacement for the โ€œencodings.idnaโ€
50
+ module that comes with the Python standard library, but which
51
+ only supports an older superseded IDNA specification from 2003.
52
+
53
+ Basic functions are simply executed:
54
+
55
+ .. code-block:: pycon
56
+
57
+ >>> import idna
58
+ >>> idna.encode('ใƒ‰ใƒกใ‚คใƒณ.ใƒ†ใ‚นใƒˆ')
59
+ b'xn--eckwd4c7c.xn--zckzah'
60
+ >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah'))
61
+ ใƒ‰ใƒกใ‚คใƒณ.ใƒ†ใ‚นใƒˆ
62
+
63
+
64
+ Installation
65
+ ------------
66
+
67
+ This package is available for installation from PyPI via the
68
+ typical mechanisms, such as:
69
+
70
+ .. code-block:: bash
71
+
72
+ $ python3 -m pip install idna
73
+
74
+
75
+ Usage
76
+ -----
77
+
78
+ For typical usage, the ``encode`` and ``decode`` functions will take a
79
+ domain name argument and perform a conversion to ASCII compatible encoding
80
+ (known as A-labels), or to Unicode strings (known as U-labels)
81
+ respectively.
82
+
83
+ .. code-block:: pycon
84
+
85
+ >>> import idna
86
+ >>> idna.encode('ใƒ‰ใƒกใ‚คใƒณ.ใƒ†ใ‚นใƒˆ')
87
+ b'xn--eckwd4c7c.xn--zckzah'
88
+ >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah'))
89
+ ใƒ‰ใƒกใ‚คใƒณ.ใƒ†ใ‚นใƒˆ
90
+
91
+ Conversions can be applied at a per-label basis using the ``ulabel`` or
92
+ ``alabel`` functions if necessary:
93
+
94
+ .. code-block:: pycon
95
+
96
+ >>> idna.alabel('ๆต‹่ฏ•')
97
+ b'xn--0zwm56d'
98
+
99
+
100
+ Compatibility Mapping (UTS #46)
101
+ +++++++++++++++++++++++++++++++
102
+
103
+ This library provides support for `Unicode IDNA Compatibility
104
+ Processing <https://unicode.org/reports/tr46/>`_ which normalizes input from
105
+ different potential ways a user may input a domain prior to performing the IDNA
106
+ conversion operations. This functionality, known as a
107
+ `mapping <https://tools.ietf.org/html/rfc5895>`_, is considered by the
108
+ specification to be a local user-interface issue distinct from IDNA
109
+ conversion functionality.
110
+
111
+ For example, โ€œKรถnigsgรครŸchenโ€ is not a permissible label as *LATIN
112
+ CAPITAL LETTER K* is not allowed (nor are capital letters in general).
113
+ UTS 46 will convert this into lower case prior to applying the IDNA
114
+ conversion.
115
+
116
+ .. code-block:: pycon
117
+
118
+ >>> import idna
119
+ >>> idna.encode('KรถnigsgรครŸchen')
120
+ ...
121
+ idna.core.InvalidCodepoint: Codepoint U+004B at position 1 of 'KรถnigsgรครŸchen' not allowed
122
+ >>> idna.encode('KรถnigsgรครŸchen', uts46=True)
123
+ b'xn--knigsgchen-b4a3dun'
124
+ >>> print(idna.decode('xn--knigsgchen-b4a3dun'))
125
+ kรถnigsgรครŸchen
126
+
127
+
128
+ Exceptions
129
+ ----------
130
+
131
+ All errors raised during the conversion following the specification
132
+ should raise an exception derived from the ``idna.IDNAError`` base
133
+ class.
134
+
135
+ More specific exceptions that may be generated as ``idna.IDNABidiError``
136
+ when the error reflects an illegal combination of left-to-right and
137
+ right-to-left characters in a label; ``idna.InvalidCodepoint`` when
138
+ a specific codepoint is an illegal character in an IDN label (i.e.
139
+ INVALID); and ``idna.InvalidCodepointContext`` when the codepoint is
140
+ illegal based on its position in the string (i.e. it is CONTEXTO or CONTEXTJ
141
+ but the contextual requirements are not satisfied.)
142
+
143
+ Building and Diagnostics
144
+ ------------------------
145
+
146
+ The IDNA and UTS 46 functionality relies upon pre-calculated lookup
147
+ tables for performance. These tables are derived from computing against
148
+ eligibility criteria in the respective standards using the command-line
149
+ script ``tools/idna-data``.
150
+
151
+ This tool will fetch relevant codepoint data from the Unicode repository
152
+ and perform the required calculations to identify eligibility. There are
153
+ three main modes:
154
+
155
+ * ``idna-data make-libdata``. Generates ``idnadata.py`` and
156
+ ``uts46data.py``, the pre-calculated lookup tables used for IDNA and
157
+ UTS 46 conversions. Implementers who wish to track this library against
158
+ a different Unicode version may use this tool to manually generate a
159
+ different version of the ``idnadata.py`` and ``uts46data.py`` files.
160
+
161
+ * ``idna-data make-table``. Generate a table of the IDNA disposition
162
+ (e.g. PVALID, CONTEXTJ, CONTEXTO) in the format found in Appendix
163
+ B.1 of RFC 5892 and the pre-computed tables published by `IANA
164
+ <https://www.iana.org/>`_.
165
+
166
+ * ``idna-data U+0061``. Prints debugging output on the various
167
+ properties associated with an individual Unicode codepoint (in this
168
+ case, U+0061), that are used to assess the IDNA and UTS 46 status of a
169
+ codepoint. This is helpful in debugging or analysis.
170
+
171
+ The tool accepts a number of arguments, described using ``idna-data
172
+ -h``. Most notably, the ``--version`` argument allows the specification
173
+ of the version of Unicode to be used in computing the table data. For
174
+ example, ``idna-data --version 9.0.0 make-libdata`` will generate
175
+ library data against Unicode 9.0.0.
176
+
177
+
178
+ Additional Notes
179
+ ----------------
180
+
181
+ * **Packages**. The latest tagged release version is published in the
182
+ `Python Package Index <https://pypi.org/project/idna/>`_.
183
+
184
+ * **Version support**. This library supports Python 3.8 and higher.
185
+ As this library serves as a low-level toolkit for a variety of
186
+ applications, many of which strive for broad compatibility with older
187
+ Python versions, there is no rush to remove older interpreter support.
188
+ Support for older versions are likely to be removed from new releases
189
+ as automated tests can no longer easily be run, i.e. once the Python
190
+ version is officially end-of-life.
191
+
192
+ * **Testing**. The library has a test suite based on each rule of the
193
+ IDNA specification, as well as tests that are provided as part of the
194
+ Unicode Technical Standard 46, `Unicode IDNA Compatibility Processing
195
+ <https://unicode.org/reports/tr46/>`_.
196
+
197
+ * **Emoji**. It is an occasional request to support emoji domains in
198
+ this library. Encoding of symbols like emoji is expressly prohibited by
199
+ the technical standard IDNA 2008 and emoji domains are broadly phased
200
+ out across the domain industry due to associated security risks. For
201
+ now, applications that need to support these non-compliant labels
202
+ may wish to consider trying the encode/decode operation in this library
203
+ first, and then falling back to using `encodings.idna`. See `the Github
204
+ project <https://github.com/kjd/idna/issues/18>`_ for more discussion.
205
+
206
+ * **Transitional processing**. Unicode 16.0.0 removed transitional
207
+ processing so the `transitional` argument for the encode() method
208
+ no longer has any effect and will be removed at a later date.
209
+
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna-3.11.dist-info/RECORD ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868
2
+ idna/codec.py,sha256=M2SGWN7cs_6B32QmKTyTN6xQGZeYQgQ2wiX3_DR6loE,3438
3
+ idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316
4
+ idna/core.py,sha256=P26_XVycuMTZ1R2mNK1ZREVzM5mvTzdabBXfyZVU1Lc,13246
5
+ idna/idnadata.py,sha256=SG8jhaGE53iiD6B49pt2pwTv_UvClciWE-N54oR2p4U,79623
6
+ idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898
7
+ idna/package_data.py,sha256=_CUavOxobnbyNG2FLyHoN8QHP3QM9W1tKuw7eq9QwBk,21
8
+ idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ idna/uts46data.py,sha256=H9J35VkD0F9L9mKOqjeNGd2A-Va6FlPoz6Jz4K7h-ps,243725
10
+ idna-3.11.dist-info/licenses/LICENSE.md,sha256=t6M2q_OwThgOwGXN0W5wXQeeHMehT5EKpukYfza5zYc,1541
11
+ idna-3.11.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
12
+ idna-3.11.dist-info/METADATA,sha256=fCwSww9SuiN8TIHllFSASUQCW55hAs8dzKnr9RaEEbA,8378
13
+ idna-3.11.dist-info/RECORD,,
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna-3.11.dist-info/WHEEL ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: flit 3.12.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/compat.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import Any, Union
2
+
3
+ from .core import decode, encode
4
+
5
+
6
+ def ToASCII(label: str) -> bytes:
7
+ return encode(label)
8
+
9
+
10
+ def ToUnicode(label: Union[bytes, bytearray]) -> str:
11
+ return decode(label)
12
+
13
+
14
+ def nameprep(s: Any) -> None:
15
+ raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol")
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/idnadata.py ADDED
@@ -0,0 +1,4309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file is automatically generated by tools/idna-data
2
+
3
+ __version__ = "16.0.0"
4
+
5
+ scripts = {
6
+ "Greek": (
7
+ 0x37000000374,
8
+ 0x37500000378,
9
+ 0x37A0000037E,
10
+ 0x37F00000380,
11
+ 0x38400000385,
12
+ 0x38600000387,
13
+ 0x3880000038B,
14
+ 0x38C0000038D,
15
+ 0x38E000003A2,
16
+ 0x3A3000003E2,
17
+ 0x3F000000400,
18
+ 0x1D2600001D2B,
19
+ 0x1D5D00001D62,
20
+ 0x1D6600001D6B,
21
+ 0x1DBF00001DC0,
22
+ 0x1F0000001F16,
23
+ 0x1F1800001F1E,
24
+ 0x1F2000001F46,
25
+ 0x1F4800001F4E,
26
+ 0x1F5000001F58,
27
+ 0x1F5900001F5A,
28
+ 0x1F5B00001F5C,
29
+ 0x1F5D00001F5E,
30
+ 0x1F5F00001F7E,
31
+ 0x1F8000001FB5,
32
+ 0x1FB600001FC5,
33
+ 0x1FC600001FD4,
34
+ 0x1FD600001FDC,
35
+ 0x1FDD00001FF0,
36
+ 0x1FF200001FF5,
37
+ 0x1FF600001FFF,
38
+ 0x212600002127,
39
+ 0xAB650000AB66,
40
+ 0x101400001018F,
41
+ 0x101A0000101A1,
42
+ 0x1D2000001D246,
43
+ ),
44
+ "Han": (
45
+ 0x2E8000002E9A,
46
+ 0x2E9B00002EF4,
47
+ 0x2F0000002FD6,
48
+ 0x300500003006,
49
+ 0x300700003008,
50
+ 0x30210000302A,
51
+ 0x30380000303C,
52
+ 0x340000004DC0,
53
+ 0x4E000000A000,
54
+ 0xF9000000FA6E,
55
+ 0xFA700000FADA,
56
+ 0x16FE200016FE4,
57
+ 0x16FF000016FF2,
58
+ 0x200000002A6E0,
59
+ 0x2A7000002B73A,
60
+ 0x2B7400002B81E,
61
+ 0x2B8200002CEA2,
62
+ 0x2CEB00002EBE1,
63
+ 0x2EBF00002EE5E,
64
+ 0x2F8000002FA1E,
65
+ 0x300000003134B,
66
+ 0x31350000323B0,
67
+ ),
68
+ "Hebrew": (
69
+ 0x591000005C8,
70
+ 0x5D0000005EB,
71
+ 0x5EF000005F5,
72
+ 0xFB1D0000FB37,
73
+ 0xFB380000FB3D,
74
+ 0xFB3E0000FB3F,
75
+ 0xFB400000FB42,
76
+ 0xFB430000FB45,
77
+ 0xFB460000FB50,
78
+ ),
79
+ "Hiragana": (
80
+ 0x304100003097,
81
+ 0x309D000030A0,
82
+ 0x1B0010001B120,
83
+ 0x1B1320001B133,
84
+ 0x1B1500001B153,
85
+ 0x1F2000001F201,
86
+ ),
87
+ "Katakana": (
88
+ 0x30A1000030FB,
89
+ 0x30FD00003100,
90
+ 0x31F000003200,
91
+ 0x32D0000032FF,
92
+ 0x330000003358,
93
+ 0xFF660000FF70,
94
+ 0xFF710000FF9E,
95
+ 0x1AFF00001AFF4,
96
+ 0x1AFF50001AFFC,
97
+ 0x1AFFD0001AFFF,
98
+ 0x1B0000001B001,
99
+ 0x1B1200001B123,
100
+ 0x1B1550001B156,
101
+ 0x1B1640001B168,
102
+ ),
103
+ }
104
+ joining_types = {
105
+ 0xAD: 84,
106
+ 0x300: 84,
107
+ 0x301: 84,
108
+ 0x302: 84,
109
+ 0x303: 84,
110
+ 0x304: 84,
111
+ 0x305: 84,
112
+ 0x306: 84,
113
+ 0x307: 84,
114
+ 0x308: 84,
115
+ 0x309: 84,
116
+ 0x30A: 84,
117
+ 0x30B: 84,
118
+ 0x30C: 84,
119
+ 0x30D: 84,
120
+ 0x30E: 84,
121
+ 0x30F: 84,
122
+ 0x310: 84,
123
+ 0x311: 84,
124
+ 0x312: 84,
125
+ 0x313: 84,
126
+ 0x314: 84,
127
+ 0x315: 84,
128
+ 0x316: 84,
129
+ 0x317: 84,
130
+ 0x318: 84,
131
+ 0x319: 84,
132
+ 0x31A: 84,
133
+ 0x31B: 84,
134
+ 0x31C: 84,
135
+ 0x31D: 84,
136
+ 0x31E: 84,
137
+ 0x31F: 84,
138
+ 0x320: 84,
139
+ 0x321: 84,
140
+ 0x322: 84,
141
+ 0x323: 84,
142
+ 0x324: 84,
143
+ 0x325: 84,
144
+ 0x326: 84,
145
+ 0x327: 84,
146
+ 0x328: 84,
147
+ 0x329: 84,
148
+ 0x32A: 84,
149
+ 0x32B: 84,
150
+ 0x32C: 84,
151
+ 0x32D: 84,
152
+ 0x32E: 84,
153
+ 0x32F: 84,
154
+ 0x330: 84,
155
+ 0x331: 84,
156
+ 0x332: 84,
157
+ 0x333: 84,
158
+ 0x334: 84,
159
+ 0x335: 84,
160
+ 0x336: 84,
161
+ 0x337: 84,
162
+ 0x338: 84,
163
+ 0x339: 84,
164
+ 0x33A: 84,
165
+ 0x33B: 84,
166
+ 0x33C: 84,
167
+ 0x33D: 84,
168
+ 0x33E: 84,
169
+ 0x33F: 84,
170
+ 0x340: 84,
171
+ 0x341: 84,
172
+ 0x342: 84,
173
+ 0x343: 84,
174
+ 0x344: 84,
175
+ 0x345: 84,
176
+ 0x346: 84,
177
+ 0x347: 84,
178
+ 0x348: 84,
179
+ 0x349: 84,
180
+ 0x34A: 84,
181
+ 0x34B: 84,
182
+ 0x34C: 84,
183
+ 0x34D: 84,
184
+ 0x34E: 84,
185
+ 0x34F: 84,
186
+ 0x350: 84,
187
+ 0x351: 84,
188
+ 0x352: 84,
189
+ 0x353: 84,
190
+ 0x354: 84,
191
+ 0x355: 84,
192
+ 0x356: 84,
193
+ 0x357: 84,
194
+ 0x358: 84,
195
+ 0x359: 84,
196
+ 0x35A: 84,
197
+ 0x35B: 84,
198
+ 0x35C: 84,
199
+ 0x35D: 84,
200
+ 0x35E: 84,
201
+ 0x35F: 84,
202
+ 0x360: 84,
203
+ 0x361: 84,
204
+ 0x362: 84,
205
+ 0x363: 84,
206
+ 0x364: 84,
207
+ 0x365: 84,
208
+ 0x366: 84,
209
+ 0x367: 84,
210
+ 0x368: 84,
211
+ 0x369: 84,
212
+ 0x36A: 84,
213
+ 0x36B: 84,
214
+ 0x36C: 84,
215
+ 0x36D: 84,
216
+ 0x36E: 84,
217
+ 0x36F: 84,
218
+ 0x483: 84,
219
+ 0x484: 84,
220
+ 0x485: 84,
221
+ 0x486: 84,
222
+ 0x487: 84,
223
+ 0x488: 84,
224
+ 0x489: 84,
225
+ 0x591: 84,
226
+ 0x592: 84,
227
+ 0x593: 84,
228
+ 0x594: 84,
229
+ 0x595: 84,
230
+ 0x596: 84,
231
+ 0x597: 84,
232
+ 0x598: 84,
233
+ 0x599: 84,
234
+ 0x59A: 84,
235
+ 0x59B: 84,
236
+ 0x59C: 84,
237
+ 0x59D: 84,
238
+ 0x59E: 84,
239
+ 0x59F: 84,
240
+ 0x5A0: 84,
241
+ 0x5A1: 84,
242
+ 0x5A2: 84,
243
+ 0x5A3: 84,
244
+ 0x5A4: 84,
245
+ 0x5A5: 84,
246
+ 0x5A6: 84,
247
+ 0x5A7: 84,
248
+ 0x5A8: 84,
249
+ 0x5A9: 84,
250
+ 0x5AA: 84,
251
+ 0x5AB: 84,
252
+ 0x5AC: 84,
253
+ 0x5AD: 84,
254
+ 0x5AE: 84,
255
+ 0x5AF: 84,
256
+ 0x5B0: 84,
257
+ 0x5B1: 84,
258
+ 0x5B2: 84,
259
+ 0x5B3: 84,
260
+ 0x5B4: 84,
261
+ 0x5B5: 84,
262
+ 0x5B6: 84,
263
+ 0x5B7: 84,
264
+ 0x5B8: 84,
265
+ 0x5B9: 84,
266
+ 0x5BA: 84,
267
+ 0x5BB: 84,
268
+ 0x5BC: 84,
269
+ 0x5BD: 84,
270
+ 0x5BF: 84,
271
+ 0x5C1: 84,
272
+ 0x5C2: 84,
273
+ 0x5C4: 84,
274
+ 0x5C5: 84,
275
+ 0x5C7: 84,
276
+ 0x610: 84,
277
+ 0x611: 84,
278
+ 0x612: 84,
279
+ 0x613: 84,
280
+ 0x614: 84,
281
+ 0x615: 84,
282
+ 0x616: 84,
283
+ 0x617: 84,
284
+ 0x618: 84,
285
+ 0x619: 84,
286
+ 0x61A: 84,
287
+ 0x61C: 84,
288
+ 0x620: 68,
289
+ 0x622: 82,
290
+ 0x623: 82,
291
+ 0x624: 82,
292
+ 0x625: 82,
293
+ 0x626: 68,
294
+ 0x627: 82,
295
+ 0x628: 68,
296
+ 0x629: 82,
297
+ 0x62A: 68,
298
+ 0x62B: 68,
299
+ 0x62C: 68,
300
+ 0x62D: 68,
301
+ 0x62E: 68,
302
+ 0x62F: 82,
303
+ 0x630: 82,
304
+ 0x631: 82,
305
+ 0x632: 82,
306
+ 0x633: 68,
307
+ 0x634: 68,
308
+ 0x635: 68,
309
+ 0x636: 68,
310
+ 0x637: 68,
311
+ 0x638: 68,
312
+ 0x639: 68,
313
+ 0x63A: 68,
314
+ 0x63B: 68,
315
+ 0x63C: 68,
316
+ 0x63D: 68,
317
+ 0x63E: 68,
318
+ 0x63F: 68,
319
+ 0x640: 67,
320
+ 0x641: 68,
321
+ 0x642: 68,
322
+ 0x643: 68,
323
+ 0x644: 68,
324
+ 0x645: 68,
325
+ 0x646: 68,
326
+ 0x647: 68,
327
+ 0x648: 82,
328
+ 0x649: 68,
329
+ 0x64A: 68,
330
+ 0x64B: 84,
331
+ 0x64C: 84,
332
+ 0x64D: 84,
333
+ 0x64E: 84,
334
+ 0x64F: 84,
335
+ 0x650: 84,
336
+ 0x651: 84,
337
+ 0x652: 84,
338
+ 0x653: 84,
339
+ 0x654: 84,
340
+ 0x655: 84,
341
+ 0x656: 84,
342
+ 0x657: 84,
343
+ 0x658: 84,
344
+ 0x659: 84,
345
+ 0x65A: 84,
346
+ 0x65B: 84,
347
+ 0x65C: 84,
348
+ 0x65D: 84,
349
+ 0x65E: 84,
350
+ 0x65F: 84,
351
+ 0x66E: 68,
352
+ 0x66F: 68,
353
+ 0x670: 84,
354
+ 0x671: 82,
355
+ 0x672: 82,
356
+ 0x673: 82,
357
+ 0x675: 82,
358
+ 0x676: 82,
359
+ 0x677: 82,
360
+ 0x678: 68,
361
+ 0x679: 68,
362
+ 0x67A: 68,
363
+ 0x67B: 68,
364
+ 0x67C: 68,
365
+ 0x67D: 68,
366
+ 0x67E: 68,
367
+ 0x67F: 68,
368
+ 0x680: 68,
369
+ 0x681: 68,
370
+ 0x682: 68,
371
+ 0x683: 68,
372
+ 0x684: 68,
373
+ 0x685: 68,
374
+ 0x686: 68,
375
+ 0x687: 68,
376
+ 0x688: 82,
377
+ 0x689: 82,
378
+ 0x68A: 82,
379
+ 0x68B: 82,
380
+ 0x68C: 82,
381
+ 0x68D: 82,
382
+ 0x68E: 82,
383
+ 0x68F: 82,
384
+ 0x690: 82,
385
+ 0x691: 82,
386
+ 0x692: 82,
387
+ 0x693: 82,
388
+ 0x694: 82,
389
+ 0x695: 82,
390
+ 0x696: 82,
391
+ 0x697: 82,
392
+ 0x698: 82,
393
+ 0x699: 82,
394
+ 0x69A: 68,
395
+ 0x69B: 68,
396
+ 0x69C: 68,
397
+ 0x69D: 68,
398
+ 0x69E: 68,
399
+ 0x69F: 68,
400
+ 0x6A0: 68,
401
+ 0x6A1: 68,
402
+ 0x6A2: 68,
403
+ 0x6A3: 68,
404
+ 0x6A4: 68,
405
+ 0x6A5: 68,
406
+ 0x6A6: 68,
407
+ 0x6A7: 68,
408
+ 0x6A8: 68,
409
+ 0x6A9: 68,
410
+ 0x6AA: 68,
411
+ 0x6AB: 68,
412
+ 0x6AC: 68,
413
+ 0x6AD: 68,
414
+ 0x6AE: 68,
415
+ 0x6AF: 68,
416
+ 0x6B0: 68,
417
+ 0x6B1: 68,
418
+ 0x6B2: 68,
419
+ 0x6B3: 68,
420
+ 0x6B4: 68,
421
+ 0x6B5: 68,
422
+ 0x6B6: 68,
423
+ 0x6B7: 68,
424
+ 0x6B8: 68,
425
+ 0x6B9: 68,
426
+ 0x6BA: 68,
427
+ 0x6BB: 68,
428
+ 0x6BC: 68,
429
+ 0x6BD: 68,
430
+ 0x6BE: 68,
431
+ 0x6BF: 68,
432
+ 0x6C0: 82,
433
+ 0x6C1: 68,
434
+ 0x6C2: 68,
435
+ 0x6C3: 82,
436
+ 0x6C4: 82,
437
+ 0x6C5: 82,
438
+ 0x6C6: 82,
439
+ 0x6C7: 82,
440
+ 0x6C8: 82,
441
+ 0x6C9: 82,
442
+ 0x6CA: 82,
443
+ 0x6CB: 82,
444
+ 0x6CC: 68,
445
+ 0x6CD: 82,
446
+ 0x6CE: 68,
447
+ 0x6CF: 82,
448
+ 0x6D0: 68,
449
+ 0x6D1: 68,
450
+ 0x6D2: 82,
451
+ 0x6D3: 82,
452
+ 0x6D5: 82,
453
+ 0x6D6: 84,
454
+ 0x6D7: 84,
455
+ 0x6D8: 84,
456
+ 0x6D9: 84,
457
+ 0x6DA: 84,
458
+ 0x6DB: 84,
459
+ 0x6DC: 84,
460
+ 0x6DF: 84,
461
+ 0x6E0: 84,
462
+ 0x6E1: 84,
463
+ 0x6E2: 84,
464
+ 0x6E3: 84,
465
+ 0x6E4: 84,
466
+ 0x6E7: 84,
467
+ 0x6E8: 84,
468
+ 0x6EA: 84,
469
+ 0x6EB: 84,
470
+ 0x6EC: 84,
471
+ 0x6ED: 84,
472
+ 0x6EE: 82,
473
+ 0x6EF: 82,
474
+ 0x6FA: 68,
475
+ 0x6FB: 68,
476
+ 0x6FC: 68,
477
+ 0x6FF: 68,
478
+ 0x70F: 84,
479
+ 0x710: 82,
480
+ 0x711: 84,
481
+ 0x712: 68,
482
+ 0x713: 68,
483
+ 0x714: 68,
484
+ 0x715: 82,
485
+ 0x716: 82,
486
+ 0x717: 82,
487
+ 0x718: 82,
488
+ 0x719: 82,
489
+ 0x71A: 68,
490
+ 0x71B: 68,
491
+ 0x71C: 68,
492
+ 0x71D: 68,
493
+ 0x71E: 82,
494
+ 0x71F: 68,
495
+ 0x720: 68,
496
+ 0x721: 68,
497
+ 0x722: 68,
498
+ 0x723: 68,
499
+ 0x724: 68,
500
+ 0x725: 68,
501
+ 0x726: 68,
502
+ 0x727: 68,
503
+ 0x728: 82,
504
+ 0x729: 68,
505
+ 0x72A: 82,
506
+ 0x72B: 68,
507
+ 0x72C: 82,
508
+ 0x72D: 68,
509
+ 0x72E: 68,
510
+ 0x72F: 82,
511
+ 0x730: 84,
512
+ 0x731: 84,
513
+ 0x732: 84,
514
+ 0x733: 84,
515
+ 0x734: 84,
516
+ 0x735: 84,
517
+ 0x736: 84,
518
+ 0x737: 84,
519
+ 0x738: 84,
520
+ 0x739: 84,
521
+ 0x73A: 84,
522
+ 0x73B: 84,
523
+ 0x73C: 84,
524
+ 0x73D: 84,
525
+ 0x73E: 84,
526
+ 0x73F: 84,
527
+ 0x740: 84,
528
+ 0x741: 84,
529
+ 0x742: 84,
530
+ 0x743: 84,
531
+ 0x744: 84,
532
+ 0x745: 84,
533
+ 0x746: 84,
534
+ 0x747: 84,
535
+ 0x748: 84,
536
+ 0x749: 84,
537
+ 0x74A: 84,
538
+ 0x74D: 82,
539
+ 0x74E: 68,
540
+ 0x74F: 68,
541
+ 0x750: 68,
542
+ 0x751: 68,
543
+ 0x752: 68,
544
+ 0x753: 68,
545
+ 0x754: 68,
546
+ 0x755: 68,
547
+ 0x756: 68,
548
+ 0x757: 68,
549
+ 0x758: 68,
550
+ 0x759: 82,
551
+ 0x75A: 82,
552
+ 0x75B: 82,
553
+ 0x75C: 68,
554
+ 0x75D: 68,
555
+ 0x75E: 68,
556
+ 0x75F: 68,
557
+ 0x760: 68,
558
+ 0x761: 68,
559
+ 0x762: 68,
560
+ 0x763: 68,
561
+ 0x764: 68,
562
+ 0x765: 68,
563
+ 0x766: 68,
564
+ 0x767: 68,
565
+ 0x768: 68,
566
+ 0x769: 68,
567
+ 0x76A: 68,
568
+ 0x76B: 82,
569
+ 0x76C: 82,
570
+ 0x76D: 68,
571
+ 0x76E: 68,
572
+ 0x76F: 68,
573
+ 0x770: 68,
574
+ 0x771: 82,
575
+ 0x772: 68,
576
+ 0x773: 82,
577
+ 0x774: 82,
578
+ 0x775: 68,
579
+ 0x776: 68,
580
+ 0x777: 68,
581
+ 0x778: 82,
582
+ 0x779: 82,
583
+ 0x77A: 68,
584
+ 0x77B: 68,
585
+ 0x77C: 68,
586
+ 0x77D: 68,
587
+ 0x77E: 68,
588
+ 0x77F: 68,
589
+ 0x7A6: 84,
590
+ 0x7A7: 84,
591
+ 0x7A8: 84,
592
+ 0x7A9: 84,
593
+ 0x7AA: 84,
594
+ 0x7AB: 84,
595
+ 0x7AC: 84,
596
+ 0x7AD: 84,
597
+ 0x7AE: 84,
598
+ 0x7AF: 84,
599
+ 0x7B0: 84,
600
+ 0x7CA: 68,
601
+ 0x7CB: 68,
602
+ 0x7CC: 68,
603
+ 0x7CD: 68,
604
+ 0x7CE: 68,
605
+ 0x7CF: 68,
606
+ 0x7D0: 68,
607
+ 0x7D1: 68,
608
+ 0x7D2: 68,
609
+ 0x7D3: 68,
610
+ 0x7D4: 68,
611
+ 0x7D5: 68,
612
+ 0x7D6: 68,
613
+ 0x7D7: 68,
614
+ 0x7D8: 68,
615
+ 0x7D9: 68,
616
+ 0x7DA: 68,
617
+ 0x7DB: 68,
618
+ 0x7DC: 68,
619
+ 0x7DD: 68,
620
+ 0x7DE: 68,
621
+ 0x7DF: 68,
622
+ 0x7E0: 68,
623
+ 0x7E1: 68,
624
+ 0x7E2: 68,
625
+ 0x7E3: 68,
626
+ 0x7E4: 68,
627
+ 0x7E5: 68,
628
+ 0x7E6: 68,
629
+ 0x7E7: 68,
630
+ 0x7E8: 68,
631
+ 0x7E9: 68,
632
+ 0x7EA: 68,
633
+ 0x7EB: 84,
634
+ 0x7EC: 84,
635
+ 0x7ED: 84,
636
+ 0x7EE: 84,
637
+ 0x7EF: 84,
638
+ 0x7F0: 84,
639
+ 0x7F1: 84,
640
+ 0x7F2: 84,
641
+ 0x7F3: 84,
642
+ 0x7FA: 67,
643
+ 0x7FD: 84,
644
+ 0x816: 84,
645
+ 0x817: 84,
646
+ 0x818: 84,
647
+ 0x819: 84,
648
+ 0x81B: 84,
649
+ 0x81C: 84,
650
+ 0x81D: 84,
651
+ 0x81E: 84,
652
+ 0x81F: 84,
653
+ 0x820: 84,
654
+ 0x821: 84,
655
+ 0x822: 84,
656
+ 0x823: 84,
657
+ 0x825: 84,
658
+ 0x826: 84,
659
+ 0x827: 84,
660
+ 0x829: 84,
661
+ 0x82A: 84,
662
+ 0x82B: 84,
663
+ 0x82C: 84,
664
+ 0x82D: 84,
665
+ 0x840: 82,
666
+ 0x841: 68,
667
+ 0x842: 68,
668
+ 0x843: 68,
669
+ 0x844: 68,
670
+ 0x845: 68,
671
+ 0x846: 82,
672
+ 0x847: 82,
673
+ 0x848: 68,
674
+ 0x849: 82,
675
+ 0x84A: 68,
676
+ 0x84B: 68,
677
+ 0x84C: 68,
678
+ 0x84D: 68,
679
+ 0x84E: 68,
680
+ 0x84F: 68,
681
+ 0x850: 68,
682
+ 0x851: 68,
683
+ 0x852: 68,
684
+ 0x853: 68,
685
+ 0x854: 82,
686
+ 0x855: 68,
687
+ 0x856: 82,
688
+ 0x857: 82,
689
+ 0x858: 82,
690
+ 0x859: 84,
691
+ 0x85A: 84,
692
+ 0x85B: 84,
693
+ 0x860: 68,
694
+ 0x862: 68,
695
+ 0x863: 68,
696
+ 0x864: 68,
697
+ 0x865: 68,
698
+ 0x867: 82,
699
+ 0x868: 68,
700
+ 0x869: 82,
701
+ 0x86A: 82,
702
+ 0x870: 82,
703
+ 0x871: 82,
704
+ 0x872: 82,
705
+ 0x873: 82,
706
+ 0x874: 82,
707
+ 0x875: 82,
708
+ 0x876: 82,
709
+ 0x877: 82,
710
+ 0x878: 82,
711
+ 0x879: 82,
712
+ 0x87A: 82,
713
+ 0x87B: 82,
714
+ 0x87C: 82,
715
+ 0x87D: 82,
716
+ 0x87E: 82,
717
+ 0x87F: 82,
718
+ 0x880: 82,
719
+ 0x881: 82,
720
+ 0x882: 82,
721
+ 0x883: 67,
722
+ 0x884: 67,
723
+ 0x885: 67,
724
+ 0x886: 68,
725
+ 0x889: 68,
726
+ 0x88A: 68,
727
+ 0x88B: 68,
728
+ 0x88C: 68,
729
+ 0x88D: 68,
730
+ 0x88E: 82,
731
+ 0x897: 84,
732
+ 0x898: 84,
733
+ 0x899: 84,
734
+ 0x89A: 84,
735
+ 0x89B: 84,
736
+ 0x89C: 84,
737
+ 0x89D: 84,
738
+ 0x89E: 84,
739
+ 0x89F: 84,
740
+ 0x8A0: 68,
741
+ 0x8A1: 68,
742
+ 0x8A2: 68,
743
+ 0x8A3: 68,
744
+ 0x8A4: 68,
745
+ 0x8A5: 68,
746
+ 0x8A6: 68,
747
+ 0x8A7: 68,
748
+ 0x8A8: 68,
749
+ 0x8A9: 68,
750
+ 0x8AA: 82,
751
+ 0x8AB: 82,
752
+ 0x8AC: 82,
753
+ 0x8AE: 82,
754
+ 0x8AF: 68,
755
+ 0x8B0: 68,
756
+ 0x8B1: 82,
757
+ 0x8B2: 82,
758
+ 0x8B3: 68,
759
+ 0x8B4: 68,
760
+ 0x8B5: 68,
761
+ 0x8B6: 68,
762
+ 0x8B7: 68,
763
+ 0x8B8: 68,
764
+ 0x8B9: 82,
765
+ 0x8BA: 68,
766
+ 0x8BB: 68,
767
+ 0x8BC: 68,
768
+ 0x8BD: 68,
769
+ 0x8BE: 68,
770
+ 0x8BF: 68,
771
+ 0x8C0: 68,
772
+ 0x8C1: 68,
773
+ 0x8C2: 68,
774
+ 0x8C3: 68,
775
+ 0x8C4: 68,
776
+ 0x8C5: 68,
777
+ 0x8C6: 68,
778
+ 0x8C7: 68,
779
+ 0x8C8: 68,
780
+ 0x8CA: 84,
781
+ 0x8CB: 84,
782
+ 0x8CC: 84,
783
+ 0x8CD: 84,
784
+ 0x8CE: 84,
785
+ 0x8CF: 84,
786
+ 0x8D0: 84,
787
+ 0x8D1: 84,
788
+ 0x8D2: 84,
789
+ 0x8D3: 84,
790
+ 0x8D4: 84,
791
+ 0x8D5: 84,
792
+ 0x8D6: 84,
793
+ 0x8D7: 84,
794
+ 0x8D8: 84,
795
+ 0x8D9: 84,
796
+ 0x8DA: 84,
797
+ 0x8DB: 84,
798
+ 0x8DC: 84,
799
+ 0x8DD: 84,
800
+ 0x8DE: 84,
801
+ 0x8DF: 84,
802
+ 0x8E0: 84,
803
+ 0x8E1: 84,
804
+ 0x8E3: 84,
805
+ 0x8E4: 84,
806
+ 0x8E5: 84,
807
+ 0x8E6: 84,
808
+ 0x8E7: 84,
809
+ 0x8E8: 84,
810
+ 0x8E9: 84,
811
+ 0x8EA: 84,
812
+ 0x8EB: 84,
813
+ 0x8EC: 84,
814
+ 0x8ED: 84,
815
+ 0x8EE: 84,
816
+ 0x8EF: 84,
817
+ 0x8F0: 84,
818
+ 0x8F1: 84,
819
+ 0x8F2: 84,
820
+ 0x8F3: 84,
821
+ 0x8F4: 84,
822
+ 0x8F5: 84,
823
+ 0x8F6: 84,
824
+ 0x8F7: 84,
825
+ 0x8F8: 84,
826
+ 0x8F9: 84,
827
+ 0x8FA: 84,
828
+ 0x8FB: 84,
829
+ 0x8FC: 84,
830
+ 0x8FD: 84,
831
+ 0x8FE: 84,
832
+ 0x8FF: 84,
833
+ 0x900: 84,
834
+ 0x901: 84,
835
+ 0x902: 84,
836
+ 0x93A: 84,
837
+ 0x93C: 84,
838
+ 0x941: 84,
839
+ 0x942: 84,
840
+ 0x943: 84,
841
+ 0x944: 84,
842
+ 0x945: 84,
843
+ 0x946: 84,
844
+ 0x947: 84,
845
+ 0x948: 84,
846
+ 0x94D: 84,
847
+ 0x951: 84,
848
+ 0x952: 84,
849
+ 0x953: 84,
850
+ 0x954: 84,
851
+ 0x955: 84,
852
+ 0x956: 84,
853
+ 0x957: 84,
854
+ 0x962: 84,
855
+ 0x963: 84,
856
+ 0x981: 84,
857
+ 0x9BC: 84,
858
+ 0x9C1: 84,
859
+ 0x9C2: 84,
860
+ 0x9C3: 84,
861
+ 0x9C4: 84,
862
+ 0x9CD: 84,
863
+ 0x9E2: 84,
864
+ 0x9E3: 84,
865
+ 0x9FE: 84,
866
+ 0xA01: 84,
867
+ 0xA02: 84,
868
+ 0xA3C: 84,
869
+ 0xA41: 84,
870
+ 0xA42: 84,
871
+ 0xA47: 84,
872
+ 0xA48: 84,
873
+ 0xA4B: 84,
874
+ 0xA4C: 84,
875
+ 0xA4D: 84,
876
+ 0xA51: 84,
877
+ 0xA70: 84,
878
+ 0xA71: 84,
879
+ 0xA75: 84,
880
+ 0xA81: 84,
881
+ 0xA82: 84,
882
+ 0xABC: 84,
883
+ 0xAC1: 84,
884
+ 0xAC2: 84,
885
+ 0xAC3: 84,
886
+ 0xAC4: 84,
887
+ 0xAC5: 84,
888
+ 0xAC7: 84,
889
+ 0xAC8: 84,
890
+ 0xACD: 84,
891
+ 0xAE2: 84,
892
+ 0xAE3: 84,
893
+ 0xAFA: 84,
894
+ 0xAFB: 84,
895
+ 0xAFC: 84,
896
+ 0xAFD: 84,
897
+ 0xAFE: 84,
898
+ 0xAFF: 84,
899
+ 0xB01: 84,
900
+ 0xB3C: 84,
901
+ 0xB3F: 84,
902
+ 0xB41: 84,
903
+ 0xB42: 84,
904
+ 0xB43: 84,
905
+ 0xB44: 84,
906
+ 0xB4D: 84,
907
+ 0xB55: 84,
908
+ 0xB56: 84,
909
+ 0xB62: 84,
910
+ 0xB63: 84,
911
+ 0xB82: 84,
912
+ 0xBC0: 84,
913
+ 0xBCD: 84,
914
+ 0xC00: 84,
915
+ 0xC04: 84,
916
+ 0xC3C: 84,
917
+ 0xC3E: 84,
918
+ 0xC3F: 84,
919
+ 0xC40: 84,
920
+ 0xC46: 84,
921
+ 0xC47: 84,
922
+ 0xC48: 84,
923
+ 0xC4A: 84,
924
+ 0xC4B: 84,
925
+ 0xC4C: 84,
926
+ 0xC4D: 84,
927
+ 0xC55: 84,
928
+ 0xC56: 84,
929
+ 0xC62: 84,
930
+ 0xC63: 84,
931
+ 0xC81: 84,
932
+ 0xCBC: 84,
933
+ 0xCBF: 84,
934
+ 0xCC6: 84,
935
+ 0xCCC: 84,
936
+ 0xCCD: 84,
937
+ 0xCE2: 84,
938
+ 0xCE3: 84,
939
+ 0xD00: 84,
940
+ 0xD01: 84,
941
+ 0xD3B: 84,
942
+ 0xD3C: 84,
943
+ 0xD41: 84,
944
+ 0xD42: 84,
945
+ 0xD43: 84,
946
+ 0xD44: 84,
947
+ 0xD4D: 84,
948
+ 0xD62: 84,
949
+ 0xD63: 84,
950
+ 0xD81: 84,
951
+ 0xDCA: 84,
952
+ 0xDD2: 84,
953
+ 0xDD3: 84,
954
+ 0xDD4: 84,
955
+ 0xDD6: 84,
956
+ 0xE31: 84,
957
+ 0xE34: 84,
958
+ 0xE35: 84,
959
+ 0xE36: 84,
960
+ 0xE37: 84,
961
+ 0xE38: 84,
962
+ 0xE39: 84,
963
+ 0xE3A: 84,
964
+ 0xE47: 84,
965
+ 0xE48: 84,
966
+ 0xE49: 84,
967
+ 0xE4A: 84,
968
+ 0xE4B: 84,
969
+ 0xE4C: 84,
970
+ 0xE4D: 84,
971
+ 0xE4E: 84,
972
+ 0xEB1: 84,
973
+ 0xEB4: 84,
974
+ 0xEB5: 84,
975
+ 0xEB6: 84,
976
+ 0xEB7: 84,
977
+ 0xEB8: 84,
978
+ 0xEB9: 84,
979
+ 0xEBA: 84,
980
+ 0xEBB: 84,
981
+ 0xEBC: 84,
982
+ 0xEC8: 84,
983
+ 0xEC9: 84,
984
+ 0xECA: 84,
985
+ 0xECB: 84,
986
+ 0xECC: 84,
987
+ 0xECD: 84,
988
+ 0xECE: 84,
989
+ 0xF18: 84,
990
+ 0xF19: 84,
991
+ 0xF35: 84,
992
+ 0xF37: 84,
993
+ 0xF39: 84,
994
+ 0xF71: 84,
995
+ 0xF72: 84,
996
+ 0xF73: 84,
997
+ 0xF74: 84,
998
+ 0xF75: 84,
999
+ 0xF76: 84,
1000
+ 0xF77: 84,
1001
+ 0xF78: 84,
1002
+ 0xF79: 84,
1003
+ 0xF7A: 84,
1004
+ 0xF7B: 84,
1005
+ 0xF7C: 84,
1006
+ 0xF7D: 84,
1007
+ 0xF7E: 84,
1008
+ 0xF80: 84,
1009
+ 0xF81: 84,
1010
+ 0xF82: 84,
1011
+ 0xF83: 84,
1012
+ 0xF84: 84,
1013
+ 0xF86: 84,
1014
+ 0xF87: 84,
1015
+ 0xF8D: 84,
1016
+ 0xF8E: 84,
1017
+ 0xF8F: 84,
1018
+ 0xF90: 84,
1019
+ 0xF91: 84,
1020
+ 0xF92: 84,
1021
+ 0xF93: 84,
1022
+ 0xF94: 84,
1023
+ 0xF95: 84,
1024
+ 0xF96: 84,
1025
+ 0xF97: 84,
1026
+ 0xF99: 84,
1027
+ 0xF9A: 84,
1028
+ 0xF9B: 84,
1029
+ 0xF9C: 84,
1030
+ 0xF9D: 84,
1031
+ 0xF9E: 84,
1032
+ 0xF9F: 84,
1033
+ 0xFA0: 84,
1034
+ 0xFA1: 84,
1035
+ 0xFA2: 84,
1036
+ 0xFA3: 84,
1037
+ 0xFA4: 84,
1038
+ 0xFA5: 84,
1039
+ 0xFA6: 84,
1040
+ 0xFA7: 84,
1041
+ 0xFA8: 84,
1042
+ 0xFA9: 84,
1043
+ 0xFAA: 84,
1044
+ 0xFAB: 84,
1045
+ 0xFAC: 84,
1046
+ 0xFAD: 84,
1047
+ 0xFAE: 84,
1048
+ 0xFAF: 84,
1049
+ 0xFB0: 84,
1050
+ 0xFB1: 84,
1051
+ 0xFB2: 84,
1052
+ 0xFB3: 84,
1053
+ 0xFB4: 84,
1054
+ 0xFB5: 84,
1055
+ 0xFB6: 84,
1056
+ 0xFB7: 84,
1057
+ 0xFB8: 84,
1058
+ 0xFB9: 84,
1059
+ 0xFBA: 84,
1060
+ 0xFBB: 84,
1061
+ 0xFBC: 84,
1062
+ 0xFC6: 84,
1063
+ 0x102D: 84,
1064
+ 0x102E: 84,
1065
+ 0x102F: 84,
1066
+ 0x1030: 84,
1067
+ 0x1032: 84,
1068
+ 0x1033: 84,
1069
+ 0x1034: 84,
1070
+ 0x1035: 84,
1071
+ 0x1036: 84,
1072
+ 0x1037: 84,
1073
+ 0x1039: 84,
1074
+ 0x103A: 84,
1075
+ 0x103D: 84,
1076
+ 0x103E: 84,
1077
+ 0x1058: 84,
1078
+ 0x1059: 84,
1079
+ 0x105E: 84,
1080
+ 0x105F: 84,
1081
+ 0x1060: 84,
1082
+ 0x1071: 84,
1083
+ 0x1072: 84,
1084
+ 0x1073: 84,
1085
+ 0x1074: 84,
1086
+ 0x1082: 84,
1087
+ 0x1085: 84,
1088
+ 0x1086: 84,
1089
+ 0x108D: 84,
1090
+ 0x109D: 84,
1091
+ 0x135D: 84,
1092
+ 0x135E: 84,
1093
+ 0x135F: 84,
1094
+ 0x1712: 84,
1095
+ 0x1713: 84,
1096
+ 0x1714: 84,
1097
+ 0x1732: 84,
1098
+ 0x1733: 84,
1099
+ 0x1752: 84,
1100
+ 0x1753: 84,
1101
+ 0x1772: 84,
1102
+ 0x1773: 84,
1103
+ 0x17B4: 84,
1104
+ 0x17B5: 84,
1105
+ 0x17B7: 84,
1106
+ 0x17B8: 84,
1107
+ 0x17B9: 84,
1108
+ 0x17BA: 84,
1109
+ 0x17BB: 84,
1110
+ 0x17BC: 84,
1111
+ 0x17BD: 84,
1112
+ 0x17C6: 84,
1113
+ 0x17C9: 84,
1114
+ 0x17CA: 84,
1115
+ 0x17CB: 84,
1116
+ 0x17CC: 84,
1117
+ 0x17CD: 84,
1118
+ 0x17CE: 84,
1119
+ 0x17CF: 84,
1120
+ 0x17D0: 84,
1121
+ 0x17D1: 84,
1122
+ 0x17D2: 84,
1123
+ 0x17D3: 84,
1124
+ 0x17DD: 84,
1125
+ 0x1807: 68,
1126
+ 0x180A: 67,
1127
+ 0x180B: 84,
1128
+ 0x180C: 84,
1129
+ 0x180D: 84,
1130
+ 0x180F: 84,
1131
+ 0x1820: 68,
1132
+ 0x1821: 68,
1133
+ 0x1822: 68,
1134
+ 0x1823: 68,
1135
+ 0x1824: 68,
1136
+ 0x1825: 68,
1137
+ 0x1826: 68,
1138
+ 0x1827: 68,
1139
+ 0x1828: 68,
1140
+ 0x1829: 68,
1141
+ 0x182A: 68,
1142
+ 0x182B: 68,
1143
+ 0x182C: 68,
1144
+ 0x182D: 68,
1145
+ 0x182E: 68,
1146
+ 0x182F: 68,
1147
+ 0x1830: 68,
1148
+ 0x1831: 68,
1149
+ 0x1832: 68,
1150
+ 0x1833: 68,
1151
+ 0x1834: 68,
1152
+ 0x1835: 68,
1153
+ 0x1836: 68,
1154
+ 0x1837: 68,
1155
+ 0x1838: 68,
1156
+ 0x1839: 68,
1157
+ 0x183A: 68,
1158
+ 0x183B: 68,
1159
+ 0x183C: 68,
1160
+ 0x183D: 68,
1161
+ 0x183E: 68,
1162
+ 0x183F: 68,
1163
+ 0x1840: 68,
1164
+ 0x1841: 68,
1165
+ 0x1842: 68,
1166
+ 0x1843: 68,
1167
+ 0x1844: 68,
1168
+ 0x1845: 68,
1169
+ 0x1846: 68,
1170
+ 0x1847: 68,
1171
+ 0x1848: 68,
1172
+ 0x1849: 68,
1173
+ 0x184A: 68,
1174
+ 0x184B: 68,
1175
+ 0x184C: 68,
1176
+ 0x184D: 68,
1177
+ 0x184E: 68,
1178
+ 0x184F: 68,
1179
+ 0x1850: 68,
1180
+ 0x1851: 68,
1181
+ 0x1852: 68,
1182
+ 0x1853: 68,
1183
+ 0x1854: 68,
1184
+ 0x1855: 68,
1185
+ 0x1856: 68,
1186
+ 0x1857: 68,
1187
+ 0x1858: 68,
1188
+ 0x1859: 68,
1189
+ 0x185A: 68,
1190
+ 0x185B: 68,
1191
+ 0x185C: 68,
1192
+ 0x185D: 68,
1193
+ 0x185E: 68,
1194
+ 0x185F: 68,
1195
+ 0x1860: 68,
1196
+ 0x1861: 68,
1197
+ 0x1862: 68,
1198
+ 0x1863: 68,
1199
+ 0x1864: 68,
1200
+ 0x1865: 68,
1201
+ 0x1866: 68,
1202
+ 0x1867: 68,
1203
+ 0x1868: 68,
1204
+ 0x1869: 68,
1205
+ 0x186A: 68,
1206
+ 0x186B: 68,
1207
+ 0x186C: 68,
1208
+ 0x186D: 68,
1209
+ 0x186E: 68,
1210
+ 0x186F: 68,
1211
+ 0x1870: 68,
1212
+ 0x1871: 68,
1213
+ 0x1872: 68,
1214
+ 0x1873: 68,
1215
+ 0x1874: 68,
1216
+ 0x1875: 68,
1217
+ 0x1876: 68,
1218
+ 0x1877: 68,
1219
+ 0x1878: 68,
1220
+ 0x1885: 84,
1221
+ 0x1886: 84,
1222
+ 0x1887: 68,
1223
+ 0x1888: 68,
1224
+ 0x1889: 68,
1225
+ 0x188A: 68,
1226
+ 0x188B: 68,
1227
+ 0x188C: 68,
1228
+ 0x188D: 68,
1229
+ 0x188E: 68,
1230
+ 0x188F: 68,
1231
+ 0x1890: 68,
1232
+ 0x1891: 68,
1233
+ 0x1892: 68,
1234
+ 0x1893: 68,
1235
+ 0x1894: 68,
1236
+ 0x1895: 68,
1237
+ 0x1896: 68,
1238
+ 0x1897: 68,
1239
+ 0x1898: 68,
1240
+ 0x1899: 68,
1241
+ 0x189A: 68,
1242
+ 0x189B: 68,
1243
+ 0x189C: 68,
1244
+ 0x189D: 68,
1245
+ 0x189E: 68,
1246
+ 0x189F: 68,
1247
+ 0x18A0: 68,
1248
+ 0x18A1: 68,
1249
+ 0x18A2: 68,
1250
+ 0x18A3: 68,
1251
+ 0x18A4: 68,
1252
+ 0x18A5: 68,
1253
+ 0x18A6: 68,
1254
+ 0x18A7: 68,
1255
+ 0x18A8: 68,
1256
+ 0x18A9: 84,
1257
+ 0x18AA: 68,
1258
+ 0x1920: 84,
1259
+ 0x1921: 84,
1260
+ 0x1922: 84,
1261
+ 0x1927: 84,
1262
+ 0x1928: 84,
1263
+ 0x1932: 84,
1264
+ 0x1939: 84,
1265
+ 0x193A: 84,
1266
+ 0x193B: 84,
1267
+ 0x1A17: 84,
1268
+ 0x1A18: 84,
1269
+ 0x1A1B: 84,
1270
+ 0x1A56: 84,
1271
+ 0x1A58: 84,
1272
+ 0x1A59: 84,
1273
+ 0x1A5A: 84,
1274
+ 0x1A5B: 84,
1275
+ 0x1A5C: 84,
1276
+ 0x1A5D: 84,
1277
+ 0x1A5E: 84,
1278
+ 0x1A60: 84,
1279
+ 0x1A62: 84,
1280
+ 0x1A65: 84,
1281
+ 0x1A66: 84,
1282
+ 0x1A67: 84,
1283
+ 0x1A68: 84,
1284
+ 0x1A69: 84,
1285
+ 0x1A6A: 84,
1286
+ 0x1A6B: 84,
1287
+ 0x1A6C: 84,
1288
+ 0x1A73: 84,
1289
+ 0x1A74: 84,
1290
+ 0x1A75: 84,
1291
+ 0x1A76: 84,
1292
+ 0x1A77: 84,
1293
+ 0x1A78: 84,
1294
+ 0x1A79: 84,
1295
+ 0x1A7A: 84,
1296
+ 0x1A7B: 84,
1297
+ 0x1A7C: 84,
1298
+ 0x1A7F: 84,
1299
+ 0x1AB0: 84,
1300
+ 0x1AB1: 84,
1301
+ 0x1AB2: 84,
1302
+ 0x1AB3: 84,
1303
+ 0x1AB4: 84,
1304
+ 0x1AB5: 84,
1305
+ 0x1AB6: 84,
1306
+ 0x1AB7: 84,
1307
+ 0x1AB8: 84,
1308
+ 0x1AB9: 84,
1309
+ 0x1ABA: 84,
1310
+ 0x1ABB: 84,
1311
+ 0x1ABC: 84,
1312
+ 0x1ABD: 84,
1313
+ 0x1ABE: 84,
1314
+ 0x1ABF: 84,
1315
+ 0x1AC0: 84,
1316
+ 0x1AC1: 84,
1317
+ 0x1AC2: 84,
1318
+ 0x1AC3: 84,
1319
+ 0x1AC4: 84,
1320
+ 0x1AC5: 84,
1321
+ 0x1AC6: 84,
1322
+ 0x1AC7: 84,
1323
+ 0x1AC8: 84,
1324
+ 0x1AC9: 84,
1325
+ 0x1ACA: 84,
1326
+ 0x1ACB: 84,
1327
+ 0x1ACC: 84,
1328
+ 0x1ACD: 84,
1329
+ 0x1ACE: 84,
1330
+ 0x1B00: 84,
1331
+ 0x1B01: 84,
1332
+ 0x1B02: 84,
1333
+ 0x1B03: 84,
1334
+ 0x1B34: 84,
1335
+ 0x1B36: 84,
1336
+ 0x1B37: 84,
1337
+ 0x1B38: 84,
1338
+ 0x1B39: 84,
1339
+ 0x1B3A: 84,
1340
+ 0x1B3C: 84,
1341
+ 0x1B42: 84,
1342
+ 0x1B6B: 84,
1343
+ 0x1B6C: 84,
1344
+ 0x1B6D: 84,
1345
+ 0x1B6E: 84,
1346
+ 0x1B6F: 84,
1347
+ 0x1B70: 84,
1348
+ 0x1B71: 84,
1349
+ 0x1B72: 84,
1350
+ 0x1B73: 84,
1351
+ 0x1B80: 84,
1352
+ 0x1B81: 84,
1353
+ 0x1BA2: 84,
1354
+ 0x1BA3: 84,
1355
+ 0x1BA4: 84,
1356
+ 0x1BA5: 84,
1357
+ 0x1BA8: 84,
1358
+ 0x1BA9: 84,
1359
+ 0x1BAB: 84,
1360
+ 0x1BAC: 84,
1361
+ 0x1BAD: 84,
1362
+ 0x1BE6: 84,
1363
+ 0x1BE8: 84,
1364
+ 0x1BE9: 84,
1365
+ 0x1BED: 84,
1366
+ 0x1BEF: 84,
1367
+ 0x1BF0: 84,
1368
+ 0x1BF1: 84,
1369
+ 0x1C2C: 84,
1370
+ 0x1C2D: 84,
1371
+ 0x1C2E: 84,
1372
+ 0x1C2F: 84,
1373
+ 0x1C30: 84,
1374
+ 0x1C31: 84,
1375
+ 0x1C32: 84,
1376
+ 0x1C33: 84,
1377
+ 0x1C36: 84,
1378
+ 0x1C37: 84,
1379
+ 0x1CD0: 84,
1380
+ 0x1CD1: 84,
1381
+ 0x1CD2: 84,
1382
+ 0x1CD4: 84,
1383
+ 0x1CD5: 84,
1384
+ 0x1CD6: 84,
1385
+ 0x1CD7: 84,
1386
+ 0x1CD8: 84,
1387
+ 0x1CD9: 84,
1388
+ 0x1CDA: 84,
1389
+ 0x1CDB: 84,
1390
+ 0x1CDC: 84,
1391
+ 0x1CDD: 84,
1392
+ 0x1CDE: 84,
1393
+ 0x1CDF: 84,
1394
+ 0x1CE0: 84,
1395
+ 0x1CE2: 84,
1396
+ 0x1CE3: 84,
1397
+ 0x1CE4: 84,
1398
+ 0x1CE5: 84,
1399
+ 0x1CE6: 84,
1400
+ 0x1CE7: 84,
1401
+ 0x1CE8: 84,
1402
+ 0x1CED: 84,
1403
+ 0x1CF4: 84,
1404
+ 0x1CF8: 84,
1405
+ 0x1CF9: 84,
1406
+ 0x1DC0: 84,
1407
+ 0x1DC1: 84,
1408
+ 0x1DC2: 84,
1409
+ 0x1DC3: 84,
1410
+ 0x1DC4: 84,
1411
+ 0x1DC5: 84,
1412
+ 0x1DC6: 84,
1413
+ 0x1DC7: 84,
1414
+ 0x1DC8: 84,
1415
+ 0x1DC9: 84,
1416
+ 0x1DCA: 84,
1417
+ 0x1DCB: 84,
1418
+ 0x1DCC: 84,
1419
+ 0x1DCD: 84,
1420
+ 0x1DCE: 84,
1421
+ 0x1DCF: 84,
1422
+ 0x1DD0: 84,
1423
+ 0x1DD1: 84,
1424
+ 0x1DD2: 84,
1425
+ 0x1DD3: 84,
1426
+ 0x1DD4: 84,
1427
+ 0x1DD5: 84,
1428
+ 0x1DD6: 84,
1429
+ 0x1DD7: 84,
1430
+ 0x1DD8: 84,
1431
+ 0x1DD9: 84,
1432
+ 0x1DDA: 84,
1433
+ 0x1DDB: 84,
1434
+ 0x1DDC: 84,
1435
+ 0x1DDD: 84,
1436
+ 0x1DDE: 84,
1437
+ 0x1DDF: 84,
1438
+ 0x1DE0: 84,
1439
+ 0x1DE1: 84,
1440
+ 0x1DE2: 84,
1441
+ 0x1DE3: 84,
1442
+ 0x1DE4: 84,
1443
+ 0x1DE5: 84,
1444
+ 0x1DE6: 84,
1445
+ 0x1DE7: 84,
1446
+ 0x1DE8: 84,
1447
+ 0x1DE9: 84,
1448
+ 0x1DEA: 84,
1449
+ 0x1DEB: 84,
1450
+ 0x1DEC: 84,
1451
+ 0x1DED: 84,
1452
+ 0x1DEE: 84,
1453
+ 0x1DEF: 84,
1454
+ 0x1DF0: 84,
1455
+ 0x1DF1: 84,
1456
+ 0x1DF2: 84,
1457
+ 0x1DF3: 84,
1458
+ 0x1DF4: 84,
1459
+ 0x1DF5: 84,
1460
+ 0x1DF6: 84,
1461
+ 0x1DF7: 84,
1462
+ 0x1DF8: 84,
1463
+ 0x1DF9: 84,
1464
+ 0x1DFA: 84,
1465
+ 0x1DFB: 84,
1466
+ 0x1DFC: 84,
1467
+ 0x1DFD: 84,
1468
+ 0x1DFE: 84,
1469
+ 0x1DFF: 84,
1470
+ 0x200B: 84,
1471
+ 0x200D: 67,
1472
+ 0x200E: 84,
1473
+ 0x200F: 84,
1474
+ 0x202A: 84,
1475
+ 0x202B: 84,
1476
+ 0x202C: 84,
1477
+ 0x202D: 84,
1478
+ 0x202E: 84,
1479
+ 0x2060: 84,
1480
+ 0x2061: 84,
1481
+ 0x2062: 84,
1482
+ 0x2063: 84,
1483
+ 0x2064: 84,
1484
+ 0x206A: 84,
1485
+ 0x206B: 84,
1486
+ 0x206C: 84,
1487
+ 0x206D: 84,
1488
+ 0x206E: 84,
1489
+ 0x206F: 84,
1490
+ 0x20D0: 84,
1491
+ 0x20D1: 84,
1492
+ 0x20D2: 84,
1493
+ 0x20D3: 84,
1494
+ 0x20D4: 84,
1495
+ 0x20D5: 84,
1496
+ 0x20D6: 84,
1497
+ 0x20D7: 84,
1498
+ 0x20D8: 84,
1499
+ 0x20D9: 84,
1500
+ 0x20DA: 84,
1501
+ 0x20DB: 84,
1502
+ 0x20DC: 84,
1503
+ 0x20DD: 84,
1504
+ 0x20DE: 84,
1505
+ 0x20DF: 84,
1506
+ 0x20E0: 84,
1507
+ 0x20E1: 84,
1508
+ 0x20E2: 84,
1509
+ 0x20E3: 84,
1510
+ 0x20E4: 84,
1511
+ 0x20E5: 84,
1512
+ 0x20E6: 84,
1513
+ 0x20E7: 84,
1514
+ 0x20E8: 84,
1515
+ 0x20E9: 84,
1516
+ 0x20EA: 84,
1517
+ 0x20EB: 84,
1518
+ 0x20EC: 84,
1519
+ 0x20ED: 84,
1520
+ 0x20EE: 84,
1521
+ 0x20EF: 84,
1522
+ 0x20F0: 84,
1523
+ 0x2CEF: 84,
1524
+ 0x2CF0: 84,
1525
+ 0x2CF1: 84,
1526
+ 0x2D7F: 84,
1527
+ 0x2DE0: 84,
1528
+ 0x2DE1: 84,
1529
+ 0x2DE2: 84,
1530
+ 0x2DE3: 84,
1531
+ 0x2DE4: 84,
1532
+ 0x2DE5: 84,
1533
+ 0x2DE6: 84,
1534
+ 0x2DE7: 84,
1535
+ 0x2DE8: 84,
1536
+ 0x2DE9: 84,
1537
+ 0x2DEA: 84,
1538
+ 0x2DEB: 84,
1539
+ 0x2DEC: 84,
1540
+ 0x2DED: 84,
1541
+ 0x2DEE: 84,
1542
+ 0x2DEF: 84,
1543
+ 0x2DF0: 84,
1544
+ 0x2DF1: 84,
1545
+ 0x2DF2: 84,
1546
+ 0x2DF3: 84,
1547
+ 0x2DF4: 84,
1548
+ 0x2DF5: 84,
1549
+ 0x2DF6: 84,
1550
+ 0x2DF7: 84,
1551
+ 0x2DF8: 84,
1552
+ 0x2DF9: 84,
1553
+ 0x2DFA: 84,
1554
+ 0x2DFB: 84,
1555
+ 0x2DFC: 84,
1556
+ 0x2DFD: 84,
1557
+ 0x2DFE: 84,
1558
+ 0x2DFF: 84,
1559
+ 0x302A: 84,
1560
+ 0x302B: 84,
1561
+ 0x302C: 84,
1562
+ 0x302D: 84,
1563
+ 0x3099: 84,
1564
+ 0x309A: 84,
1565
+ 0xA66F: 84,
1566
+ 0xA670: 84,
1567
+ 0xA671: 84,
1568
+ 0xA672: 84,
1569
+ 0xA674: 84,
1570
+ 0xA675: 84,
1571
+ 0xA676: 84,
1572
+ 0xA677: 84,
1573
+ 0xA678: 84,
1574
+ 0xA679: 84,
1575
+ 0xA67A: 84,
1576
+ 0xA67B: 84,
1577
+ 0xA67C: 84,
1578
+ 0xA67D: 84,
1579
+ 0xA69E: 84,
1580
+ 0xA69F: 84,
1581
+ 0xA6F0: 84,
1582
+ 0xA6F1: 84,
1583
+ 0xA802: 84,
1584
+ 0xA806: 84,
1585
+ 0xA80B: 84,
1586
+ 0xA825: 84,
1587
+ 0xA826: 84,
1588
+ 0xA82C: 84,
1589
+ 0xA840: 68,
1590
+ 0xA841: 68,
1591
+ 0xA842: 68,
1592
+ 0xA843: 68,
1593
+ 0xA844: 68,
1594
+ 0xA845: 68,
1595
+ 0xA846: 68,
1596
+ 0xA847: 68,
1597
+ 0xA848: 68,
1598
+ 0xA849: 68,
1599
+ 0xA84A: 68,
1600
+ 0xA84B: 68,
1601
+ 0xA84C: 68,
1602
+ 0xA84D: 68,
1603
+ 0xA84E: 68,
1604
+ 0xA84F: 68,
1605
+ 0xA850: 68,
1606
+ 0xA851: 68,
1607
+ 0xA852: 68,
1608
+ 0xA853: 68,
1609
+ 0xA854: 68,
1610
+ 0xA855: 68,
1611
+ 0xA856: 68,
1612
+ 0xA857: 68,
1613
+ 0xA858: 68,
1614
+ 0xA859: 68,
1615
+ 0xA85A: 68,
1616
+ 0xA85B: 68,
1617
+ 0xA85C: 68,
1618
+ 0xA85D: 68,
1619
+ 0xA85E: 68,
1620
+ 0xA85F: 68,
1621
+ 0xA860: 68,
1622
+ 0xA861: 68,
1623
+ 0xA862: 68,
1624
+ 0xA863: 68,
1625
+ 0xA864: 68,
1626
+ 0xA865: 68,
1627
+ 0xA866: 68,
1628
+ 0xA867: 68,
1629
+ 0xA868: 68,
1630
+ 0xA869: 68,
1631
+ 0xA86A: 68,
1632
+ 0xA86B: 68,
1633
+ 0xA86C: 68,
1634
+ 0xA86D: 68,
1635
+ 0xA86E: 68,
1636
+ 0xA86F: 68,
1637
+ 0xA870: 68,
1638
+ 0xA871: 68,
1639
+ 0xA872: 76,
1640
+ 0xA8C4: 84,
1641
+ 0xA8C5: 84,
1642
+ 0xA8E0: 84,
1643
+ 0xA8E1: 84,
1644
+ 0xA8E2: 84,
1645
+ 0xA8E3: 84,
1646
+ 0xA8E4: 84,
1647
+ 0xA8E5: 84,
1648
+ 0xA8E6: 84,
1649
+ 0xA8E7: 84,
1650
+ 0xA8E8: 84,
1651
+ 0xA8E9: 84,
1652
+ 0xA8EA: 84,
1653
+ 0xA8EB: 84,
1654
+ 0xA8EC: 84,
1655
+ 0xA8ED: 84,
1656
+ 0xA8EE: 84,
1657
+ 0xA8EF: 84,
1658
+ 0xA8F0: 84,
1659
+ 0xA8F1: 84,
1660
+ 0xA8FF: 84,
1661
+ 0xA926: 84,
1662
+ 0xA927: 84,
1663
+ 0xA928: 84,
1664
+ 0xA929: 84,
1665
+ 0xA92A: 84,
1666
+ 0xA92B: 84,
1667
+ 0xA92C: 84,
1668
+ 0xA92D: 84,
1669
+ 0xA947: 84,
1670
+ 0xA948: 84,
1671
+ 0xA949: 84,
1672
+ 0xA94A: 84,
1673
+ 0xA94B: 84,
1674
+ 0xA94C: 84,
1675
+ 0xA94D: 84,
1676
+ 0xA94E: 84,
1677
+ 0xA94F: 84,
1678
+ 0xA950: 84,
1679
+ 0xA951: 84,
1680
+ 0xA980: 84,
1681
+ 0xA981: 84,
1682
+ 0xA982: 84,
1683
+ 0xA9B3: 84,
1684
+ 0xA9B6: 84,
1685
+ 0xA9B7: 84,
1686
+ 0xA9B8: 84,
1687
+ 0xA9B9: 84,
1688
+ 0xA9BC: 84,
1689
+ 0xA9BD: 84,
1690
+ 0xA9E5: 84,
1691
+ 0xAA29: 84,
1692
+ 0xAA2A: 84,
1693
+ 0xAA2B: 84,
1694
+ 0xAA2C: 84,
1695
+ 0xAA2D: 84,
1696
+ 0xAA2E: 84,
1697
+ 0xAA31: 84,
1698
+ 0xAA32: 84,
1699
+ 0xAA35: 84,
1700
+ 0xAA36: 84,
1701
+ 0xAA43: 84,
1702
+ 0xAA4C: 84,
1703
+ 0xAA7C: 84,
1704
+ 0xAAB0: 84,
1705
+ 0xAAB2: 84,
1706
+ 0xAAB3: 84,
1707
+ 0xAAB4: 84,
1708
+ 0xAAB7: 84,
1709
+ 0xAAB8: 84,
1710
+ 0xAABE: 84,
1711
+ 0xAABF: 84,
1712
+ 0xAAC1: 84,
1713
+ 0xAAEC: 84,
1714
+ 0xAAED: 84,
1715
+ 0xAAF6: 84,
1716
+ 0xABE5: 84,
1717
+ 0xABE8: 84,
1718
+ 0xABED: 84,
1719
+ 0xFB1E: 84,
1720
+ 0xFE00: 84,
1721
+ 0xFE01: 84,
1722
+ 0xFE02: 84,
1723
+ 0xFE03: 84,
1724
+ 0xFE04: 84,
1725
+ 0xFE05: 84,
1726
+ 0xFE06: 84,
1727
+ 0xFE07: 84,
1728
+ 0xFE08: 84,
1729
+ 0xFE09: 84,
1730
+ 0xFE0A: 84,
1731
+ 0xFE0B: 84,
1732
+ 0xFE0C: 84,
1733
+ 0xFE0D: 84,
1734
+ 0xFE0E: 84,
1735
+ 0xFE0F: 84,
1736
+ 0xFE20: 84,
1737
+ 0xFE21: 84,
1738
+ 0xFE22: 84,
1739
+ 0xFE23: 84,
1740
+ 0xFE24: 84,
1741
+ 0xFE25: 84,
1742
+ 0xFE26: 84,
1743
+ 0xFE27: 84,
1744
+ 0xFE28: 84,
1745
+ 0xFE29: 84,
1746
+ 0xFE2A: 84,
1747
+ 0xFE2B: 84,
1748
+ 0xFE2C: 84,
1749
+ 0xFE2D: 84,
1750
+ 0xFE2E: 84,
1751
+ 0xFE2F: 84,
1752
+ 0xFEFF: 84,
1753
+ 0xFFF9: 84,
1754
+ 0xFFFA: 84,
1755
+ 0xFFFB: 84,
1756
+ 0x101FD: 84,
1757
+ 0x102E0: 84,
1758
+ 0x10376: 84,
1759
+ 0x10377: 84,
1760
+ 0x10378: 84,
1761
+ 0x10379: 84,
1762
+ 0x1037A: 84,
1763
+ 0x10A01: 84,
1764
+ 0x10A02: 84,
1765
+ 0x10A03: 84,
1766
+ 0x10A05: 84,
1767
+ 0x10A06: 84,
1768
+ 0x10A0C: 84,
1769
+ 0x10A0D: 84,
1770
+ 0x10A0E: 84,
1771
+ 0x10A0F: 84,
1772
+ 0x10A38: 84,
1773
+ 0x10A39: 84,
1774
+ 0x10A3A: 84,
1775
+ 0x10A3F: 84,
1776
+ 0x10AC0: 68,
1777
+ 0x10AC1: 68,
1778
+ 0x10AC2: 68,
1779
+ 0x10AC3: 68,
1780
+ 0x10AC4: 68,
1781
+ 0x10AC5: 82,
1782
+ 0x10AC7: 82,
1783
+ 0x10AC9: 82,
1784
+ 0x10ACA: 82,
1785
+ 0x10ACD: 76,
1786
+ 0x10ACE: 82,
1787
+ 0x10ACF: 82,
1788
+ 0x10AD0: 82,
1789
+ 0x10AD1: 82,
1790
+ 0x10AD2: 82,
1791
+ 0x10AD3: 68,
1792
+ 0x10AD4: 68,
1793
+ 0x10AD5: 68,
1794
+ 0x10AD6: 68,
1795
+ 0x10AD7: 76,
1796
+ 0x10AD8: 68,
1797
+ 0x10AD9: 68,
1798
+ 0x10ADA: 68,
1799
+ 0x10ADB: 68,
1800
+ 0x10ADC: 68,
1801
+ 0x10ADD: 82,
1802
+ 0x10ADE: 68,
1803
+ 0x10ADF: 68,
1804
+ 0x10AE0: 68,
1805
+ 0x10AE1: 82,
1806
+ 0x10AE4: 82,
1807
+ 0x10AE5: 84,
1808
+ 0x10AE6: 84,
1809
+ 0x10AEB: 68,
1810
+ 0x10AEC: 68,
1811
+ 0x10AED: 68,
1812
+ 0x10AEE: 68,
1813
+ 0x10AEF: 82,
1814
+ 0x10B80: 68,
1815
+ 0x10B81: 82,
1816
+ 0x10B82: 68,
1817
+ 0x10B83: 82,
1818
+ 0x10B84: 82,
1819
+ 0x10B85: 82,
1820
+ 0x10B86: 68,
1821
+ 0x10B87: 68,
1822
+ 0x10B88: 68,
1823
+ 0x10B89: 82,
1824
+ 0x10B8A: 68,
1825
+ 0x10B8B: 68,
1826
+ 0x10B8C: 82,
1827
+ 0x10B8D: 68,
1828
+ 0x10B8E: 82,
1829
+ 0x10B8F: 82,
1830
+ 0x10B90: 68,
1831
+ 0x10B91: 82,
1832
+ 0x10BA9: 82,
1833
+ 0x10BAA: 82,
1834
+ 0x10BAB: 82,
1835
+ 0x10BAC: 82,
1836
+ 0x10BAD: 68,
1837
+ 0x10BAE: 68,
1838
+ 0x10D00: 76,
1839
+ 0x10D01: 68,
1840
+ 0x10D02: 68,
1841
+ 0x10D03: 68,
1842
+ 0x10D04: 68,
1843
+ 0x10D05: 68,
1844
+ 0x10D06: 68,
1845
+ 0x10D07: 68,
1846
+ 0x10D08: 68,
1847
+ 0x10D09: 68,
1848
+ 0x10D0A: 68,
1849
+ 0x10D0B: 68,
1850
+ 0x10D0C: 68,
1851
+ 0x10D0D: 68,
1852
+ 0x10D0E: 68,
1853
+ 0x10D0F: 68,
1854
+ 0x10D10: 68,
1855
+ 0x10D11: 68,
1856
+ 0x10D12: 68,
1857
+ 0x10D13: 68,
1858
+ 0x10D14: 68,
1859
+ 0x10D15: 68,
1860
+ 0x10D16: 68,
1861
+ 0x10D17: 68,
1862
+ 0x10D18: 68,
1863
+ 0x10D19: 68,
1864
+ 0x10D1A: 68,
1865
+ 0x10D1B: 68,
1866
+ 0x10D1C: 68,
1867
+ 0x10D1D: 68,
1868
+ 0x10D1E: 68,
1869
+ 0x10D1F: 68,
1870
+ 0x10D20: 68,
1871
+ 0x10D21: 68,
1872
+ 0x10D22: 82,
1873
+ 0x10D23: 68,
1874
+ 0x10D24: 84,
1875
+ 0x10D25: 84,
1876
+ 0x10D26: 84,
1877
+ 0x10D27: 84,
1878
+ 0x10D69: 84,
1879
+ 0x10D6A: 84,
1880
+ 0x10D6B: 84,
1881
+ 0x10D6C: 84,
1882
+ 0x10D6D: 84,
1883
+ 0x10EAB: 84,
1884
+ 0x10EAC: 84,
1885
+ 0x10EC2: 82,
1886
+ 0x10EC3: 68,
1887
+ 0x10EC4: 68,
1888
+ 0x10EFC: 84,
1889
+ 0x10EFD: 84,
1890
+ 0x10EFE: 84,
1891
+ 0x10EFF: 84,
1892
+ 0x10F30: 68,
1893
+ 0x10F31: 68,
1894
+ 0x10F32: 68,
1895
+ 0x10F33: 82,
1896
+ 0x10F34: 68,
1897
+ 0x10F35: 68,
1898
+ 0x10F36: 68,
1899
+ 0x10F37: 68,
1900
+ 0x10F38: 68,
1901
+ 0x10F39: 68,
1902
+ 0x10F3A: 68,
1903
+ 0x10F3B: 68,
1904
+ 0x10F3C: 68,
1905
+ 0x10F3D: 68,
1906
+ 0x10F3E: 68,
1907
+ 0x10F3F: 68,
1908
+ 0x10F40: 68,
1909
+ 0x10F41: 68,
1910
+ 0x10F42: 68,
1911
+ 0x10F43: 68,
1912
+ 0x10F44: 68,
1913
+ 0x10F46: 84,
1914
+ 0x10F47: 84,
1915
+ 0x10F48: 84,
1916
+ 0x10F49: 84,
1917
+ 0x10F4A: 84,
1918
+ 0x10F4B: 84,
1919
+ 0x10F4C: 84,
1920
+ 0x10F4D: 84,
1921
+ 0x10F4E: 84,
1922
+ 0x10F4F: 84,
1923
+ 0x10F50: 84,
1924
+ 0x10F51: 68,
1925
+ 0x10F52: 68,
1926
+ 0x10F53: 68,
1927
+ 0x10F54: 82,
1928
+ 0x10F70: 68,
1929
+ 0x10F71: 68,
1930
+ 0x10F72: 68,
1931
+ 0x10F73: 68,
1932
+ 0x10F74: 82,
1933
+ 0x10F75: 82,
1934
+ 0x10F76: 68,
1935
+ 0x10F77: 68,
1936
+ 0x10F78: 68,
1937
+ 0x10F79: 68,
1938
+ 0x10F7A: 68,
1939
+ 0x10F7B: 68,
1940
+ 0x10F7C: 68,
1941
+ 0x10F7D: 68,
1942
+ 0x10F7E: 68,
1943
+ 0x10F7F: 68,
1944
+ 0x10F80: 68,
1945
+ 0x10F81: 68,
1946
+ 0x10F82: 84,
1947
+ 0x10F83: 84,
1948
+ 0x10F84: 84,
1949
+ 0x10F85: 84,
1950
+ 0x10FB0: 68,
1951
+ 0x10FB2: 68,
1952
+ 0x10FB3: 68,
1953
+ 0x10FB4: 82,
1954
+ 0x10FB5: 82,
1955
+ 0x10FB6: 82,
1956
+ 0x10FB8: 68,
1957
+ 0x10FB9: 82,
1958
+ 0x10FBA: 82,
1959
+ 0x10FBB: 68,
1960
+ 0x10FBC: 68,
1961
+ 0x10FBD: 82,
1962
+ 0x10FBE: 68,
1963
+ 0x10FBF: 68,
1964
+ 0x10FC1: 68,
1965
+ 0x10FC2: 82,
1966
+ 0x10FC3: 82,
1967
+ 0x10FC4: 68,
1968
+ 0x10FC9: 82,
1969
+ 0x10FCA: 68,
1970
+ 0x10FCB: 76,
1971
+ 0x11001: 84,
1972
+ 0x11038: 84,
1973
+ 0x11039: 84,
1974
+ 0x1103A: 84,
1975
+ 0x1103B: 84,
1976
+ 0x1103C: 84,
1977
+ 0x1103D: 84,
1978
+ 0x1103E: 84,
1979
+ 0x1103F: 84,
1980
+ 0x11040: 84,
1981
+ 0x11041: 84,
1982
+ 0x11042: 84,
1983
+ 0x11043: 84,
1984
+ 0x11044: 84,
1985
+ 0x11045: 84,
1986
+ 0x11046: 84,
1987
+ 0x11070: 84,
1988
+ 0x11073: 84,
1989
+ 0x11074: 84,
1990
+ 0x1107F: 84,
1991
+ 0x11080: 84,
1992
+ 0x11081: 84,
1993
+ 0x110B3: 84,
1994
+ 0x110B4: 84,
1995
+ 0x110B5: 84,
1996
+ 0x110B6: 84,
1997
+ 0x110B9: 84,
1998
+ 0x110BA: 84,
1999
+ 0x110C2: 84,
2000
+ 0x11100: 84,
2001
+ 0x11101: 84,
2002
+ 0x11102: 84,
2003
+ 0x11127: 84,
2004
+ 0x11128: 84,
2005
+ 0x11129: 84,
2006
+ 0x1112A: 84,
2007
+ 0x1112B: 84,
2008
+ 0x1112D: 84,
2009
+ 0x1112E: 84,
2010
+ 0x1112F: 84,
2011
+ 0x11130: 84,
2012
+ 0x11131: 84,
2013
+ 0x11132: 84,
2014
+ 0x11133: 84,
2015
+ 0x11134: 84,
2016
+ 0x11173: 84,
2017
+ 0x11180: 84,
2018
+ 0x11181: 84,
2019
+ 0x111B6: 84,
2020
+ 0x111B7: 84,
2021
+ 0x111B8: 84,
2022
+ 0x111B9: 84,
2023
+ 0x111BA: 84,
2024
+ 0x111BB: 84,
2025
+ 0x111BC: 84,
2026
+ 0x111BD: 84,
2027
+ 0x111BE: 84,
2028
+ 0x111C9: 84,
2029
+ 0x111CA: 84,
2030
+ 0x111CB: 84,
2031
+ 0x111CC: 84,
2032
+ 0x111CF: 84,
2033
+ 0x1122F: 84,
2034
+ 0x11230: 84,
2035
+ 0x11231: 84,
2036
+ 0x11234: 84,
2037
+ 0x11236: 84,
2038
+ 0x11237: 84,
2039
+ 0x1123E: 84,
2040
+ 0x11241: 84,
2041
+ 0x112DF: 84,
2042
+ 0x112E3: 84,
2043
+ 0x112E4: 84,
2044
+ 0x112E5: 84,
2045
+ 0x112E6: 84,
2046
+ 0x112E7: 84,
2047
+ 0x112E8: 84,
2048
+ 0x112E9: 84,
2049
+ 0x112EA: 84,
2050
+ 0x11300: 84,
2051
+ 0x11301: 84,
2052
+ 0x1133B: 84,
2053
+ 0x1133C: 84,
2054
+ 0x11340: 84,
2055
+ 0x11366: 84,
2056
+ 0x11367: 84,
2057
+ 0x11368: 84,
2058
+ 0x11369: 84,
2059
+ 0x1136A: 84,
2060
+ 0x1136B: 84,
2061
+ 0x1136C: 84,
2062
+ 0x11370: 84,
2063
+ 0x11371: 84,
2064
+ 0x11372: 84,
2065
+ 0x11373: 84,
2066
+ 0x11374: 84,
2067
+ 0x113BB: 84,
2068
+ 0x113BC: 84,
2069
+ 0x113BD: 84,
2070
+ 0x113BE: 84,
2071
+ 0x113BF: 84,
2072
+ 0x113C0: 84,
2073
+ 0x113CE: 84,
2074
+ 0x113D0: 84,
2075
+ 0x113D2: 84,
2076
+ 0x113E1: 84,
2077
+ 0x113E2: 84,
2078
+ 0x11438: 84,
2079
+ 0x11439: 84,
2080
+ 0x1143A: 84,
2081
+ 0x1143B: 84,
2082
+ 0x1143C: 84,
2083
+ 0x1143D: 84,
2084
+ 0x1143E: 84,
2085
+ 0x1143F: 84,
2086
+ 0x11442: 84,
2087
+ 0x11443: 84,
2088
+ 0x11444: 84,
2089
+ 0x11446: 84,
2090
+ 0x1145E: 84,
2091
+ 0x114B3: 84,
2092
+ 0x114B4: 84,
2093
+ 0x114B5: 84,
2094
+ 0x114B6: 84,
2095
+ 0x114B7: 84,
2096
+ 0x114B8: 84,
2097
+ 0x114BA: 84,
2098
+ 0x114BF: 84,
2099
+ 0x114C0: 84,
2100
+ 0x114C2: 84,
2101
+ 0x114C3: 84,
2102
+ 0x115B2: 84,
2103
+ 0x115B3: 84,
2104
+ 0x115B4: 84,
2105
+ 0x115B5: 84,
2106
+ 0x115BC: 84,
2107
+ 0x115BD: 84,
2108
+ 0x115BF: 84,
2109
+ 0x115C0: 84,
2110
+ 0x115DC: 84,
2111
+ 0x115DD: 84,
2112
+ 0x11633: 84,
2113
+ 0x11634: 84,
2114
+ 0x11635: 84,
2115
+ 0x11636: 84,
2116
+ 0x11637: 84,
2117
+ 0x11638: 84,
2118
+ 0x11639: 84,
2119
+ 0x1163A: 84,
2120
+ 0x1163D: 84,
2121
+ 0x1163F: 84,
2122
+ 0x11640: 84,
2123
+ 0x116AB: 84,
2124
+ 0x116AD: 84,
2125
+ 0x116B0: 84,
2126
+ 0x116B1: 84,
2127
+ 0x116B2: 84,
2128
+ 0x116B3: 84,
2129
+ 0x116B4: 84,
2130
+ 0x116B5: 84,
2131
+ 0x116B7: 84,
2132
+ 0x1171D: 84,
2133
+ 0x1171F: 84,
2134
+ 0x11722: 84,
2135
+ 0x11723: 84,
2136
+ 0x11724: 84,
2137
+ 0x11725: 84,
2138
+ 0x11727: 84,
2139
+ 0x11728: 84,
2140
+ 0x11729: 84,
2141
+ 0x1172A: 84,
2142
+ 0x1172B: 84,
2143
+ 0x1182F: 84,
2144
+ 0x11830: 84,
2145
+ 0x11831: 84,
2146
+ 0x11832: 84,
2147
+ 0x11833: 84,
2148
+ 0x11834: 84,
2149
+ 0x11835: 84,
2150
+ 0x11836: 84,
2151
+ 0x11837: 84,
2152
+ 0x11839: 84,
2153
+ 0x1183A: 84,
2154
+ 0x1193B: 84,
2155
+ 0x1193C: 84,
2156
+ 0x1193E: 84,
2157
+ 0x11943: 84,
2158
+ 0x119D4: 84,
2159
+ 0x119D5: 84,
2160
+ 0x119D6: 84,
2161
+ 0x119D7: 84,
2162
+ 0x119DA: 84,
2163
+ 0x119DB: 84,
2164
+ 0x119E0: 84,
2165
+ 0x11A01: 84,
2166
+ 0x11A02: 84,
2167
+ 0x11A03: 84,
2168
+ 0x11A04: 84,
2169
+ 0x11A05: 84,
2170
+ 0x11A06: 84,
2171
+ 0x11A07: 84,
2172
+ 0x11A08: 84,
2173
+ 0x11A09: 84,
2174
+ 0x11A0A: 84,
2175
+ 0x11A33: 84,
2176
+ 0x11A34: 84,
2177
+ 0x11A35: 84,
2178
+ 0x11A36: 84,
2179
+ 0x11A37: 84,
2180
+ 0x11A38: 84,
2181
+ 0x11A3B: 84,
2182
+ 0x11A3C: 84,
2183
+ 0x11A3D: 84,
2184
+ 0x11A3E: 84,
2185
+ 0x11A47: 84,
2186
+ 0x11A51: 84,
2187
+ 0x11A52: 84,
2188
+ 0x11A53: 84,
2189
+ 0x11A54: 84,
2190
+ 0x11A55: 84,
2191
+ 0x11A56: 84,
2192
+ 0x11A59: 84,
2193
+ 0x11A5A: 84,
2194
+ 0x11A5B: 84,
2195
+ 0x11A8A: 84,
2196
+ 0x11A8B: 84,
2197
+ 0x11A8C: 84,
2198
+ 0x11A8D: 84,
2199
+ 0x11A8E: 84,
2200
+ 0x11A8F: 84,
2201
+ 0x11A90: 84,
2202
+ 0x11A91: 84,
2203
+ 0x11A92: 84,
2204
+ 0x11A93: 84,
2205
+ 0x11A94: 84,
2206
+ 0x11A95: 84,
2207
+ 0x11A96: 84,
2208
+ 0x11A98: 84,
2209
+ 0x11A99: 84,
2210
+ 0x11C30: 84,
2211
+ 0x11C31: 84,
2212
+ 0x11C32: 84,
2213
+ 0x11C33: 84,
2214
+ 0x11C34: 84,
2215
+ 0x11C35: 84,
2216
+ 0x11C36: 84,
2217
+ 0x11C38: 84,
2218
+ 0x11C39: 84,
2219
+ 0x11C3A: 84,
2220
+ 0x11C3B: 84,
2221
+ 0x11C3C: 84,
2222
+ 0x11C3D: 84,
2223
+ 0x11C3F: 84,
2224
+ 0x11C92: 84,
2225
+ 0x11C93: 84,
2226
+ 0x11C94: 84,
2227
+ 0x11C95: 84,
2228
+ 0x11C96: 84,
2229
+ 0x11C97: 84,
2230
+ 0x11C98: 84,
2231
+ 0x11C99: 84,
2232
+ 0x11C9A: 84,
2233
+ 0x11C9B: 84,
2234
+ 0x11C9C: 84,
2235
+ 0x11C9D: 84,
2236
+ 0x11C9E: 84,
2237
+ 0x11C9F: 84,
2238
+ 0x11CA0: 84,
2239
+ 0x11CA1: 84,
2240
+ 0x11CA2: 84,
2241
+ 0x11CA3: 84,
2242
+ 0x11CA4: 84,
2243
+ 0x11CA5: 84,
2244
+ 0x11CA6: 84,
2245
+ 0x11CA7: 84,
2246
+ 0x11CAA: 84,
2247
+ 0x11CAB: 84,
2248
+ 0x11CAC: 84,
2249
+ 0x11CAD: 84,
2250
+ 0x11CAE: 84,
2251
+ 0x11CAF: 84,
2252
+ 0x11CB0: 84,
2253
+ 0x11CB2: 84,
2254
+ 0x11CB3: 84,
2255
+ 0x11CB5: 84,
2256
+ 0x11CB6: 84,
2257
+ 0x11D31: 84,
2258
+ 0x11D32: 84,
2259
+ 0x11D33: 84,
2260
+ 0x11D34: 84,
2261
+ 0x11D35: 84,
2262
+ 0x11D36: 84,
2263
+ 0x11D3A: 84,
2264
+ 0x11D3C: 84,
2265
+ 0x11D3D: 84,
2266
+ 0x11D3F: 84,
2267
+ 0x11D40: 84,
2268
+ 0x11D41: 84,
2269
+ 0x11D42: 84,
2270
+ 0x11D43: 84,
2271
+ 0x11D44: 84,
2272
+ 0x11D45: 84,
2273
+ 0x11D47: 84,
2274
+ 0x11D90: 84,
2275
+ 0x11D91: 84,
2276
+ 0x11D95: 84,
2277
+ 0x11D97: 84,
2278
+ 0x11EF3: 84,
2279
+ 0x11EF4: 84,
2280
+ 0x11F00: 84,
2281
+ 0x11F01: 84,
2282
+ 0x11F36: 84,
2283
+ 0x11F37: 84,
2284
+ 0x11F38: 84,
2285
+ 0x11F39: 84,
2286
+ 0x11F3A: 84,
2287
+ 0x11F40: 84,
2288
+ 0x11F42: 84,
2289
+ 0x11F5A: 84,
2290
+ 0x13430: 84,
2291
+ 0x13431: 84,
2292
+ 0x13432: 84,
2293
+ 0x13433: 84,
2294
+ 0x13434: 84,
2295
+ 0x13435: 84,
2296
+ 0x13436: 84,
2297
+ 0x13437: 84,
2298
+ 0x13438: 84,
2299
+ 0x13439: 84,
2300
+ 0x1343A: 84,
2301
+ 0x1343B: 84,
2302
+ 0x1343C: 84,
2303
+ 0x1343D: 84,
2304
+ 0x1343E: 84,
2305
+ 0x1343F: 84,
2306
+ 0x13440: 84,
2307
+ 0x13447: 84,
2308
+ 0x13448: 84,
2309
+ 0x13449: 84,
2310
+ 0x1344A: 84,
2311
+ 0x1344B: 84,
2312
+ 0x1344C: 84,
2313
+ 0x1344D: 84,
2314
+ 0x1344E: 84,
2315
+ 0x1344F: 84,
2316
+ 0x13450: 84,
2317
+ 0x13451: 84,
2318
+ 0x13452: 84,
2319
+ 0x13453: 84,
2320
+ 0x13454: 84,
2321
+ 0x13455: 84,
2322
+ 0x1611E: 84,
2323
+ 0x1611F: 84,
2324
+ 0x16120: 84,
2325
+ 0x16121: 84,
2326
+ 0x16122: 84,
2327
+ 0x16123: 84,
2328
+ 0x16124: 84,
2329
+ 0x16125: 84,
2330
+ 0x16126: 84,
2331
+ 0x16127: 84,
2332
+ 0x16128: 84,
2333
+ 0x16129: 84,
2334
+ 0x1612D: 84,
2335
+ 0x1612E: 84,
2336
+ 0x1612F: 84,
2337
+ 0x16AF0: 84,
2338
+ 0x16AF1: 84,
2339
+ 0x16AF2: 84,
2340
+ 0x16AF3: 84,
2341
+ 0x16AF4: 84,
2342
+ 0x16B30: 84,
2343
+ 0x16B31: 84,
2344
+ 0x16B32: 84,
2345
+ 0x16B33: 84,
2346
+ 0x16B34: 84,
2347
+ 0x16B35: 84,
2348
+ 0x16B36: 84,
2349
+ 0x16F4F: 84,
2350
+ 0x16F8F: 84,
2351
+ 0x16F90: 84,
2352
+ 0x16F91: 84,
2353
+ 0x16F92: 84,
2354
+ 0x16FE4: 84,
2355
+ 0x1BC9D: 84,
2356
+ 0x1BC9E: 84,
2357
+ 0x1BCA0: 84,
2358
+ 0x1BCA1: 84,
2359
+ 0x1BCA2: 84,
2360
+ 0x1BCA3: 84,
2361
+ 0x1CF00: 84,
2362
+ 0x1CF01: 84,
2363
+ 0x1CF02: 84,
2364
+ 0x1CF03: 84,
2365
+ 0x1CF04: 84,
2366
+ 0x1CF05: 84,
2367
+ 0x1CF06: 84,
2368
+ 0x1CF07: 84,
2369
+ 0x1CF08: 84,
2370
+ 0x1CF09: 84,
2371
+ 0x1CF0A: 84,
2372
+ 0x1CF0B: 84,
2373
+ 0x1CF0C: 84,
2374
+ 0x1CF0D: 84,
2375
+ 0x1CF0E: 84,
2376
+ 0x1CF0F: 84,
2377
+ 0x1CF10: 84,
2378
+ 0x1CF11: 84,
2379
+ 0x1CF12: 84,
2380
+ 0x1CF13: 84,
2381
+ 0x1CF14: 84,
2382
+ 0x1CF15: 84,
2383
+ 0x1CF16: 84,
2384
+ 0x1CF17: 84,
2385
+ 0x1CF18: 84,
2386
+ 0x1CF19: 84,
2387
+ 0x1CF1A: 84,
2388
+ 0x1CF1B: 84,
2389
+ 0x1CF1C: 84,
2390
+ 0x1CF1D: 84,
2391
+ 0x1CF1E: 84,
2392
+ 0x1CF1F: 84,
2393
+ 0x1CF20: 84,
2394
+ 0x1CF21: 84,
2395
+ 0x1CF22: 84,
2396
+ 0x1CF23: 84,
2397
+ 0x1CF24: 84,
2398
+ 0x1CF25: 84,
2399
+ 0x1CF26: 84,
2400
+ 0x1CF27: 84,
2401
+ 0x1CF28: 84,
2402
+ 0x1CF29: 84,
2403
+ 0x1CF2A: 84,
2404
+ 0x1CF2B: 84,
2405
+ 0x1CF2C: 84,
2406
+ 0x1CF2D: 84,
2407
+ 0x1CF30: 84,
2408
+ 0x1CF31: 84,
2409
+ 0x1CF32: 84,
2410
+ 0x1CF33: 84,
2411
+ 0x1CF34: 84,
2412
+ 0x1CF35: 84,
2413
+ 0x1CF36: 84,
2414
+ 0x1CF37: 84,
2415
+ 0x1CF38: 84,
2416
+ 0x1CF39: 84,
2417
+ 0x1CF3A: 84,
2418
+ 0x1CF3B: 84,
2419
+ 0x1CF3C: 84,
2420
+ 0x1CF3D: 84,
2421
+ 0x1CF3E: 84,
2422
+ 0x1CF3F: 84,
2423
+ 0x1CF40: 84,
2424
+ 0x1CF41: 84,
2425
+ 0x1CF42: 84,
2426
+ 0x1CF43: 84,
2427
+ 0x1CF44: 84,
2428
+ 0x1CF45: 84,
2429
+ 0x1CF46: 84,
2430
+ 0x1D167: 84,
2431
+ 0x1D168: 84,
2432
+ 0x1D169: 84,
2433
+ 0x1D173: 84,
2434
+ 0x1D174: 84,
2435
+ 0x1D175: 84,
2436
+ 0x1D176: 84,
2437
+ 0x1D177: 84,
2438
+ 0x1D178: 84,
2439
+ 0x1D179: 84,
2440
+ 0x1D17A: 84,
2441
+ 0x1D17B: 84,
2442
+ 0x1D17C: 84,
2443
+ 0x1D17D: 84,
2444
+ 0x1D17E: 84,
2445
+ 0x1D17F: 84,
2446
+ 0x1D180: 84,
2447
+ 0x1D181: 84,
2448
+ 0x1D182: 84,
2449
+ 0x1D185: 84,
2450
+ 0x1D186: 84,
2451
+ 0x1D187: 84,
2452
+ 0x1D188: 84,
2453
+ 0x1D189: 84,
2454
+ 0x1D18A: 84,
2455
+ 0x1D18B: 84,
2456
+ 0x1D1AA: 84,
2457
+ 0x1D1AB: 84,
2458
+ 0x1D1AC: 84,
2459
+ 0x1D1AD: 84,
2460
+ 0x1D242: 84,
2461
+ 0x1D243: 84,
2462
+ 0x1D244: 84,
2463
+ 0x1DA00: 84,
2464
+ 0x1DA01: 84,
2465
+ 0x1DA02: 84,
2466
+ 0x1DA03: 84,
2467
+ 0x1DA04: 84,
2468
+ 0x1DA05: 84,
2469
+ 0x1DA06: 84,
2470
+ 0x1DA07: 84,
2471
+ 0x1DA08: 84,
2472
+ 0x1DA09: 84,
2473
+ 0x1DA0A: 84,
2474
+ 0x1DA0B: 84,
2475
+ 0x1DA0C: 84,
2476
+ 0x1DA0D: 84,
2477
+ 0x1DA0E: 84,
2478
+ 0x1DA0F: 84,
2479
+ 0x1DA10: 84,
2480
+ 0x1DA11: 84,
2481
+ 0x1DA12: 84,
2482
+ 0x1DA13: 84,
2483
+ 0x1DA14: 84,
2484
+ 0x1DA15: 84,
2485
+ 0x1DA16: 84,
2486
+ 0x1DA17: 84,
2487
+ 0x1DA18: 84,
2488
+ 0x1DA19: 84,
2489
+ 0x1DA1A: 84,
2490
+ 0x1DA1B: 84,
2491
+ 0x1DA1C: 84,
2492
+ 0x1DA1D: 84,
2493
+ 0x1DA1E: 84,
2494
+ 0x1DA1F: 84,
2495
+ 0x1DA20: 84,
2496
+ 0x1DA21: 84,
2497
+ 0x1DA22: 84,
2498
+ 0x1DA23: 84,
2499
+ 0x1DA24: 84,
2500
+ 0x1DA25: 84,
2501
+ 0x1DA26: 84,
2502
+ 0x1DA27: 84,
2503
+ 0x1DA28: 84,
2504
+ 0x1DA29: 84,
2505
+ 0x1DA2A: 84,
2506
+ 0x1DA2B: 84,
2507
+ 0x1DA2C: 84,
2508
+ 0x1DA2D: 84,
2509
+ 0x1DA2E: 84,
2510
+ 0x1DA2F: 84,
2511
+ 0x1DA30: 84,
2512
+ 0x1DA31: 84,
2513
+ 0x1DA32: 84,
2514
+ 0x1DA33: 84,
2515
+ 0x1DA34: 84,
2516
+ 0x1DA35: 84,
2517
+ 0x1DA36: 84,
2518
+ 0x1DA3B: 84,
2519
+ 0x1DA3C: 84,
2520
+ 0x1DA3D: 84,
2521
+ 0x1DA3E: 84,
2522
+ 0x1DA3F: 84,
2523
+ 0x1DA40: 84,
2524
+ 0x1DA41: 84,
2525
+ 0x1DA42: 84,
2526
+ 0x1DA43: 84,
2527
+ 0x1DA44: 84,
2528
+ 0x1DA45: 84,
2529
+ 0x1DA46: 84,
2530
+ 0x1DA47: 84,
2531
+ 0x1DA48: 84,
2532
+ 0x1DA49: 84,
2533
+ 0x1DA4A: 84,
2534
+ 0x1DA4B: 84,
2535
+ 0x1DA4C: 84,
2536
+ 0x1DA4D: 84,
2537
+ 0x1DA4E: 84,
2538
+ 0x1DA4F: 84,
2539
+ 0x1DA50: 84,
2540
+ 0x1DA51: 84,
2541
+ 0x1DA52: 84,
2542
+ 0x1DA53: 84,
2543
+ 0x1DA54: 84,
2544
+ 0x1DA55: 84,
2545
+ 0x1DA56: 84,
2546
+ 0x1DA57: 84,
2547
+ 0x1DA58: 84,
2548
+ 0x1DA59: 84,
2549
+ 0x1DA5A: 84,
2550
+ 0x1DA5B: 84,
2551
+ 0x1DA5C: 84,
2552
+ 0x1DA5D: 84,
2553
+ 0x1DA5E: 84,
2554
+ 0x1DA5F: 84,
2555
+ 0x1DA60: 84,
2556
+ 0x1DA61: 84,
2557
+ 0x1DA62: 84,
2558
+ 0x1DA63: 84,
2559
+ 0x1DA64: 84,
2560
+ 0x1DA65: 84,
2561
+ 0x1DA66: 84,
2562
+ 0x1DA67: 84,
2563
+ 0x1DA68: 84,
2564
+ 0x1DA69: 84,
2565
+ 0x1DA6A: 84,
2566
+ 0x1DA6B: 84,
2567
+ 0x1DA6C: 84,
2568
+ 0x1DA75: 84,
2569
+ 0x1DA84: 84,
2570
+ 0x1DA9B: 84,
2571
+ 0x1DA9C: 84,
2572
+ 0x1DA9D: 84,
2573
+ 0x1DA9E: 84,
2574
+ 0x1DA9F: 84,
2575
+ 0x1DAA1: 84,
2576
+ 0x1DAA2: 84,
2577
+ 0x1DAA3: 84,
2578
+ 0x1DAA4: 84,
2579
+ 0x1DAA5: 84,
2580
+ 0x1DAA6: 84,
2581
+ 0x1DAA7: 84,
2582
+ 0x1DAA8: 84,
2583
+ 0x1DAA9: 84,
2584
+ 0x1DAAA: 84,
2585
+ 0x1DAAB: 84,
2586
+ 0x1DAAC: 84,
2587
+ 0x1DAAD: 84,
2588
+ 0x1DAAE: 84,
2589
+ 0x1DAAF: 84,
2590
+ 0x1E000: 84,
2591
+ 0x1E001: 84,
2592
+ 0x1E002: 84,
2593
+ 0x1E003: 84,
2594
+ 0x1E004: 84,
2595
+ 0x1E005: 84,
2596
+ 0x1E006: 84,
2597
+ 0x1E008: 84,
2598
+ 0x1E009: 84,
2599
+ 0x1E00A: 84,
2600
+ 0x1E00B: 84,
2601
+ 0x1E00C: 84,
2602
+ 0x1E00D: 84,
2603
+ 0x1E00E: 84,
2604
+ 0x1E00F: 84,
2605
+ 0x1E010: 84,
2606
+ 0x1E011: 84,
2607
+ 0x1E012: 84,
2608
+ 0x1E013: 84,
2609
+ 0x1E014: 84,
2610
+ 0x1E015: 84,
2611
+ 0x1E016: 84,
2612
+ 0x1E017: 84,
2613
+ 0x1E018: 84,
2614
+ 0x1E01B: 84,
2615
+ 0x1E01C: 84,
2616
+ 0x1E01D: 84,
2617
+ 0x1E01E: 84,
2618
+ 0x1E01F: 84,
2619
+ 0x1E020: 84,
2620
+ 0x1E021: 84,
2621
+ 0x1E023: 84,
2622
+ 0x1E024: 84,
2623
+ 0x1E026: 84,
2624
+ 0x1E027: 84,
2625
+ 0x1E028: 84,
2626
+ 0x1E029: 84,
2627
+ 0x1E02A: 84,
2628
+ 0x1E08F: 84,
2629
+ 0x1E130: 84,
2630
+ 0x1E131: 84,
2631
+ 0x1E132: 84,
2632
+ 0x1E133: 84,
2633
+ 0x1E134: 84,
2634
+ 0x1E135: 84,
2635
+ 0x1E136: 84,
2636
+ 0x1E2AE: 84,
2637
+ 0x1E2EC: 84,
2638
+ 0x1E2ED: 84,
2639
+ 0x1E2EE: 84,
2640
+ 0x1E2EF: 84,
2641
+ 0x1E4EC: 84,
2642
+ 0x1E4ED: 84,
2643
+ 0x1E4EE: 84,
2644
+ 0x1E4EF: 84,
2645
+ 0x1E5EE: 84,
2646
+ 0x1E5EF: 84,
2647
+ 0x1E8D0: 84,
2648
+ 0x1E8D1: 84,
2649
+ 0x1E8D2: 84,
2650
+ 0x1E8D3: 84,
2651
+ 0x1E8D4: 84,
2652
+ 0x1E8D5: 84,
2653
+ 0x1E8D6: 84,
2654
+ 0x1E900: 68,
2655
+ 0x1E901: 68,
2656
+ 0x1E902: 68,
2657
+ 0x1E903: 68,
2658
+ 0x1E904: 68,
2659
+ 0x1E905: 68,
2660
+ 0x1E906: 68,
2661
+ 0x1E907: 68,
2662
+ 0x1E908: 68,
2663
+ 0x1E909: 68,
2664
+ 0x1E90A: 68,
2665
+ 0x1E90B: 68,
2666
+ 0x1E90C: 68,
2667
+ 0x1E90D: 68,
2668
+ 0x1E90E: 68,
2669
+ 0x1E90F: 68,
2670
+ 0x1E910: 68,
2671
+ 0x1E911: 68,
2672
+ 0x1E912: 68,
2673
+ 0x1E913: 68,
2674
+ 0x1E914: 68,
2675
+ 0x1E915: 68,
2676
+ 0x1E916: 68,
2677
+ 0x1E917: 68,
2678
+ 0x1E918: 68,
2679
+ 0x1E919: 68,
2680
+ 0x1E91A: 68,
2681
+ 0x1E91B: 68,
2682
+ 0x1E91C: 68,
2683
+ 0x1E91D: 68,
2684
+ 0x1E91E: 68,
2685
+ 0x1E91F: 68,
2686
+ 0x1E920: 68,
2687
+ 0x1E921: 68,
2688
+ 0x1E922: 68,
2689
+ 0x1E923: 68,
2690
+ 0x1E924: 68,
2691
+ 0x1E925: 68,
2692
+ 0x1E926: 68,
2693
+ 0x1E927: 68,
2694
+ 0x1E928: 68,
2695
+ 0x1E929: 68,
2696
+ 0x1E92A: 68,
2697
+ 0x1E92B: 68,
2698
+ 0x1E92C: 68,
2699
+ 0x1E92D: 68,
2700
+ 0x1E92E: 68,
2701
+ 0x1E92F: 68,
2702
+ 0x1E930: 68,
2703
+ 0x1E931: 68,
2704
+ 0x1E932: 68,
2705
+ 0x1E933: 68,
2706
+ 0x1E934: 68,
2707
+ 0x1E935: 68,
2708
+ 0x1E936: 68,
2709
+ 0x1E937: 68,
2710
+ 0x1E938: 68,
2711
+ 0x1E939: 68,
2712
+ 0x1E93A: 68,
2713
+ 0x1E93B: 68,
2714
+ 0x1E93C: 68,
2715
+ 0x1E93D: 68,
2716
+ 0x1E93E: 68,
2717
+ 0x1E93F: 68,
2718
+ 0x1E940: 68,
2719
+ 0x1E941: 68,
2720
+ 0x1E942: 68,
2721
+ 0x1E943: 68,
2722
+ 0x1E944: 84,
2723
+ 0x1E945: 84,
2724
+ 0x1E946: 84,
2725
+ 0x1E947: 84,
2726
+ 0x1E948: 84,
2727
+ 0x1E949: 84,
2728
+ 0x1E94A: 84,
2729
+ 0x1E94B: 84,
2730
+ 0xE0001: 84,
2731
+ 0xE0020: 84,
2732
+ 0xE0021: 84,
2733
+ 0xE0022: 84,
2734
+ 0xE0023: 84,
2735
+ 0xE0024: 84,
2736
+ 0xE0025: 84,
2737
+ 0xE0026: 84,
2738
+ 0xE0027: 84,
2739
+ 0xE0028: 84,
2740
+ 0xE0029: 84,
2741
+ 0xE002A: 84,
2742
+ 0xE002B: 84,
2743
+ 0xE002C: 84,
2744
+ 0xE002D: 84,
2745
+ 0xE002E: 84,
2746
+ 0xE002F: 84,
2747
+ 0xE0030: 84,
2748
+ 0xE0031: 84,
2749
+ 0xE0032: 84,
2750
+ 0xE0033: 84,
2751
+ 0xE0034: 84,
2752
+ 0xE0035: 84,
2753
+ 0xE0036: 84,
2754
+ 0xE0037: 84,
2755
+ 0xE0038: 84,
2756
+ 0xE0039: 84,
2757
+ 0xE003A: 84,
2758
+ 0xE003B: 84,
2759
+ 0xE003C: 84,
2760
+ 0xE003D: 84,
2761
+ 0xE003E: 84,
2762
+ 0xE003F: 84,
2763
+ 0xE0040: 84,
2764
+ 0xE0041: 84,
2765
+ 0xE0042: 84,
2766
+ 0xE0043: 84,
2767
+ 0xE0044: 84,
2768
+ 0xE0045: 84,
2769
+ 0xE0046: 84,
2770
+ 0xE0047: 84,
2771
+ 0xE0048: 84,
2772
+ 0xE0049: 84,
2773
+ 0xE004A: 84,
2774
+ 0xE004B: 84,
2775
+ 0xE004C: 84,
2776
+ 0xE004D: 84,
2777
+ 0xE004E: 84,
2778
+ 0xE004F: 84,
2779
+ 0xE0050: 84,
2780
+ 0xE0051: 84,
2781
+ 0xE0052: 84,
2782
+ 0xE0053: 84,
2783
+ 0xE0054: 84,
2784
+ 0xE0055: 84,
2785
+ 0xE0056: 84,
2786
+ 0xE0057: 84,
2787
+ 0xE0058: 84,
2788
+ 0xE0059: 84,
2789
+ 0xE005A: 84,
2790
+ 0xE005B: 84,
2791
+ 0xE005C: 84,
2792
+ 0xE005D: 84,
2793
+ 0xE005E: 84,
2794
+ 0xE005F: 84,
2795
+ 0xE0060: 84,
2796
+ 0xE0061: 84,
2797
+ 0xE0062: 84,
2798
+ 0xE0063: 84,
2799
+ 0xE0064: 84,
2800
+ 0xE0065: 84,
2801
+ 0xE0066: 84,
2802
+ 0xE0067: 84,
2803
+ 0xE0068: 84,
2804
+ 0xE0069: 84,
2805
+ 0xE006A: 84,
2806
+ 0xE006B: 84,
2807
+ 0xE006C: 84,
2808
+ 0xE006D: 84,
2809
+ 0xE006E: 84,
2810
+ 0xE006F: 84,
2811
+ 0xE0070: 84,
2812
+ 0xE0071: 84,
2813
+ 0xE0072: 84,
2814
+ 0xE0073: 84,
2815
+ 0xE0074: 84,
2816
+ 0xE0075: 84,
2817
+ 0xE0076: 84,
2818
+ 0xE0077: 84,
2819
+ 0xE0078: 84,
2820
+ 0xE0079: 84,
2821
+ 0xE007A: 84,
2822
+ 0xE007B: 84,
2823
+ 0xE007C: 84,
2824
+ 0xE007D: 84,
2825
+ 0xE007E: 84,
2826
+ 0xE007F: 84,
2827
+ 0xE0100: 84,
2828
+ 0xE0101: 84,
2829
+ 0xE0102: 84,
2830
+ 0xE0103: 84,
2831
+ 0xE0104: 84,
2832
+ 0xE0105: 84,
2833
+ 0xE0106: 84,
2834
+ 0xE0107: 84,
2835
+ 0xE0108: 84,
2836
+ 0xE0109: 84,
2837
+ 0xE010A: 84,
2838
+ 0xE010B: 84,
2839
+ 0xE010C: 84,
2840
+ 0xE010D: 84,
2841
+ 0xE010E: 84,
2842
+ 0xE010F: 84,
2843
+ 0xE0110: 84,
2844
+ 0xE0111: 84,
2845
+ 0xE0112: 84,
2846
+ 0xE0113: 84,
2847
+ 0xE0114: 84,
2848
+ 0xE0115: 84,
2849
+ 0xE0116: 84,
2850
+ 0xE0117: 84,
2851
+ 0xE0118: 84,
2852
+ 0xE0119: 84,
2853
+ 0xE011A: 84,
2854
+ 0xE011B: 84,
2855
+ 0xE011C: 84,
2856
+ 0xE011D: 84,
2857
+ 0xE011E: 84,
2858
+ 0xE011F: 84,
2859
+ 0xE0120: 84,
2860
+ 0xE0121: 84,
2861
+ 0xE0122: 84,
2862
+ 0xE0123: 84,
2863
+ 0xE0124: 84,
2864
+ 0xE0125: 84,
2865
+ 0xE0126: 84,
2866
+ 0xE0127: 84,
2867
+ 0xE0128: 84,
2868
+ 0xE0129: 84,
2869
+ 0xE012A: 84,
2870
+ 0xE012B: 84,
2871
+ 0xE012C: 84,
2872
+ 0xE012D: 84,
2873
+ 0xE012E: 84,
2874
+ 0xE012F: 84,
2875
+ 0xE0130: 84,
2876
+ 0xE0131: 84,
2877
+ 0xE0132: 84,
2878
+ 0xE0133: 84,
2879
+ 0xE0134: 84,
2880
+ 0xE0135: 84,
2881
+ 0xE0136: 84,
2882
+ 0xE0137: 84,
2883
+ 0xE0138: 84,
2884
+ 0xE0139: 84,
2885
+ 0xE013A: 84,
2886
+ 0xE013B: 84,
2887
+ 0xE013C: 84,
2888
+ 0xE013D: 84,
2889
+ 0xE013E: 84,
2890
+ 0xE013F: 84,
2891
+ 0xE0140: 84,
2892
+ 0xE0141: 84,
2893
+ 0xE0142: 84,
2894
+ 0xE0143: 84,
2895
+ 0xE0144: 84,
2896
+ 0xE0145: 84,
2897
+ 0xE0146: 84,
2898
+ 0xE0147: 84,
2899
+ 0xE0148: 84,
2900
+ 0xE0149: 84,
2901
+ 0xE014A: 84,
2902
+ 0xE014B: 84,
2903
+ 0xE014C: 84,
2904
+ 0xE014D: 84,
2905
+ 0xE014E: 84,
2906
+ 0xE014F: 84,
2907
+ 0xE0150: 84,
2908
+ 0xE0151: 84,
2909
+ 0xE0152: 84,
2910
+ 0xE0153: 84,
2911
+ 0xE0154: 84,
2912
+ 0xE0155: 84,
2913
+ 0xE0156: 84,
2914
+ 0xE0157: 84,
2915
+ 0xE0158: 84,
2916
+ 0xE0159: 84,
2917
+ 0xE015A: 84,
2918
+ 0xE015B: 84,
2919
+ 0xE015C: 84,
2920
+ 0xE015D: 84,
2921
+ 0xE015E: 84,
2922
+ 0xE015F: 84,
2923
+ 0xE0160: 84,
2924
+ 0xE0161: 84,
2925
+ 0xE0162: 84,
2926
+ 0xE0163: 84,
2927
+ 0xE0164: 84,
2928
+ 0xE0165: 84,
2929
+ 0xE0166: 84,
2930
+ 0xE0167: 84,
2931
+ 0xE0168: 84,
2932
+ 0xE0169: 84,
2933
+ 0xE016A: 84,
2934
+ 0xE016B: 84,
2935
+ 0xE016C: 84,
2936
+ 0xE016D: 84,
2937
+ 0xE016E: 84,
2938
+ 0xE016F: 84,
2939
+ 0xE0170: 84,
2940
+ 0xE0171: 84,
2941
+ 0xE0172: 84,
2942
+ 0xE0173: 84,
2943
+ 0xE0174: 84,
2944
+ 0xE0175: 84,
2945
+ 0xE0176: 84,
2946
+ 0xE0177: 84,
2947
+ 0xE0178: 84,
2948
+ 0xE0179: 84,
2949
+ 0xE017A: 84,
2950
+ 0xE017B: 84,
2951
+ 0xE017C: 84,
2952
+ 0xE017D: 84,
2953
+ 0xE017E: 84,
2954
+ 0xE017F: 84,
2955
+ 0xE0180: 84,
2956
+ 0xE0181: 84,
2957
+ 0xE0182: 84,
2958
+ 0xE0183: 84,
2959
+ 0xE0184: 84,
2960
+ 0xE0185: 84,
2961
+ 0xE0186: 84,
2962
+ 0xE0187: 84,
2963
+ 0xE0188: 84,
2964
+ 0xE0189: 84,
2965
+ 0xE018A: 84,
2966
+ 0xE018B: 84,
2967
+ 0xE018C: 84,
2968
+ 0xE018D: 84,
2969
+ 0xE018E: 84,
2970
+ 0xE018F: 84,
2971
+ 0xE0190: 84,
2972
+ 0xE0191: 84,
2973
+ 0xE0192: 84,
2974
+ 0xE0193: 84,
2975
+ 0xE0194: 84,
2976
+ 0xE0195: 84,
2977
+ 0xE0196: 84,
2978
+ 0xE0197: 84,
2979
+ 0xE0198: 84,
2980
+ 0xE0199: 84,
2981
+ 0xE019A: 84,
2982
+ 0xE019B: 84,
2983
+ 0xE019C: 84,
2984
+ 0xE019D: 84,
2985
+ 0xE019E: 84,
2986
+ 0xE019F: 84,
2987
+ 0xE01A0: 84,
2988
+ 0xE01A1: 84,
2989
+ 0xE01A2: 84,
2990
+ 0xE01A3: 84,
2991
+ 0xE01A4: 84,
2992
+ 0xE01A5: 84,
2993
+ 0xE01A6: 84,
2994
+ 0xE01A7: 84,
2995
+ 0xE01A8: 84,
2996
+ 0xE01A9: 84,
2997
+ 0xE01AA: 84,
2998
+ 0xE01AB: 84,
2999
+ 0xE01AC: 84,
3000
+ 0xE01AD: 84,
3001
+ 0xE01AE: 84,
3002
+ 0xE01AF: 84,
3003
+ 0xE01B0: 84,
3004
+ 0xE01B1: 84,
3005
+ 0xE01B2: 84,
3006
+ 0xE01B3: 84,
3007
+ 0xE01B4: 84,
3008
+ 0xE01B5: 84,
3009
+ 0xE01B6: 84,
3010
+ 0xE01B7: 84,
3011
+ 0xE01B8: 84,
3012
+ 0xE01B9: 84,
3013
+ 0xE01BA: 84,
3014
+ 0xE01BB: 84,
3015
+ 0xE01BC: 84,
3016
+ 0xE01BD: 84,
3017
+ 0xE01BE: 84,
3018
+ 0xE01BF: 84,
3019
+ 0xE01C0: 84,
3020
+ 0xE01C1: 84,
3021
+ 0xE01C2: 84,
3022
+ 0xE01C3: 84,
3023
+ 0xE01C4: 84,
3024
+ 0xE01C5: 84,
3025
+ 0xE01C6: 84,
3026
+ 0xE01C7: 84,
3027
+ 0xE01C8: 84,
3028
+ 0xE01C9: 84,
3029
+ 0xE01CA: 84,
3030
+ 0xE01CB: 84,
3031
+ 0xE01CC: 84,
3032
+ 0xE01CD: 84,
3033
+ 0xE01CE: 84,
3034
+ 0xE01CF: 84,
3035
+ 0xE01D0: 84,
3036
+ 0xE01D1: 84,
3037
+ 0xE01D2: 84,
3038
+ 0xE01D3: 84,
3039
+ 0xE01D4: 84,
3040
+ 0xE01D5: 84,
3041
+ 0xE01D6: 84,
3042
+ 0xE01D7: 84,
3043
+ 0xE01D8: 84,
3044
+ 0xE01D9: 84,
3045
+ 0xE01DA: 84,
3046
+ 0xE01DB: 84,
3047
+ 0xE01DC: 84,
3048
+ 0xE01DD: 84,
3049
+ 0xE01DE: 84,
3050
+ 0xE01DF: 84,
3051
+ 0xE01E0: 84,
3052
+ 0xE01E1: 84,
3053
+ 0xE01E2: 84,
3054
+ 0xE01E3: 84,
3055
+ 0xE01E4: 84,
3056
+ 0xE01E5: 84,
3057
+ 0xE01E6: 84,
3058
+ 0xE01E7: 84,
3059
+ 0xE01E8: 84,
3060
+ 0xE01E9: 84,
3061
+ 0xE01EA: 84,
3062
+ 0xE01EB: 84,
3063
+ 0xE01EC: 84,
3064
+ 0xE01ED: 84,
3065
+ 0xE01EE: 84,
3066
+ 0xE01EF: 84,
3067
+ }
3068
+ codepoint_classes = {
3069
+ "PVALID": (
3070
+ 0x2D0000002E,
3071
+ 0x300000003A,
3072
+ 0x610000007B,
3073
+ 0xDF000000F7,
3074
+ 0xF800000100,
3075
+ 0x10100000102,
3076
+ 0x10300000104,
3077
+ 0x10500000106,
3078
+ 0x10700000108,
3079
+ 0x1090000010A,
3080
+ 0x10B0000010C,
3081
+ 0x10D0000010E,
3082
+ 0x10F00000110,
3083
+ 0x11100000112,
3084
+ 0x11300000114,
3085
+ 0x11500000116,
3086
+ 0x11700000118,
3087
+ 0x1190000011A,
3088
+ 0x11B0000011C,
3089
+ 0x11D0000011E,
3090
+ 0x11F00000120,
3091
+ 0x12100000122,
3092
+ 0x12300000124,
3093
+ 0x12500000126,
3094
+ 0x12700000128,
3095
+ 0x1290000012A,
3096
+ 0x12B0000012C,
3097
+ 0x12D0000012E,
3098
+ 0x12F00000130,
3099
+ 0x13100000132,
3100
+ 0x13500000136,
3101
+ 0x13700000139,
3102
+ 0x13A0000013B,
3103
+ 0x13C0000013D,
3104
+ 0x13E0000013F,
3105
+ 0x14200000143,
3106
+ 0x14400000145,
3107
+ 0x14600000147,
3108
+ 0x14800000149,
3109
+ 0x14B0000014C,
3110
+ 0x14D0000014E,
3111
+ 0x14F00000150,
3112
+ 0x15100000152,
3113
+ 0x15300000154,
3114
+ 0x15500000156,
3115
+ 0x15700000158,
3116
+ 0x1590000015A,
3117
+ 0x15B0000015C,
3118
+ 0x15D0000015E,
3119
+ 0x15F00000160,
3120
+ 0x16100000162,
3121
+ 0x16300000164,
3122
+ 0x16500000166,
3123
+ 0x16700000168,
3124
+ 0x1690000016A,
3125
+ 0x16B0000016C,
3126
+ 0x16D0000016E,
3127
+ 0x16F00000170,
3128
+ 0x17100000172,
3129
+ 0x17300000174,
3130
+ 0x17500000176,
3131
+ 0x17700000178,
3132
+ 0x17A0000017B,
3133
+ 0x17C0000017D,
3134
+ 0x17E0000017F,
3135
+ 0x18000000181,
3136
+ 0x18300000184,
3137
+ 0x18500000186,
3138
+ 0x18800000189,
3139
+ 0x18C0000018E,
3140
+ 0x19200000193,
3141
+ 0x19500000196,
3142
+ 0x1990000019C,
3143
+ 0x19E0000019F,
3144
+ 0x1A1000001A2,
3145
+ 0x1A3000001A4,
3146
+ 0x1A5000001A6,
3147
+ 0x1A8000001A9,
3148
+ 0x1AA000001AC,
3149
+ 0x1AD000001AE,
3150
+ 0x1B0000001B1,
3151
+ 0x1B4000001B5,
3152
+ 0x1B6000001B7,
3153
+ 0x1B9000001BC,
3154
+ 0x1BD000001C4,
3155
+ 0x1CE000001CF,
3156
+ 0x1D0000001D1,
3157
+ 0x1D2000001D3,
3158
+ 0x1D4000001D5,
3159
+ 0x1D6000001D7,
3160
+ 0x1D8000001D9,
3161
+ 0x1DA000001DB,
3162
+ 0x1DC000001DE,
3163
+ 0x1DF000001E0,
3164
+ 0x1E1000001E2,
3165
+ 0x1E3000001E4,
3166
+ 0x1E5000001E6,
3167
+ 0x1E7000001E8,
3168
+ 0x1E9000001EA,
3169
+ 0x1EB000001EC,
3170
+ 0x1ED000001EE,
3171
+ 0x1EF000001F1,
3172
+ 0x1F5000001F6,
3173
+ 0x1F9000001FA,
3174
+ 0x1FB000001FC,
3175
+ 0x1FD000001FE,
3176
+ 0x1FF00000200,
3177
+ 0x20100000202,
3178
+ 0x20300000204,
3179
+ 0x20500000206,
3180
+ 0x20700000208,
3181
+ 0x2090000020A,
3182
+ 0x20B0000020C,
3183
+ 0x20D0000020E,
3184
+ 0x20F00000210,
3185
+ 0x21100000212,
3186
+ 0x21300000214,
3187
+ 0x21500000216,
3188
+ 0x21700000218,
3189
+ 0x2190000021A,
3190
+ 0x21B0000021C,
3191
+ 0x21D0000021E,
3192
+ 0x21F00000220,
3193
+ 0x22100000222,
3194
+ 0x22300000224,
3195
+ 0x22500000226,
3196
+ 0x22700000228,
3197
+ 0x2290000022A,
3198
+ 0x22B0000022C,
3199
+ 0x22D0000022E,
3200
+ 0x22F00000230,
3201
+ 0x23100000232,
3202
+ 0x2330000023A,
3203
+ 0x23C0000023D,
3204
+ 0x23F00000241,
3205
+ 0x24200000243,
3206
+ 0x24700000248,
3207
+ 0x2490000024A,
3208
+ 0x24B0000024C,
3209
+ 0x24D0000024E,
3210
+ 0x24F000002B0,
3211
+ 0x2B9000002C2,
3212
+ 0x2C6000002D2,
3213
+ 0x2EC000002ED,
3214
+ 0x2EE000002EF,
3215
+ 0x30000000340,
3216
+ 0x34200000343,
3217
+ 0x3460000034F,
3218
+ 0x35000000370,
3219
+ 0x37100000372,
3220
+ 0x37300000374,
3221
+ 0x37700000378,
3222
+ 0x37B0000037E,
3223
+ 0x39000000391,
3224
+ 0x3AC000003CF,
3225
+ 0x3D7000003D8,
3226
+ 0x3D9000003DA,
3227
+ 0x3DB000003DC,
3228
+ 0x3DD000003DE,
3229
+ 0x3DF000003E0,
3230
+ 0x3E1000003E2,
3231
+ 0x3E3000003E4,
3232
+ 0x3E5000003E6,
3233
+ 0x3E7000003E8,
3234
+ 0x3E9000003EA,
3235
+ 0x3EB000003EC,
3236
+ 0x3ED000003EE,
3237
+ 0x3EF000003F0,
3238
+ 0x3F3000003F4,
3239
+ 0x3F8000003F9,
3240
+ 0x3FB000003FD,
3241
+ 0x43000000460,
3242
+ 0x46100000462,
3243
+ 0x46300000464,
3244
+ 0x46500000466,
3245
+ 0x46700000468,
3246
+ 0x4690000046A,
3247
+ 0x46B0000046C,
3248
+ 0x46D0000046E,
3249
+ 0x46F00000470,
3250
+ 0x47100000472,
3251
+ 0x47300000474,
3252
+ 0x47500000476,
3253
+ 0x47700000478,
3254
+ 0x4790000047A,
3255
+ 0x47B0000047C,
3256
+ 0x47D0000047E,
3257
+ 0x47F00000480,
3258
+ 0x48100000482,
3259
+ 0x48300000488,
3260
+ 0x48B0000048C,
3261
+ 0x48D0000048E,
3262
+ 0x48F00000490,
3263
+ 0x49100000492,
3264
+ 0x49300000494,
3265
+ 0x49500000496,
3266
+ 0x49700000498,
3267
+ 0x4990000049A,
3268
+ 0x49B0000049C,
3269
+ 0x49D0000049E,
3270
+ 0x49F000004A0,
3271
+ 0x4A1000004A2,
3272
+ 0x4A3000004A4,
3273
+ 0x4A5000004A6,
3274
+ 0x4A7000004A8,
3275
+ 0x4A9000004AA,
3276
+ 0x4AB000004AC,
3277
+ 0x4AD000004AE,
3278
+ 0x4AF000004B0,
3279
+ 0x4B1000004B2,
3280
+ 0x4B3000004B4,
3281
+ 0x4B5000004B6,
3282
+ 0x4B7000004B8,
3283
+ 0x4B9000004BA,
3284
+ 0x4BB000004BC,
3285
+ 0x4BD000004BE,
3286
+ 0x4BF000004C0,
3287
+ 0x4C2000004C3,
3288
+ 0x4C4000004C5,
3289
+ 0x4C6000004C7,
3290
+ 0x4C8000004C9,
3291
+ 0x4CA000004CB,
3292
+ 0x4CC000004CD,
3293
+ 0x4CE000004D0,
3294
+ 0x4D1000004D2,
3295
+ 0x4D3000004D4,
3296
+ 0x4D5000004D6,
3297
+ 0x4D7000004D8,
3298
+ 0x4D9000004DA,
3299
+ 0x4DB000004DC,
3300
+ 0x4DD000004DE,
3301
+ 0x4DF000004E0,
3302
+ 0x4E1000004E2,
3303
+ 0x4E3000004E4,
3304
+ 0x4E5000004E6,
3305
+ 0x4E7000004E8,
3306
+ 0x4E9000004EA,
3307
+ 0x4EB000004EC,
3308
+ 0x4ED000004EE,
3309
+ 0x4EF000004F0,
3310
+ 0x4F1000004F2,
3311
+ 0x4F3000004F4,
3312
+ 0x4F5000004F6,
3313
+ 0x4F7000004F8,
3314
+ 0x4F9000004FA,
3315
+ 0x4FB000004FC,
3316
+ 0x4FD000004FE,
3317
+ 0x4FF00000500,
3318
+ 0x50100000502,
3319
+ 0x50300000504,
3320
+ 0x50500000506,
3321
+ 0x50700000508,
3322
+ 0x5090000050A,
3323
+ 0x50B0000050C,
3324
+ 0x50D0000050E,
3325
+ 0x50F00000510,
3326
+ 0x51100000512,
3327
+ 0x51300000514,
3328
+ 0x51500000516,
3329
+ 0x51700000518,
3330
+ 0x5190000051A,
3331
+ 0x51B0000051C,
3332
+ 0x51D0000051E,
3333
+ 0x51F00000520,
3334
+ 0x52100000522,
3335
+ 0x52300000524,
3336
+ 0x52500000526,
3337
+ 0x52700000528,
3338
+ 0x5290000052A,
3339
+ 0x52B0000052C,
3340
+ 0x52D0000052E,
3341
+ 0x52F00000530,
3342
+ 0x5590000055A,
3343
+ 0x56000000587,
3344
+ 0x58800000589,
3345
+ 0x591000005BE,
3346
+ 0x5BF000005C0,
3347
+ 0x5C1000005C3,
3348
+ 0x5C4000005C6,
3349
+ 0x5C7000005C8,
3350
+ 0x5D0000005EB,
3351
+ 0x5EF000005F3,
3352
+ 0x6100000061B,
3353
+ 0x62000000640,
3354
+ 0x64100000660,
3355
+ 0x66E00000675,
3356
+ 0x679000006D4,
3357
+ 0x6D5000006DD,
3358
+ 0x6DF000006E9,
3359
+ 0x6EA000006F0,
3360
+ 0x6FA00000700,
3361
+ 0x7100000074B,
3362
+ 0x74D000007B2,
3363
+ 0x7C0000007F6,
3364
+ 0x7FD000007FE,
3365
+ 0x8000000082E,
3366
+ 0x8400000085C,
3367
+ 0x8600000086B,
3368
+ 0x87000000888,
3369
+ 0x8890000088F,
3370
+ 0x897000008E2,
3371
+ 0x8E300000958,
3372
+ 0x96000000964,
3373
+ 0x96600000970,
3374
+ 0x97100000984,
3375
+ 0x9850000098D,
3376
+ 0x98F00000991,
3377
+ 0x993000009A9,
3378
+ 0x9AA000009B1,
3379
+ 0x9B2000009B3,
3380
+ 0x9B6000009BA,
3381
+ 0x9BC000009C5,
3382
+ 0x9C7000009C9,
3383
+ 0x9CB000009CF,
3384
+ 0x9D7000009D8,
3385
+ 0x9E0000009E4,
3386
+ 0x9E6000009F2,
3387
+ 0x9FC000009FD,
3388
+ 0x9FE000009FF,
3389
+ 0xA0100000A04,
3390
+ 0xA0500000A0B,
3391
+ 0xA0F00000A11,
3392
+ 0xA1300000A29,
3393
+ 0xA2A00000A31,
3394
+ 0xA3200000A33,
3395
+ 0xA3500000A36,
3396
+ 0xA3800000A3A,
3397
+ 0xA3C00000A3D,
3398
+ 0xA3E00000A43,
3399
+ 0xA4700000A49,
3400
+ 0xA4B00000A4E,
3401
+ 0xA5100000A52,
3402
+ 0xA5C00000A5D,
3403
+ 0xA6600000A76,
3404
+ 0xA8100000A84,
3405
+ 0xA8500000A8E,
3406
+ 0xA8F00000A92,
3407
+ 0xA9300000AA9,
3408
+ 0xAAA00000AB1,
3409
+ 0xAB200000AB4,
3410
+ 0xAB500000ABA,
3411
+ 0xABC00000AC6,
3412
+ 0xAC700000ACA,
3413
+ 0xACB00000ACE,
3414
+ 0xAD000000AD1,
3415
+ 0xAE000000AE4,
3416
+ 0xAE600000AF0,
3417
+ 0xAF900000B00,
3418
+ 0xB0100000B04,
3419
+ 0xB0500000B0D,
3420
+ 0xB0F00000B11,
3421
+ 0xB1300000B29,
3422
+ 0xB2A00000B31,
3423
+ 0xB3200000B34,
3424
+ 0xB3500000B3A,
3425
+ 0xB3C00000B45,
3426
+ 0xB4700000B49,
3427
+ 0xB4B00000B4E,
3428
+ 0xB5500000B58,
3429
+ 0xB5F00000B64,
3430
+ 0xB6600000B70,
3431
+ 0xB7100000B72,
3432
+ 0xB8200000B84,
3433
+ 0xB8500000B8B,
3434
+ 0xB8E00000B91,
3435
+ 0xB9200000B96,
3436
+ 0xB9900000B9B,
3437
+ 0xB9C00000B9D,
3438
+ 0xB9E00000BA0,
3439
+ 0xBA300000BA5,
3440
+ 0xBA800000BAB,
3441
+ 0xBAE00000BBA,
3442
+ 0xBBE00000BC3,
3443
+ 0xBC600000BC9,
3444
+ 0xBCA00000BCE,
3445
+ 0xBD000000BD1,
3446
+ 0xBD700000BD8,
3447
+ 0xBE600000BF0,
3448
+ 0xC0000000C0D,
3449
+ 0xC0E00000C11,
3450
+ 0xC1200000C29,
3451
+ 0xC2A00000C3A,
3452
+ 0xC3C00000C45,
3453
+ 0xC4600000C49,
3454
+ 0xC4A00000C4E,
3455
+ 0xC5500000C57,
3456
+ 0xC5800000C5B,
3457
+ 0xC5D00000C5E,
3458
+ 0xC6000000C64,
3459
+ 0xC6600000C70,
3460
+ 0xC8000000C84,
3461
+ 0xC8500000C8D,
3462
+ 0xC8E00000C91,
3463
+ 0xC9200000CA9,
3464
+ 0xCAA00000CB4,
3465
+ 0xCB500000CBA,
3466
+ 0xCBC00000CC5,
3467
+ 0xCC600000CC9,
3468
+ 0xCCA00000CCE,
3469
+ 0xCD500000CD7,
3470
+ 0xCDD00000CDF,
3471
+ 0xCE000000CE4,
3472
+ 0xCE600000CF0,
3473
+ 0xCF100000CF4,
3474
+ 0xD0000000D0D,
3475
+ 0xD0E00000D11,
3476
+ 0xD1200000D45,
3477
+ 0xD4600000D49,
3478
+ 0xD4A00000D4F,
3479
+ 0xD5400000D58,
3480
+ 0xD5F00000D64,
3481
+ 0xD6600000D70,
3482
+ 0xD7A00000D80,
3483
+ 0xD8100000D84,
3484
+ 0xD8500000D97,
3485
+ 0xD9A00000DB2,
3486
+ 0xDB300000DBC,
3487
+ 0xDBD00000DBE,
3488
+ 0xDC000000DC7,
3489
+ 0xDCA00000DCB,
3490
+ 0xDCF00000DD5,
3491
+ 0xDD600000DD7,
3492
+ 0xDD800000DE0,
3493
+ 0xDE600000DF0,
3494
+ 0xDF200000DF4,
3495
+ 0xE0100000E33,
3496
+ 0xE3400000E3B,
3497
+ 0xE4000000E4F,
3498
+ 0xE5000000E5A,
3499
+ 0xE8100000E83,
3500
+ 0xE8400000E85,
3501
+ 0xE8600000E8B,
3502
+ 0xE8C00000EA4,
3503
+ 0xEA500000EA6,
3504
+ 0xEA700000EB3,
3505
+ 0xEB400000EBE,
3506
+ 0xEC000000EC5,
3507
+ 0xEC600000EC7,
3508
+ 0xEC800000ECF,
3509
+ 0xED000000EDA,
3510
+ 0xEDE00000EE0,
3511
+ 0xF0000000F01,
3512
+ 0xF0B00000F0C,
3513
+ 0xF1800000F1A,
3514
+ 0xF2000000F2A,
3515
+ 0xF3500000F36,
3516
+ 0xF3700000F38,
3517
+ 0xF3900000F3A,
3518
+ 0xF3E00000F43,
3519
+ 0xF4400000F48,
3520
+ 0xF4900000F4D,
3521
+ 0xF4E00000F52,
3522
+ 0xF5300000F57,
3523
+ 0xF5800000F5C,
3524
+ 0xF5D00000F69,
3525
+ 0xF6A00000F6D,
3526
+ 0xF7100000F73,
3527
+ 0xF7400000F75,
3528
+ 0xF7A00000F81,
3529
+ 0xF8200000F85,
3530
+ 0xF8600000F93,
3531
+ 0xF9400000F98,
3532
+ 0xF9900000F9D,
3533
+ 0xF9E00000FA2,
3534
+ 0xFA300000FA7,
3535
+ 0xFA800000FAC,
3536
+ 0xFAD00000FB9,
3537
+ 0xFBA00000FBD,
3538
+ 0xFC600000FC7,
3539
+ 0x10000000104A,
3540
+ 0x10500000109E,
3541
+ 0x10D0000010FB,
3542
+ 0x10FD00001100,
3543
+ 0x120000001249,
3544
+ 0x124A0000124E,
3545
+ 0x125000001257,
3546
+ 0x125800001259,
3547
+ 0x125A0000125E,
3548
+ 0x126000001289,
3549
+ 0x128A0000128E,
3550
+ 0x1290000012B1,
3551
+ 0x12B2000012B6,
3552
+ 0x12B8000012BF,
3553
+ 0x12C0000012C1,
3554
+ 0x12C2000012C6,
3555
+ 0x12C8000012D7,
3556
+ 0x12D800001311,
3557
+ 0x131200001316,
3558
+ 0x13180000135B,
3559
+ 0x135D00001360,
3560
+ 0x138000001390,
3561
+ 0x13A0000013F6,
3562
+ 0x14010000166D,
3563
+ 0x166F00001680,
3564
+ 0x16810000169B,
3565
+ 0x16A0000016EB,
3566
+ 0x16F1000016F9,
3567
+ 0x170000001716,
3568
+ 0x171F00001735,
3569
+ 0x174000001754,
3570
+ 0x17600000176D,
3571
+ 0x176E00001771,
3572
+ 0x177200001774,
3573
+ 0x1780000017B4,
3574
+ 0x17B6000017D4,
3575
+ 0x17D7000017D8,
3576
+ 0x17DC000017DE,
3577
+ 0x17E0000017EA,
3578
+ 0x18100000181A,
3579
+ 0x182000001879,
3580
+ 0x1880000018AB,
3581
+ 0x18B0000018F6,
3582
+ 0x19000000191F,
3583
+ 0x19200000192C,
3584
+ 0x19300000193C,
3585
+ 0x19460000196E,
3586
+ 0x197000001975,
3587
+ 0x1980000019AC,
3588
+ 0x19B0000019CA,
3589
+ 0x19D0000019DA,
3590
+ 0x1A0000001A1C,
3591
+ 0x1A2000001A5F,
3592
+ 0x1A6000001A7D,
3593
+ 0x1A7F00001A8A,
3594
+ 0x1A9000001A9A,
3595
+ 0x1AA700001AA8,
3596
+ 0x1AB000001ABE,
3597
+ 0x1ABF00001ACF,
3598
+ 0x1B0000001B4D,
3599
+ 0x1B5000001B5A,
3600
+ 0x1B6B00001B74,
3601
+ 0x1B8000001BF4,
3602
+ 0x1C0000001C38,
3603
+ 0x1C4000001C4A,
3604
+ 0x1C4D00001C7E,
3605
+ 0x1C8A00001C8B,
3606
+ 0x1CD000001CD3,
3607
+ 0x1CD400001CFB,
3608
+ 0x1D0000001D2C,
3609
+ 0x1D2F00001D30,
3610
+ 0x1D3B00001D3C,
3611
+ 0x1D4E00001D4F,
3612
+ 0x1D6B00001D78,
3613
+ 0x1D7900001D9B,
3614
+ 0x1DC000001E00,
3615
+ 0x1E0100001E02,
3616
+ 0x1E0300001E04,
3617
+ 0x1E0500001E06,
3618
+ 0x1E0700001E08,
3619
+ 0x1E0900001E0A,
3620
+ 0x1E0B00001E0C,
3621
+ 0x1E0D00001E0E,
3622
+ 0x1E0F00001E10,
3623
+ 0x1E1100001E12,
3624
+ 0x1E1300001E14,
3625
+ 0x1E1500001E16,
3626
+ 0x1E1700001E18,
3627
+ 0x1E1900001E1A,
3628
+ 0x1E1B00001E1C,
3629
+ 0x1E1D00001E1E,
3630
+ 0x1E1F00001E20,
3631
+ 0x1E2100001E22,
3632
+ 0x1E2300001E24,
3633
+ 0x1E2500001E26,
3634
+ 0x1E2700001E28,
3635
+ 0x1E2900001E2A,
3636
+ 0x1E2B00001E2C,
3637
+ 0x1E2D00001E2E,
3638
+ 0x1E2F00001E30,
3639
+ 0x1E3100001E32,
3640
+ 0x1E3300001E34,
3641
+ 0x1E3500001E36,
3642
+ 0x1E3700001E38,
3643
+ 0x1E3900001E3A,
3644
+ 0x1E3B00001E3C,
3645
+ 0x1E3D00001E3E,
3646
+ 0x1E3F00001E40,
3647
+ 0x1E4100001E42,
3648
+ 0x1E4300001E44,
3649
+ 0x1E4500001E46,
3650
+ 0x1E4700001E48,
3651
+ 0x1E4900001E4A,
3652
+ 0x1E4B00001E4C,
3653
+ 0x1E4D00001E4E,
3654
+ 0x1E4F00001E50,
3655
+ 0x1E5100001E52,
3656
+ 0x1E5300001E54,
3657
+ 0x1E5500001E56,
3658
+ 0x1E5700001E58,
3659
+ 0x1E5900001E5A,
3660
+ 0x1E5B00001E5C,
3661
+ 0x1E5D00001E5E,
3662
+ 0x1E5F00001E60,
3663
+ 0x1E6100001E62,
3664
+ 0x1E6300001E64,
3665
+ 0x1E6500001E66,
3666
+ 0x1E6700001E68,
3667
+ 0x1E6900001E6A,
3668
+ 0x1E6B00001E6C,
3669
+ 0x1E6D00001E6E,
3670
+ 0x1E6F00001E70,
3671
+ 0x1E7100001E72,
3672
+ 0x1E7300001E74,
3673
+ 0x1E7500001E76,
3674
+ 0x1E7700001E78,
3675
+ 0x1E7900001E7A,
3676
+ 0x1E7B00001E7C,
3677
+ 0x1E7D00001E7E,
3678
+ 0x1E7F00001E80,
3679
+ 0x1E8100001E82,
3680
+ 0x1E8300001E84,
3681
+ 0x1E8500001E86,
3682
+ 0x1E8700001E88,
3683
+ 0x1E8900001E8A,
3684
+ 0x1E8B00001E8C,
3685
+ 0x1E8D00001E8E,
3686
+ 0x1E8F00001E90,
3687
+ 0x1E9100001E92,
3688
+ 0x1E9300001E94,
3689
+ 0x1E9500001E9A,
3690
+ 0x1E9C00001E9E,
3691
+ 0x1E9F00001EA0,
3692
+ 0x1EA100001EA2,
3693
+ 0x1EA300001EA4,
3694
+ 0x1EA500001EA6,
3695
+ 0x1EA700001EA8,
3696
+ 0x1EA900001EAA,
3697
+ 0x1EAB00001EAC,
3698
+ 0x1EAD00001EAE,
3699
+ 0x1EAF00001EB0,
3700
+ 0x1EB100001EB2,
3701
+ 0x1EB300001EB4,
3702
+ 0x1EB500001EB6,
3703
+ 0x1EB700001EB8,
3704
+ 0x1EB900001EBA,
3705
+ 0x1EBB00001EBC,
3706
+ 0x1EBD00001EBE,
3707
+ 0x1EBF00001EC0,
3708
+ 0x1EC100001EC2,
3709
+ 0x1EC300001EC4,
3710
+ 0x1EC500001EC6,
3711
+ 0x1EC700001EC8,
3712
+ 0x1EC900001ECA,
3713
+ 0x1ECB00001ECC,
3714
+ 0x1ECD00001ECE,
3715
+ 0x1ECF00001ED0,
3716
+ 0x1ED100001ED2,
3717
+ 0x1ED300001ED4,
3718
+ 0x1ED500001ED6,
3719
+ 0x1ED700001ED8,
3720
+ 0x1ED900001EDA,
3721
+ 0x1EDB00001EDC,
3722
+ 0x1EDD00001EDE,
3723
+ 0x1EDF00001EE0,
3724
+ 0x1EE100001EE2,
3725
+ 0x1EE300001EE4,
3726
+ 0x1EE500001EE6,
3727
+ 0x1EE700001EE8,
3728
+ 0x1EE900001EEA,
3729
+ 0x1EEB00001EEC,
3730
+ 0x1EED00001EEE,
3731
+ 0x1EEF00001EF0,
3732
+ 0x1EF100001EF2,
3733
+ 0x1EF300001EF4,
3734
+ 0x1EF500001EF6,
3735
+ 0x1EF700001EF8,
3736
+ 0x1EF900001EFA,
3737
+ 0x1EFB00001EFC,
3738
+ 0x1EFD00001EFE,
3739
+ 0x1EFF00001F08,
3740
+ 0x1F1000001F16,
3741
+ 0x1F2000001F28,
3742
+ 0x1F3000001F38,
3743
+ 0x1F4000001F46,
3744
+ 0x1F5000001F58,
3745
+ 0x1F6000001F68,
3746
+ 0x1F7000001F71,
3747
+ 0x1F7200001F73,
3748
+ 0x1F7400001F75,
3749
+ 0x1F7600001F77,
3750
+ 0x1F7800001F79,
3751
+ 0x1F7A00001F7B,
3752
+ 0x1F7C00001F7D,
3753
+ 0x1FB000001FB2,
3754
+ 0x1FB600001FB7,
3755
+ 0x1FC600001FC7,
3756
+ 0x1FD000001FD3,
3757
+ 0x1FD600001FD8,
3758
+ 0x1FE000001FE3,
3759
+ 0x1FE400001FE8,
3760
+ 0x1FF600001FF7,
3761
+ 0x214E0000214F,
3762
+ 0x218400002185,
3763
+ 0x2C3000002C60,
3764
+ 0x2C6100002C62,
3765
+ 0x2C6500002C67,
3766
+ 0x2C6800002C69,
3767
+ 0x2C6A00002C6B,
3768
+ 0x2C6C00002C6D,
3769
+ 0x2C7100002C72,
3770
+ 0x2C7300002C75,
3771
+ 0x2C7600002C7C,
3772
+ 0x2C8100002C82,
3773
+ 0x2C8300002C84,
3774
+ 0x2C8500002C86,
3775
+ 0x2C8700002C88,
3776
+ 0x2C8900002C8A,
3777
+ 0x2C8B00002C8C,
3778
+ 0x2C8D00002C8E,
3779
+ 0x2C8F00002C90,
3780
+ 0x2C9100002C92,
3781
+ 0x2C9300002C94,
3782
+ 0x2C9500002C96,
3783
+ 0x2C9700002C98,
3784
+ 0x2C9900002C9A,
3785
+ 0x2C9B00002C9C,
3786
+ 0x2C9D00002C9E,
3787
+ 0x2C9F00002CA0,
3788
+ 0x2CA100002CA2,
3789
+ 0x2CA300002CA4,
3790
+ 0x2CA500002CA6,
3791
+ 0x2CA700002CA8,
3792
+ 0x2CA900002CAA,
3793
+ 0x2CAB00002CAC,
3794
+ 0x2CAD00002CAE,
3795
+ 0x2CAF00002CB0,
3796
+ 0x2CB100002CB2,
3797
+ 0x2CB300002CB4,
3798
+ 0x2CB500002CB6,
3799
+ 0x2CB700002CB8,
3800
+ 0x2CB900002CBA,
3801
+ 0x2CBB00002CBC,
3802
+ 0x2CBD00002CBE,
3803
+ 0x2CBF00002CC0,
3804
+ 0x2CC100002CC2,
3805
+ 0x2CC300002CC4,
3806
+ 0x2CC500002CC6,
3807
+ 0x2CC700002CC8,
3808
+ 0x2CC900002CCA,
3809
+ 0x2CCB00002CCC,
3810
+ 0x2CCD00002CCE,
3811
+ 0x2CCF00002CD0,
3812
+ 0x2CD100002CD2,
3813
+ 0x2CD300002CD4,
3814
+ 0x2CD500002CD6,
3815
+ 0x2CD700002CD8,
3816
+ 0x2CD900002CDA,
3817
+ 0x2CDB00002CDC,
3818
+ 0x2CDD00002CDE,
3819
+ 0x2CDF00002CE0,
3820
+ 0x2CE100002CE2,
3821
+ 0x2CE300002CE5,
3822
+ 0x2CEC00002CED,
3823
+ 0x2CEE00002CF2,
3824
+ 0x2CF300002CF4,
3825
+ 0x2D0000002D26,
3826
+ 0x2D2700002D28,
3827
+ 0x2D2D00002D2E,
3828
+ 0x2D3000002D68,
3829
+ 0x2D7F00002D97,
3830
+ 0x2DA000002DA7,
3831
+ 0x2DA800002DAF,
3832
+ 0x2DB000002DB7,
3833
+ 0x2DB800002DBF,
3834
+ 0x2DC000002DC7,
3835
+ 0x2DC800002DCF,
3836
+ 0x2DD000002DD7,
3837
+ 0x2DD800002DDF,
3838
+ 0x2DE000002E00,
3839
+ 0x2E2F00002E30,
3840
+ 0x300500003008,
3841
+ 0x302A0000302E,
3842
+ 0x303C0000303D,
3843
+ 0x304100003097,
3844
+ 0x30990000309B,
3845
+ 0x309D0000309F,
3846
+ 0x30A1000030FB,
3847
+ 0x30FC000030FF,
3848
+ 0x310500003130,
3849
+ 0x31A0000031C0,
3850
+ 0x31F000003200,
3851
+ 0x340000004DC0,
3852
+ 0x4E000000A48D,
3853
+ 0xA4D00000A4FE,
3854
+ 0xA5000000A60D,
3855
+ 0xA6100000A62C,
3856
+ 0xA6410000A642,
3857
+ 0xA6430000A644,
3858
+ 0xA6450000A646,
3859
+ 0xA6470000A648,
3860
+ 0xA6490000A64A,
3861
+ 0xA64B0000A64C,
3862
+ 0xA64D0000A64E,
3863
+ 0xA64F0000A650,
3864
+ 0xA6510000A652,
3865
+ 0xA6530000A654,
3866
+ 0xA6550000A656,
3867
+ 0xA6570000A658,
3868
+ 0xA6590000A65A,
3869
+ 0xA65B0000A65C,
3870
+ 0xA65D0000A65E,
3871
+ 0xA65F0000A660,
3872
+ 0xA6610000A662,
3873
+ 0xA6630000A664,
3874
+ 0xA6650000A666,
3875
+ 0xA6670000A668,
3876
+ 0xA6690000A66A,
3877
+ 0xA66B0000A66C,
3878
+ 0xA66D0000A670,
3879
+ 0xA6740000A67E,
3880
+ 0xA67F0000A680,
3881
+ 0xA6810000A682,
3882
+ 0xA6830000A684,
3883
+ 0xA6850000A686,
3884
+ 0xA6870000A688,
3885
+ 0xA6890000A68A,
3886
+ 0xA68B0000A68C,
3887
+ 0xA68D0000A68E,
3888
+ 0xA68F0000A690,
3889
+ 0xA6910000A692,
3890
+ 0xA6930000A694,
3891
+ 0xA6950000A696,
3892
+ 0xA6970000A698,
3893
+ 0xA6990000A69A,
3894
+ 0xA69B0000A69C,
3895
+ 0xA69E0000A6E6,
3896
+ 0xA6F00000A6F2,
3897
+ 0xA7170000A720,
3898
+ 0xA7230000A724,
3899
+ 0xA7250000A726,
3900
+ 0xA7270000A728,
3901
+ 0xA7290000A72A,
3902
+ 0xA72B0000A72C,
3903
+ 0xA72D0000A72E,
3904
+ 0xA72F0000A732,
3905
+ 0xA7330000A734,
3906
+ 0xA7350000A736,
3907
+ 0xA7370000A738,
3908
+ 0xA7390000A73A,
3909
+ 0xA73B0000A73C,
3910
+ 0xA73D0000A73E,
3911
+ 0xA73F0000A740,
3912
+ 0xA7410000A742,
3913
+ 0xA7430000A744,
3914
+ 0xA7450000A746,
3915
+ 0xA7470000A748,
3916
+ 0xA7490000A74A,
3917
+ 0xA74B0000A74C,
3918
+ 0xA74D0000A74E,
3919
+ 0xA74F0000A750,
3920
+ 0xA7510000A752,
3921
+ 0xA7530000A754,
3922
+ 0xA7550000A756,
3923
+ 0xA7570000A758,
3924
+ 0xA7590000A75A,
3925
+ 0xA75B0000A75C,
3926
+ 0xA75D0000A75E,
3927
+ 0xA75F0000A760,
3928
+ 0xA7610000A762,
3929
+ 0xA7630000A764,
3930
+ 0xA7650000A766,
3931
+ 0xA7670000A768,
3932
+ 0xA7690000A76A,
3933
+ 0xA76B0000A76C,
3934
+ 0xA76D0000A76E,
3935
+ 0xA76F0000A770,
3936
+ 0xA7710000A779,
3937
+ 0xA77A0000A77B,
3938
+ 0xA77C0000A77D,
3939
+ 0xA77F0000A780,
3940
+ 0xA7810000A782,
3941
+ 0xA7830000A784,
3942
+ 0xA7850000A786,
3943
+ 0xA7870000A789,
3944
+ 0xA78C0000A78D,
3945
+ 0xA78E0000A790,
3946
+ 0xA7910000A792,
3947
+ 0xA7930000A796,
3948
+ 0xA7970000A798,
3949
+ 0xA7990000A79A,
3950
+ 0xA79B0000A79C,
3951
+ 0xA79D0000A79E,
3952
+ 0xA79F0000A7A0,
3953
+ 0xA7A10000A7A2,
3954
+ 0xA7A30000A7A4,
3955
+ 0xA7A50000A7A6,
3956
+ 0xA7A70000A7A8,
3957
+ 0xA7A90000A7AA,
3958
+ 0xA7AF0000A7B0,
3959
+ 0xA7B50000A7B6,
3960
+ 0xA7B70000A7B8,
3961
+ 0xA7B90000A7BA,
3962
+ 0xA7BB0000A7BC,
3963
+ 0xA7BD0000A7BE,
3964
+ 0xA7BF0000A7C0,
3965
+ 0xA7C10000A7C2,
3966
+ 0xA7C30000A7C4,
3967
+ 0xA7C80000A7C9,
3968
+ 0xA7CA0000A7CB,
3969
+ 0xA7CD0000A7CE,
3970
+ 0xA7D10000A7D2,
3971
+ 0xA7D30000A7D4,
3972
+ 0xA7D50000A7D6,
3973
+ 0xA7D70000A7D8,
3974
+ 0xA7D90000A7DA,
3975
+ 0xA7DB0000A7DC,
3976
+ 0xA7F60000A7F8,
3977
+ 0xA7FA0000A828,
3978
+ 0xA82C0000A82D,
3979
+ 0xA8400000A874,
3980
+ 0xA8800000A8C6,
3981
+ 0xA8D00000A8DA,
3982
+ 0xA8E00000A8F8,
3983
+ 0xA8FB0000A8FC,
3984
+ 0xA8FD0000A92E,
3985
+ 0xA9300000A954,
3986
+ 0xA9800000A9C1,
3987
+ 0xA9CF0000A9DA,
3988
+ 0xA9E00000A9FF,
3989
+ 0xAA000000AA37,
3990
+ 0xAA400000AA4E,
3991
+ 0xAA500000AA5A,
3992
+ 0xAA600000AA77,
3993
+ 0xAA7A0000AAC3,
3994
+ 0xAADB0000AADE,
3995
+ 0xAAE00000AAF0,
3996
+ 0xAAF20000AAF7,
3997
+ 0xAB010000AB07,
3998
+ 0xAB090000AB0F,
3999
+ 0xAB110000AB17,
4000
+ 0xAB200000AB27,
4001
+ 0xAB280000AB2F,
4002
+ 0xAB300000AB5B,
4003
+ 0xAB600000AB69,
4004
+ 0xABC00000ABEB,
4005
+ 0xABEC0000ABEE,
4006
+ 0xABF00000ABFA,
4007
+ 0xAC000000D7A4,
4008
+ 0xFA0E0000FA10,
4009
+ 0xFA110000FA12,
4010
+ 0xFA130000FA15,
4011
+ 0xFA1F0000FA20,
4012
+ 0xFA210000FA22,
4013
+ 0xFA230000FA25,
4014
+ 0xFA270000FA2A,
4015
+ 0xFB1E0000FB1F,
4016
+ 0xFE200000FE30,
4017
+ 0xFE730000FE74,
4018
+ 0x100000001000C,
4019
+ 0x1000D00010027,
4020
+ 0x100280001003B,
4021
+ 0x1003C0001003E,
4022
+ 0x1003F0001004E,
4023
+ 0x100500001005E,
4024
+ 0x10080000100FB,
4025
+ 0x101FD000101FE,
4026
+ 0x102800001029D,
4027
+ 0x102A0000102D1,
4028
+ 0x102E0000102E1,
4029
+ 0x1030000010320,
4030
+ 0x1032D00010341,
4031
+ 0x103420001034A,
4032
+ 0x103500001037B,
4033
+ 0x103800001039E,
4034
+ 0x103A0000103C4,
4035
+ 0x103C8000103D0,
4036
+ 0x104280001049E,
4037
+ 0x104A0000104AA,
4038
+ 0x104D8000104FC,
4039
+ 0x1050000010528,
4040
+ 0x1053000010564,
4041
+ 0x10597000105A2,
4042
+ 0x105A3000105B2,
4043
+ 0x105B3000105BA,
4044
+ 0x105BB000105BD,
4045
+ 0x105C0000105F4,
4046
+ 0x1060000010737,
4047
+ 0x1074000010756,
4048
+ 0x1076000010768,
4049
+ 0x1078000010781,
4050
+ 0x1080000010806,
4051
+ 0x1080800010809,
4052
+ 0x1080A00010836,
4053
+ 0x1083700010839,
4054
+ 0x1083C0001083D,
4055
+ 0x1083F00010856,
4056
+ 0x1086000010877,
4057
+ 0x108800001089F,
4058
+ 0x108E0000108F3,
4059
+ 0x108F4000108F6,
4060
+ 0x1090000010916,
4061
+ 0x109200001093A,
4062
+ 0x10980000109B8,
4063
+ 0x109BE000109C0,
4064
+ 0x10A0000010A04,
4065
+ 0x10A0500010A07,
4066
+ 0x10A0C00010A14,
4067
+ 0x10A1500010A18,
4068
+ 0x10A1900010A36,
4069
+ 0x10A3800010A3B,
4070
+ 0x10A3F00010A40,
4071
+ 0x10A6000010A7D,
4072
+ 0x10A8000010A9D,
4073
+ 0x10AC000010AC8,
4074
+ 0x10AC900010AE7,
4075
+ 0x10B0000010B36,
4076
+ 0x10B4000010B56,
4077
+ 0x10B6000010B73,
4078
+ 0x10B8000010B92,
4079
+ 0x10C0000010C49,
4080
+ 0x10CC000010CF3,
4081
+ 0x10D0000010D28,
4082
+ 0x10D3000010D3A,
4083
+ 0x10D4000010D50,
4084
+ 0x10D6900010D6E,
4085
+ 0x10D6F00010D86,
4086
+ 0x10E8000010EAA,
4087
+ 0x10EAB00010EAD,
4088
+ 0x10EB000010EB2,
4089
+ 0x10EC200010EC5,
4090
+ 0x10EFC00010F1D,
4091
+ 0x10F2700010F28,
4092
+ 0x10F3000010F51,
4093
+ 0x10F7000010F86,
4094
+ 0x10FB000010FC5,
4095
+ 0x10FE000010FF7,
4096
+ 0x1100000011047,
4097
+ 0x1106600011076,
4098
+ 0x1107F000110BB,
4099
+ 0x110C2000110C3,
4100
+ 0x110D0000110E9,
4101
+ 0x110F0000110FA,
4102
+ 0x1110000011135,
4103
+ 0x1113600011140,
4104
+ 0x1114400011148,
4105
+ 0x1115000011174,
4106
+ 0x1117600011177,
4107
+ 0x11180000111C5,
4108
+ 0x111C9000111CD,
4109
+ 0x111CE000111DB,
4110
+ 0x111DC000111DD,
4111
+ 0x1120000011212,
4112
+ 0x1121300011238,
4113
+ 0x1123E00011242,
4114
+ 0x1128000011287,
4115
+ 0x1128800011289,
4116
+ 0x1128A0001128E,
4117
+ 0x1128F0001129E,
4118
+ 0x1129F000112A9,
4119
+ 0x112B0000112EB,
4120
+ 0x112F0000112FA,
4121
+ 0x1130000011304,
4122
+ 0x113050001130D,
4123
+ 0x1130F00011311,
4124
+ 0x1131300011329,
4125
+ 0x1132A00011331,
4126
+ 0x1133200011334,
4127
+ 0x113350001133A,
4128
+ 0x1133B00011345,
4129
+ 0x1134700011349,
4130
+ 0x1134B0001134E,
4131
+ 0x1135000011351,
4132
+ 0x1135700011358,
4133
+ 0x1135D00011364,
4134
+ 0x113660001136D,
4135
+ 0x1137000011375,
4136
+ 0x113800001138A,
4137
+ 0x1138B0001138C,
4138
+ 0x1138E0001138F,
4139
+ 0x11390000113B6,
4140
+ 0x113B7000113C1,
4141
+ 0x113C2000113C3,
4142
+ 0x113C5000113C6,
4143
+ 0x113C7000113CB,
4144
+ 0x113CC000113D4,
4145
+ 0x113E1000113E3,
4146
+ 0x114000001144B,
4147
+ 0x114500001145A,
4148
+ 0x1145E00011462,
4149
+ 0x11480000114C6,
4150
+ 0x114C7000114C8,
4151
+ 0x114D0000114DA,
4152
+ 0x11580000115B6,
4153
+ 0x115B8000115C1,
4154
+ 0x115D8000115DE,
4155
+ 0x1160000011641,
4156
+ 0x1164400011645,
4157
+ 0x116500001165A,
4158
+ 0x11680000116B9,
4159
+ 0x116C0000116CA,
4160
+ 0x116D0000116E4,
4161
+ 0x117000001171B,
4162
+ 0x1171D0001172C,
4163
+ 0x117300001173A,
4164
+ 0x1174000011747,
4165
+ 0x118000001183B,
4166
+ 0x118C0000118EA,
4167
+ 0x118FF00011907,
4168
+ 0x119090001190A,
4169
+ 0x1190C00011914,
4170
+ 0x1191500011917,
4171
+ 0x1191800011936,
4172
+ 0x1193700011939,
4173
+ 0x1193B00011944,
4174
+ 0x119500001195A,
4175
+ 0x119A0000119A8,
4176
+ 0x119AA000119D8,
4177
+ 0x119DA000119E2,
4178
+ 0x119E3000119E5,
4179
+ 0x11A0000011A3F,
4180
+ 0x11A4700011A48,
4181
+ 0x11A5000011A9A,
4182
+ 0x11A9D00011A9E,
4183
+ 0x11AB000011AF9,
4184
+ 0x11BC000011BE1,
4185
+ 0x11BF000011BFA,
4186
+ 0x11C0000011C09,
4187
+ 0x11C0A00011C37,
4188
+ 0x11C3800011C41,
4189
+ 0x11C5000011C5A,
4190
+ 0x11C7200011C90,
4191
+ 0x11C9200011CA8,
4192
+ 0x11CA900011CB7,
4193
+ 0x11D0000011D07,
4194
+ 0x11D0800011D0A,
4195
+ 0x11D0B00011D37,
4196
+ 0x11D3A00011D3B,
4197
+ 0x11D3C00011D3E,
4198
+ 0x11D3F00011D48,
4199
+ 0x11D5000011D5A,
4200
+ 0x11D6000011D66,
4201
+ 0x11D6700011D69,
4202
+ 0x11D6A00011D8F,
4203
+ 0x11D9000011D92,
4204
+ 0x11D9300011D99,
4205
+ 0x11DA000011DAA,
4206
+ 0x11EE000011EF7,
4207
+ 0x11F0000011F11,
4208
+ 0x11F1200011F3B,
4209
+ 0x11F3E00011F43,
4210
+ 0x11F5000011F5B,
4211
+ 0x11FB000011FB1,
4212
+ 0x120000001239A,
4213
+ 0x1248000012544,
4214
+ 0x12F9000012FF1,
4215
+ 0x1300000013430,
4216
+ 0x1344000013456,
4217
+ 0x13460000143FB,
4218
+ 0x1440000014647,
4219
+ 0x161000001613A,
4220
+ 0x1680000016A39,
4221
+ 0x16A4000016A5F,
4222
+ 0x16A6000016A6A,
4223
+ 0x16A7000016ABF,
4224
+ 0x16AC000016ACA,
4225
+ 0x16AD000016AEE,
4226
+ 0x16AF000016AF5,
4227
+ 0x16B0000016B37,
4228
+ 0x16B4000016B44,
4229
+ 0x16B5000016B5A,
4230
+ 0x16B6300016B78,
4231
+ 0x16B7D00016B90,
4232
+ 0x16D4000016D6D,
4233
+ 0x16D7000016D7A,
4234
+ 0x16E6000016E80,
4235
+ 0x16F0000016F4B,
4236
+ 0x16F4F00016F88,
4237
+ 0x16F8F00016FA0,
4238
+ 0x16FE000016FE2,
4239
+ 0x16FE300016FE5,
4240
+ 0x16FF000016FF2,
4241
+ 0x17000000187F8,
4242
+ 0x1880000018CD6,
4243
+ 0x18CFF00018D09,
4244
+ 0x1AFF00001AFF4,
4245
+ 0x1AFF50001AFFC,
4246
+ 0x1AFFD0001AFFF,
4247
+ 0x1B0000001B123,
4248
+ 0x1B1320001B133,
4249
+ 0x1B1500001B153,
4250
+ 0x1B1550001B156,
4251
+ 0x1B1640001B168,
4252
+ 0x1B1700001B2FC,
4253
+ 0x1BC000001BC6B,
4254
+ 0x1BC700001BC7D,
4255
+ 0x1BC800001BC89,
4256
+ 0x1BC900001BC9A,
4257
+ 0x1BC9D0001BC9F,
4258
+ 0x1CCF00001CCFA,
4259
+ 0x1CF000001CF2E,
4260
+ 0x1CF300001CF47,
4261
+ 0x1DA000001DA37,
4262
+ 0x1DA3B0001DA6D,
4263
+ 0x1DA750001DA76,
4264
+ 0x1DA840001DA85,
4265
+ 0x1DA9B0001DAA0,
4266
+ 0x1DAA10001DAB0,
4267
+ 0x1DF000001DF1F,
4268
+ 0x1DF250001DF2B,
4269
+ 0x1E0000001E007,
4270
+ 0x1E0080001E019,
4271
+ 0x1E01B0001E022,
4272
+ 0x1E0230001E025,
4273
+ 0x1E0260001E02B,
4274
+ 0x1E08F0001E090,
4275
+ 0x1E1000001E12D,
4276
+ 0x1E1300001E13E,
4277
+ 0x1E1400001E14A,
4278
+ 0x1E14E0001E14F,
4279
+ 0x1E2900001E2AF,
4280
+ 0x1E2C00001E2FA,
4281
+ 0x1E4D00001E4FA,
4282
+ 0x1E5D00001E5FB,
4283
+ 0x1E7E00001E7E7,
4284
+ 0x1E7E80001E7EC,
4285
+ 0x1E7ED0001E7EF,
4286
+ 0x1E7F00001E7FF,
4287
+ 0x1E8000001E8C5,
4288
+ 0x1E8D00001E8D7,
4289
+ 0x1E9220001E94C,
4290
+ 0x1E9500001E95A,
4291
+ 0x200000002A6E0,
4292
+ 0x2A7000002B73A,
4293
+ 0x2B7400002B81E,
4294
+ 0x2B8200002CEA2,
4295
+ 0x2CEB00002EBE1,
4296
+ 0x2EBF00002EE5E,
4297
+ 0x300000003134B,
4298
+ 0x31350000323B0,
4299
+ ),
4300
+ "CONTEXTJ": (0x200C0000200E,),
4301
+ "CONTEXTO": (
4302
+ 0xB7000000B8,
4303
+ 0x37500000376,
4304
+ 0x5F3000005F5,
4305
+ 0x6600000066A,
4306
+ 0x6F0000006FA,
4307
+ 0x30FB000030FC,
4308
+ ),
4309
+ }
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/intranges.py ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ Given a list of integers, made up of (hopefully) a small number of long runs
3
+ of consecutive integers, compute a representation of the form
4
+ ((start1, end1), (start2, end2) ...). Then answer the question "was x present
5
+ in the original list?" in time O(log(# runs)).
6
+ """
7
+
8
+ import bisect
9
+ from typing import List, Tuple
10
+
11
+
12
+ def intranges_from_list(list_: List[int]) -> Tuple[int, ...]:
13
+ """Represent a list of integers as a sequence of ranges:
14
+ ((start_0, end_0), (start_1, end_1), ...), such that the original
15
+ integers are exactly those x such that start_i <= x < end_i for some i.
16
+
17
+ Ranges are encoded as single integers (start << 32 | end), not as tuples.
18
+ """
19
+
20
+ sorted_list = sorted(list_)
21
+ ranges = []
22
+ last_write = -1
23
+ for i in range(len(sorted_list)):
24
+ if i + 1 < len(sorted_list):
25
+ if sorted_list[i] == sorted_list[i + 1] - 1:
26
+ continue
27
+ current_range = sorted_list[last_write + 1 : i + 1]
28
+ ranges.append(_encode_range(current_range[0], current_range[-1] + 1))
29
+ last_write = i
30
+
31
+ return tuple(ranges)
32
+
33
+
34
+ def _encode_range(start: int, end: int) -> int:
35
+ return (start << 32) | end
36
+
37
+
38
+ def _decode_range(r: int) -> Tuple[int, int]:
39
+ return (r >> 32), (r & ((1 << 32) - 1))
40
+
41
+
42
+ def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool:
43
+ """Determine if `int_` falls into one of the ranges in `ranges`."""
44
+ tuple_ = _encode_range(int_, 0)
45
+ pos = bisect.bisect_left(ranges, tuple_)
46
+ # we could be immediately ahead of a tuple (start, end)
47
+ # with start < int_ <= end
48
+ if pos > 0:
49
+ left, right = _decode_range(ranges[pos - 1])
50
+ if left <= int_ < right:
51
+ return True
52
+ # or we could be immediately behind a tuple (int_, end)
53
+ if pos < len(ranges):
54
+ left, _ = _decode_range(ranges[pos])
55
+ if left == int_:
56
+ return True
57
+ return False
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/package_data.py ADDED
@@ -0,0 +1 @@
 
 
1
+ __version__ = "3.11"
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/py.typed ADDED
File without changes
.cache/uv/archive-v0/9CF5plAJqnTTxoeIF7B2i/idna/uts46data.py ADDED
The diff for this file is too large to render. See raw diff
 
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/METADATA ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: certifi
3
+ Version: 2026.2.25
4
+ Summary: Python package for providing Mozilla's CA Bundle.
5
+ Home-page: https://github.com/certifi/python-certifi
6
+ Author: Kenneth Reitz
7
+ Author-email: me@kennethreitz.com
8
+ License: MPL-2.0
9
+ Project-URL: Source, https://github.com/certifi/python-certifi
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
13
+ Classifier: Natural Language :: English
14
+ Classifier: Programming Language :: Python
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3 :: Only
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Classifier: Programming Language :: Python :: 3.8
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
25
+ Requires-Python: >=3.7
26
+ License-File: LICENSE
27
+ Dynamic: author
28
+ Dynamic: author-email
29
+ Dynamic: classifier
30
+ Dynamic: description
31
+ Dynamic: home-page
32
+ Dynamic: license
33
+ Dynamic: license-file
34
+ Dynamic: project-url
35
+ Dynamic: requires-python
36
+ Dynamic: summary
37
+
38
+ Certifi: Python SSL Certificates
39
+ ================================
40
+
41
+ Certifi provides Mozilla's carefully curated collection of Root Certificates for
42
+ validating the trustworthiness of SSL certificates while verifying the identity
43
+ of TLS hosts. It has been extracted from the `Requests`_ project.
44
+
45
+ Installation
46
+ ------------
47
+
48
+ ``certifi`` is available on PyPI. Simply install it with ``pip``::
49
+
50
+ $ pip install certifi
51
+
52
+ Usage
53
+ -----
54
+
55
+ To reference the installed certificate authority (CA) bundle, you can use the
56
+ built-in function::
57
+
58
+ >>> import certifi
59
+
60
+ >>> certifi.where()
61
+ '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem'
62
+
63
+ Or from the command line::
64
+
65
+ $ python -m certifi
66
+ /usr/local/lib/python3.7/site-packages/certifi/cacert.pem
67
+
68
+ Enjoy!
69
+
70
+ .. _`Requests`: https://requests.readthedocs.io/en/master/
71
+
72
+ Addition/Removal of Certificates
73
+ --------------------------------
74
+
75
+ Certifi does not support any addition/removal or other modification of the
76
+ CA trust store content. This project is intended to provide a reliable and
77
+ highly portable root of trust to python deployments. Look to upstream projects
78
+ for methods to use alternate trust.
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/RECORD ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ certifi/__init__.py,sha256=c9eaYufv1pSLl0Q8QNcMiMLLH4WquDcxdPyKjmI4opY,94
2
+ certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243
3
+ certifi/cacert.pem,sha256=_JFloSQDJj5-v72te-ej6sD6XTJdPHBGXyjTaQByyig,272441
4
+ certifi/core.py,sha256=XFXycndG5pf37ayeF8N32HUuDafsyhkVMbO4BAPWHa0,3394
5
+ certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ certifi-2026.2.25.dist-info/licenses/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989
7
+ certifi-2026.2.25.dist-info/METADATA,sha256=4NMuGXdg_hBiRA3paKVXYcDmE3VXEBWxTvCL2xlDyPU,2474
8
+ certifi-2026.2.25.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
9
+ certifi-2026.2.25.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8
10
+ certifi-2026.2.25.dist-info/RECORD,,
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/WHEEL ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/licenses/LICENSE ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This package contains a modified version of ca-bundle.crt:
2
+
3
+ ca-bundle.crt -- Bundle of CA Root Certificates
4
+
5
+ This is a bundle of X.509 certificates of public Certificate Authorities
6
+ (CA). These were automatically extracted from Mozilla's root certificates
7
+ file (certdata.txt). This file can be found in the mozilla source tree:
8
+ https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
9
+ It contains the certificates in PEM format and therefore
10
+ can be directly used with curl / libcurl / php_curl, or with
11
+ an Apache+mod_ssl webserver for SSL client authentication.
12
+ Just configure this file as the SSLCACertificateFile.#
13
+
14
+ ***** BEGIN LICENSE BLOCK *****
15
+ This Source Code Form is subject to the terms of the Mozilla Public License,
16
+ v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
17
+ one at http://mozilla.org/MPL/2.0/.
18
+
19
+ ***** END LICENSE BLOCK *****
20
+ @(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi-2026.2.25.dist-info/top_level.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ certifi
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from .core import contents, where
2
+
3
+ __all__ = ["contents", "where"]
4
+ __version__ = "2026.02.25"
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/__main__.py ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import argparse
2
+
3
+ from certifi import contents, where
4
+
5
+ parser = argparse.ArgumentParser()
6
+ parser.add_argument("-c", "--contents", action="store_true")
7
+ args = parser.parse_args()
8
+
9
+ if args.contents:
10
+ print(contents())
11
+ else:
12
+ print(where())
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/cacert.pem ADDED
The diff for this file is too large to render. See raw diff
 
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/core.py ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ certifi.py
3
+ ~~~~~~~~~~
4
+
5
+ This module returns the installation location of cacert.pem or its contents.
6
+ """
7
+ import sys
8
+ import atexit
9
+
10
+ def exit_cacert_ctx() -> None:
11
+ _CACERT_CTX.__exit__(None, None, None) # type: ignore[union-attr]
12
+
13
+
14
+ if sys.version_info >= (3, 11):
15
+
16
+ from importlib.resources import as_file, files
17
+
18
+ _CACERT_CTX = None
19
+ _CACERT_PATH = None
20
+
21
+ def where() -> str:
22
+ # This is slightly terrible, but we want to delay extracting the file
23
+ # in cases where we're inside of a zipimport situation until someone
24
+ # actually calls where(), but we don't want to re-extract the file
25
+ # on every call of where(), so we'll do it once then store it in a
26
+ # global variable.
27
+ global _CACERT_CTX
28
+ global _CACERT_PATH
29
+ if _CACERT_PATH is None:
30
+ # This is slightly janky, the importlib.resources API wants you to
31
+ # manage the cleanup of this file, so it doesn't actually return a
32
+ # path, it returns a context manager that will give you the path
33
+ # when you enter it and will do any cleanup when you leave it. In
34
+ # the common case of not needing a temporary file, it will just
35
+ # return the file system location and the __exit__() is a no-op.
36
+ #
37
+ # We also have to hold onto the actual context manager, because
38
+ # it will do the cleanup whenever it gets garbage collected, so
39
+ # we will also store that at the global level as well.
40
+ _CACERT_CTX = as_file(files("certifi").joinpath("cacert.pem"))
41
+ _CACERT_PATH = str(_CACERT_CTX.__enter__())
42
+ atexit.register(exit_cacert_ctx)
43
+
44
+ return _CACERT_PATH
45
+
46
+ def contents() -> str:
47
+ return files("certifi").joinpath("cacert.pem").read_text(encoding="ascii")
48
+
49
+ else:
50
+
51
+ from importlib.resources import path as get_path, read_text
52
+
53
+ _CACERT_CTX = None
54
+ _CACERT_PATH = None
55
+
56
+ def where() -> str:
57
+ # This is slightly terrible, but we want to delay extracting the
58
+ # file in cases where we're inside of a zipimport situation until
59
+ # someone actually calls where(), but we don't want to re-extract
60
+ # the file on every call of where(), so we'll do it once then store
61
+ # it in a global variable.
62
+ global _CACERT_CTX
63
+ global _CACERT_PATH
64
+ if _CACERT_PATH is None:
65
+ # This is slightly janky, the importlib.resources API wants you
66
+ # to manage the cleanup of this file, so it doesn't actually
67
+ # return a path, it returns a context manager that will give
68
+ # you the path when you enter it and will do any cleanup when
69
+ # you leave it. In the common case of not needing a temporary
70
+ # file, it will just return the file system location and the
71
+ # __exit__() is a no-op.
72
+ #
73
+ # We also have to hold onto the actual context manager, because
74
+ # it will do the cleanup whenever it gets garbage collected, so
75
+ # we will also store that at the global level as well.
76
+ _CACERT_CTX = get_path("certifi", "cacert.pem")
77
+ _CACERT_PATH = str(_CACERT_CTX.__enter__())
78
+ atexit.register(exit_cacert_ctx)
79
+
80
+ return _CACERT_PATH
81
+
82
+ def contents() -> str:
83
+ return read_text("certifi", "cacert.pem", encoding="ascii")
.cache/uv/archive-v0/CCwY3Mir5CIqT0EIMYosW/certifi/py.typed ADDED
File without changes
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich-14.3.3.dist-info/licenses/LICENSE ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright (c) 2020 Will McGugan
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/__init__.py ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Rich text and beautiful formatting in the terminal."""
2
+
3
+ import os
4
+ from typing import IO, TYPE_CHECKING, Any, Callable, Optional, Union
5
+
6
+ from ._extension import load_ipython_extension # noqa: F401
7
+
8
+ __all__ = ["get_console", "reconfigure", "print", "inspect", "print_json"]
9
+
10
+ if TYPE_CHECKING:
11
+ from .console import Console
12
+
13
+ # Global console used by alternative print
14
+ _console: Optional["Console"] = None
15
+
16
+ try:
17
+ _IMPORT_CWD = os.path.abspath(os.getcwd())
18
+ except FileNotFoundError:
19
+ # Can happen if the cwd has been deleted
20
+ _IMPORT_CWD = ""
21
+
22
+
23
+ def get_console() -> "Console":
24
+ """Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires a Console,
25
+ and hasn't been explicitly given one.
26
+
27
+ Returns:
28
+ Console: A console instance.
29
+ """
30
+ global _console
31
+ if _console is None:
32
+ from .console import Console
33
+
34
+ _console = Console()
35
+
36
+ return _console
37
+
38
+
39
+ def reconfigure(*args: Any, **kwargs: Any) -> None:
40
+ """Reconfigures the global console by replacing it with another.
41
+
42
+ Args:
43
+ *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`.
44
+ **kwargs (Any): Keyword arguments for the replacement :class:`~rich.console.Console`.
45
+ """
46
+ from rich.console import Console
47
+
48
+ new_console = Console(*args, **kwargs)
49
+ _console = get_console()
50
+ _console.__dict__ = new_console.__dict__
51
+
52
+
53
+ def print(
54
+ *objects: Any,
55
+ sep: str = " ",
56
+ end: str = "\n",
57
+ file: Optional[IO[str]] = None,
58
+ flush: bool = False,
59
+ ) -> None:
60
+ r"""Print object(s) supplied via positional arguments.
61
+ This function has an identical signature to the built-in print.
62
+ For more advanced features, see the :class:`~rich.console.Console` class.
63
+
64
+ Args:
65
+ sep (str, optional): Separator between printed objects. Defaults to " ".
66
+ end (str, optional): Character to write at end of output. Defaults to "\\n".
67
+ file (IO[str], optional): File to write to, or None for stdout. Defaults to None.
68
+ flush (bool, optional): Has no effect as Rich always flushes output. Defaults to False.
69
+
70
+ """
71
+ from .console import Console
72
+
73
+ write_console = get_console() if file is None else Console(file=file)
74
+ return write_console.print(*objects, sep=sep, end=end)
75
+
76
+
77
+ def print_json(
78
+ json: Optional[str] = None,
79
+ *,
80
+ data: Any = None,
81
+ indent: Union[None, int, str] = 2,
82
+ highlight: bool = True,
83
+ skip_keys: bool = False,
84
+ ensure_ascii: bool = False,
85
+ check_circular: bool = True,
86
+ allow_nan: bool = True,
87
+ default: Optional[Callable[[Any], Any]] = None,
88
+ sort_keys: bool = False,
89
+ ) -> None:
90
+ """Pretty prints JSON. Output will be valid JSON.
91
+
92
+ Args:
93
+ json (str): A string containing JSON.
94
+ data (Any): If json is not supplied, then encode this data.
95
+ indent (int, optional): Number of spaces to indent. Defaults to 2.
96
+ highlight (bool, optional): Enable highlighting of output: Defaults to True.
97
+ skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False.
98
+ ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False.
99
+ check_circular (bool, optional): Check for circular references. Defaults to True.
100
+ allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True.
101
+ default (Callable, optional): A callable that converts values that can not be encoded
102
+ in to something that can be JSON encoded. Defaults to None.
103
+ sort_keys (bool, optional): Sort dictionary keys. Defaults to False.
104
+ """
105
+
106
+ get_console().print_json(
107
+ json,
108
+ data=data,
109
+ indent=indent,
110
+ highlight=highlight,
111
+ skip_keys=skip_keys,
112
+ ensure_ascii=ensure_ascii,
113
+ check_circular=check_circular,
114
+ allow_nan=allow_nan,
115
+ default=default,
116
+ sort_keys=sort_keys,
117
+ )
118
+
119
+
120
+ def inspect(
121
+ obj: Any,
122
+ *,
123
+ console: Optional["Console"] = None,
124
+ title: Optional[str] = None,
125
+ help: bool = False,
126
+ methods: bool = False,
127
+ docs: bool = True,
128
+ private: bool = False,
129
+ dunder: bool = False,
130
+ sort: bool = True,
131
+ all: bool = False,
132
+ value: bool = True,
133
+ ) -> None:
134
+ """Inspect any Python object.
135
+
136
+ * inspect(<OBJECT>) to see summarized info.
137
+ * inspect(<OBJECT>, methods=True) to see methods.
138
+ * inspect(<OBJECT>, help=True) to see full (non-abbreviated) help.
139
+ * inspect(<OBJECT>, private=True) to see private attributes (single underscore).
140
+ * inspect(<OBJECT>, dunder=True) to see attributes beginning with double underscore.
141
+ * inspect(<OBJECT>, all=True) to see all attributes.
142
+
143
+ Args:
144
+ obj (Any): An object to inspect.
145
+ title (str, optional): Title to display over inspect result, or None use type. Defaults to None.
146
+ help (bool, optional): Show full help text rather than just first paragraph. Defaults to False.
147
+ methods (bool, optional): Enable inspection of callables. Defaults to False.
148
+ docs (bool, optional): Also render doc strings. Defaults to True.
149
+ private (bool, optional): Show private attributes (beginning with underscore). Defaults to False.
150
+ dunder (bool, optional): Show attributes starting with double underscore. Defaults to False.
151
+ sort (bool, optional): Sort attributes alphabetically, callables at the top, leading and trailing underscores ignored. Defaults to True.
152
+ all (bool, optional): Show all attributes. Defaults to False.
153
+ value (bool, optional): Pretty print value. Defaults to True.
154
+ """
155
+ _console = console or get_console()
156
+ from rich._inspect import Inspect
157
+
158
+ # Special case for inspect(inspect)
159
+ is_inspect = obj is inspect
160
+
161
+ _inspect = Inspect(
162
+ obj,
163
+ title=title,
164
+ help=is_inspect or help,
165
+ methods=is_inspect or methods,
166
+ docs=is_inspect or docs,
167
+ private=private,
168
+ dunder=dunder,
169
+ sort=sort,
170
+ all=all,
171
+ value=value,
172
+ )
173
+ _console.print(_inspect)
174
+
175
+
176
+ if __name__ == "__main__": # pragma: no cover
177
+ print("Hello, **World**")
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/__main__.py ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import colorsys
2
+ import io
3
+ from time import process_time
4
+
5
+ from rich import box
6
+ from rich.color import Color
7
+ from rich.console import Console, ConsoleOptions, Group, RenderableType, RenderResult
8
+ from rich.markdown import Markdown
9
+ from rich.measure import Measurement
10
+ from rich.pretty import Pretty
11
+ from rich.segment import Segment
12
+ from rich.style import Style
13
+ from rich.syntax import Syntax
14
+ from rich.table import Table
15
+ from rich.text import Text
16
+
17
+
18
+ class ColorBox:
19
+ def __rich_console__(
20
+ self, console: Console, options: ConsoleOptions
21
+ ) -> RenderResult:
22
+ for y in range(0, 5):
23
+ for x in range(options.max_width):
24
+ h = x / options.max_width
25
+ l = 0.1 + ((y / 5) * 0.7)
26
+ r1, g1, b1 = colorsys.hls_to_rgb(h, l, 1.0)
27
+ r2, g2, b2 = colorsys.hls_to_rgb(h, l + 0.7 / 10, 1.0)
28
+ bgcolor = Color.from_rgb(r1 * 255, g1 * 255, b1 * 255)
29
+ color = Color.from_rgb(r2 * 255, g2 * 255, b2 * 255)
30
+ yield Segment("โ–„", Style(color=color, bgcolor=bgcolor))
31
+ yield Segment.line()
32
+
33
+ def __rich_measure__(
34
+ self, console: "Console", options: ConsoleOptions
35
+ ) -> Measurement:
36
+ return Measurement(1, options.max_width)
37
+
38
+
39
+ def make_test_card() -> Table:
40
+ """Get a renderable that demonstrates a number of features."""
41
+ table = Table.grid(padding=1, pad_edge=True)
42
+ table.title = "Rich features"
43
+ table.add_column("Feature", no_wrap=True, justify="center", style="bold red")
44
+ table.add_column("Demonstration")
45
+
46
+ color_table = Table(
47
+ box=None,
48
+ expand=False,
49
+ show_header=False,
50
+ show_edge=False,
51
+ pad_edge=False,
52
+ )
53
+ color_table.add_row(
54
+ (
55
+ "โœ“ [bold green]4-bit color[/]\n"
56
+ "โœ“ [bold blue]8-bit color[/]\n"
57
+ "โœ“ [bold magenta]Truecolor (16.7 million)[/]\n"
58
+ "โœ“ [bold yellow]Dumb terminals[/]\n"
59
+ "โœ“ [bold cyan]Automatic color conversion"
60
+ ),
61
+ ColorBox(),
62
+ )
63
+
64
+ table.add_row("Colors", color_table)
65
+
66
+ table.add_row(
67
+ "Styles",
68
+ "All ansi styles: [bold]bold[/], [dim]dim[/], [italic]italic[/italic], [underline]underline[/], [strike]strikethrough[/], [reverse]reverse[/], and even [blink]blink[/].",
69
+ )
70
+
71
+ lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque in metus sed sapien ultricies pretium a at justo. Maecenas luctus velit et auctor maximus."
72
+ lorem_table = Table.grid(padding=1, collapse_padding=True)
73
+ lorem_table.pad_edge = False
74
+ lorem_table.add_row(
75
+ Text(lorem, justify="left", style="green"),
76
+ Text(lorem, justify="center", style="yellow"),
77
+ Text(lorem, justify="right", style="blue"),
78
+ Text(lorem, justify="full", style="red"),
79
+ )
80
+ table.add_row(
81
+ "Text",
82
+ Group(
83
+ Text.from_markup(
84
+ """Word wrap text. Justify [green]left[/], [yellow]center[/], [blue]right[/] or [red]full[/].\n"""
85
+ ),
86
+ lorem_table,
87
+ ),
88
+ )
89
+
90
+ def comparison(renderable1: RenderableType, renderable2: RenderableType) -> Table:
91
+ table = Table(show_header=False, pad_edge=False, box=None, expand=True)
92
+ table.add_column("1", ratio=1)
93
+ table.add_column("2", ratio=1)
94
+ table.add_row(renderable1, renderable2)
95
+ return table
96
+
97
+ table.add_row(
98
+ "Asian\nlanguage\nsupport",
99
+ ":flag_for_china: ่ฏฅๅบ“ๆ”ฏๆŒไธญๆ–‡๏ผŒๆ—ฅๆ–‡ๅ’Œ้Ÿฉๆ–‡ๆ–‡ๆœฌ๏ผ\n:flag_for_japan: ใƒฉใ‚คใƒ–ใƒฉใƒชใฏไธญๅ›ฝ่ชžใ€ๆ—ฅๆœฌ่ชžใ€้Ÿ“ๅ›ฝ่ชžใฎใƒ†ใ‚ญใ‚นใƒˆใ‚’ใ‚ตใƒใƒผใƒˆใ—ใฆใ„ใพใ™\n:flag_for_south_korea: ์ด ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋Š” ์ค‘๊ตญ์–ด, ์ผ๋ณธ์–ด ๋ฐ ํ•œ๊ตญ์–ด ํ…์ŠคํŠธ๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค",
100
+ )
101
+
102
+ markup_example = (
103
+ "[bold magenta]Rich[/] supports a simple [i]bbcode[/i]-like [b]markup[/b] for [yellow]color[/], [underline]style[/], and emoji! "
104
+ ":+1: :apple: :ant: :bear: :baguette_bread: :bus: "
105
+ )
106
+ table.add_row("Markup", markup_example)
107
+
108
+ example_table = Table(
109
+ show_edge=False,
110
+ show_header=True,
111
+ expand=False,
112
+ row_styles=["none", "dim"],
113
+ box=box.SIMPLE,
114
+ )
115
+ example_table.add_column("[green]Date", style="green", no_wrap=True)
116
+ example_table.add_column("[blue]Title", style="blue")
117
+ example_table.add_column(
118
+ "[cyan]Production Budget",
119
+ style="cyan",
120
+ justify="right",
121
+ no_wrap=True,
122
+ )
123
+ example_table.add_column(
124
+ "[magenta]Box Office",
125
+ style="magenta",
126
+ justify="right",
127
+ no_wrap=True,
128
+ )
129
+ example_table.add_row(
130
+ "Dec 20, 2019",
131
+ "Star Wars: The Rise of Skywalker",
132
+ "$275,000,000",
133
+ "$375,126,118",
134
+ )
135
+ example_table.add_row(
136
+ "May 25, 2018",
137
+ "[b]Solo[/]: A Star Wars Story",
138
+ "$275,000,000",
139
+ "$393,151,347",
140
+ )
141
+ example_table.add_row(
142
+ "Dec 15, 2017",
143
+ "Star Wars Ep. VIII: The Last Jedi",
144
+ "$262,000,000",
145
+ "[bold]$1,332,539,889[/bold]",
146
+ )
147
+ example_table.add_row(
148
+ "May 19, 1999",
149
+ "Star Wars Ep. [b]I[/b]: [i]The phantom Menace",
150
+ "$115,000,000",
151
+ "$1,027,044,677",
152
+ )
153
+
154
+ table.add_row("Tables", example_table)
155
+
156
+ code = '''\
157
+ def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
158
+ """Iterate and generate a tuple with a flag for last value."""
159
+ iter_values = iter(values)
160
+ try:
161
+ previous_value = next(iter_values)
162
+ except StopIteration:
163
+ return
164
+ for value in iter_values:
165
+ yield False, previous_value
166
+ previous_value = value
167
+ yield True, previous_value'''
168
+
169
+ pretty_data = {
170
+ "foo": [
171
+ 3.1427,
172
+ (
173
+ "Paul Atreides",
174
+ "Vladimir Harkonnen",
175
+ "Thufir Hawat",
176
+ ),
177
+ ],
178
+ "atomic": (False, True, None),
179
+ }
180
+ table.add_row(
181
+ "Syntax\nhighlighting\n&\npretty\nprinting",
182
+ comparison(
183
+ Syntax(code, "python3", line_numbers=True, indent_guides=True),
184
+ Pretty(pretty_data, indent_guides=True),
185
+ ),
186
+ )
187
+
188
+ markdown_example = """\
189
+ # Markdown
190
+
191
+ Supports much of the *markdown* __syntax__!
192
+
193
+ - Headers
194
+ - Basic formatting: **bold**, *italic*, `code`
195
+ - Block quotes
196
+ - Lists, and more...
197
+ """
198
+ table.add_row(
199
+ "Markdown", comparison("[cyan]" + markdown_example, Markdown(markdown_example))
200
+ )
201
+
202
+ table.add_row(
203
+ "+more!",
204
+ """Progress bars, columns, styled logging handler, tracebacks, etc...""",
205
+ )
206
+ return table
207
+
208
+
209
+ if __name__ == "__main__": # pragma: no cover
210
+ from rich.panel import Panel
211
+
212
+ console = Console(
213
+ file=io.StringIO(),
214
+ force_terminal=True,
215
+ )
216
+ test_card = make_test_card()
217
+
218
+ # Print once to warm cache
219
+ start = process_time()
220
+ console.print(test_card)
221
+ pre_cache_taken = round((process_time() - start) * 1000.0, 1)
222
+
223
+ console.file = io.StringIO()
224
+
225
+ start = process_time()
226
+ console.print(test_card)
227
+ taken = round((process_time() - start) * 1000.0, 1)
228
+
229
+ c = Console(record=True)
230
+ c.print(test_card)
231
+
232
+ console = Console()
233
+ console.print(f"[dim]rendered in [not dim]{pre_cache_taken}ms[/] (cold cache)")
234
+ console.print(f"[dim]rendered in [not dim]{taken}ms[/] (warm cache)")
235
+ console.print()
236
+ console.print(
237
+ Panel(
238
+ "[b magenta]Hope you enjoy using Rich![/]\n\n"
239
+ "Consider sponsoring to ensure this project is maintained.\n\n"
240
+ "[cyan]https://github.com/sponsors/willmcgugan[/cyan]",
241
+ border_style="green",
242
+ title="Help ensure Rich is maintained",
243
+ padding=(1, 2),
244
+ )
245
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_emoji_codes.py ADDED
The diff for this file is too large to render. See raw diff
 
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_emoji_replace.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import Callable, Match, Optional
2
+ import re
3
+
4
+ from ._emoji_codes import EMOJI
5
+
6
+
7
+ _ReStringMatch = Match[str] # regex match object
8
+ _ReSubCallable = Callable[[_ReStringMatch], str] # Callable invoked by re.sub
9
+ _EmojiSubMethod = Callable[[_ReSubCallable, str], str] # Sub method of a compiled re
10
+
11
+
12
+ def _emoji_replace(
13
+ text: str,
14
+ default_variant: Optional[str] = None,
15
+ _emoji_sub: _EmojiSubMethod = re.compile(r"(:(\S*?)(?:(?:\-)(emoji|text))?:)").sub,
16
+ ) -> str:
17
+ """Replace emoji code in text."""
18
+ get_emoji = EMOJI.__getitem__
19
+ variants = {"text": "\uFE0E", "emoji": "\uFE0F"}
20
+ get_variant = variants.get
21
+ default_variant_code = variants.get(default_variant, "") if default_variant else ""
22
+
23
+ def do_replace(match: Match[str]) -> str:
24
+ emoji_code, emoji_name, variant = match.groups()
25
+ try:
26
+ return get_emoji(emoji_name.lower()) + get_variant(
27
+ variant, default_variant_code
28
+ )
29
+ except KeyError:
30
+ return emoji_code
31
+
32
+ return _emoji_sub(do_replace, text)
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_export_format.py ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CONSOLE_HTML_FORMAT = """\
2
+ <!DOCTYPE html>
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <style>
7
+ {stylesheet}
8
+ body {{
9
+ color: {foreground};
10
+ background-color: {background};
11
+ }}
12
+ </style>
13
+ </head>
14
+ <body>
15
+ <pre style="font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><code style="font-family:inherit">{code}</code></pre>
16
+ </body>
17
+ </html>
18
+ """
19
+
20
+ CONSOLE_SVG_FORMAT = """\
21
+ <svg class="rich-terminal" viewBox="0 0 {width} {height}" xmlns="http://www.w3.org/2000/svg">
22
+ <!-- Generated with Rich https://www.textualize.io -->
23
+ <style>
24
+
25
+ @font-face {{
26
+ font-family: "Fira Code";
27
+ src: local("FiraCode-Regular"),
28
+ url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff2/FiraCode-Regular.woff2") format("woff2"),
29
+ url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff/FiraCode-Regular.woff") format("woff");
30
+ font-style: normal;
31
+ font-weight: 400;
32
+ }}
33
+ @font-face {{
34
+ font-family: "Fira Code";
35
+ src: local("FiraCode-Bold"),
36
+ url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff2/FiraCode-Bold.woff2") format("woff2"),
37
+ url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff/FiraCode-Bold.woff") format("woff");
38
+ font-style: bold;
39
+ font-weight: 700;
40
+ }}
41
+
42
+ .{unique_id}-matrix {{
43
+ font-family: Fira Code, monospace;
44
+ font-size: {char_height}px;
45
+ line-height: {line_height}px;
46
+ font-variant-east-asian: full-width;
47
+ }}
48
+
49
+ .{unique_id}-title {{
50
+ font-size: 18px;
51
+ font-weight: bold;
52
+ font-family: arial;
53
+ }}
54
+
55
+ {styles}
56
+ </style>
57
+
58
+ <defs>
59
+ <clipPath id="{unique_id}-clip-terminal">
60
+ <rect x="0" y="0" width="{terminal_width}" height="{terminal_height}" />
61
+ </clipPath>
62
+ {lines}
63
+ </defs>
64
+
65
+ {chrome}
66
+ <g transform="translate({terminal_x}, {terminal_y})" clip-path="url(#{unique_id}-clip-terminal)">
67
+ {backgrounds}
68
+ <g class="{unique_id}-matrix">
69
+ {matrix}
70
+ </g>
71
+ </g>
72
+ </svg>
73
+ """
74
+
75
+ _SVG_FONT_FAMILY = "Rich Fira Code"
76
+ _SVG_CLASSES_PREFIX = "rich-svg"
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_extension.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import Any
2
+
3
+
4
+ def load_ipython_extension(ip: Any) -> None: # pragma: no cover
5
+ # prevent circular import
6
+ from rich.pretty import install
7
+ from rich.traceback import install as tr_install
8
+
9
+ install()
10
+ tr_install()
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_fileno.py ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ from typing import IO, Callable
4
+
5
+
6
+ def get_fileno(file_like: IO[str]) -> int | None:
7
+ """Get fileno() from a file, accounting for poorly implemented file-like objects.
8
+
9
+ Args:
10
+ file_like (IO): A file-like object.
11
+
12
+ Returns:
13
+ int | None: The result of fileno if available, or None if operation failed.
14
+ """
15
+ fileno: Callable[[], int] | None = getattr(file_like, "fileno", None)
16
+ if fileno is not None:
17
+ try:
18
+ return fileno()
19
+ except Exception:
20
+ # `fileno` is documented as potentially raising a OSError
21
+ # Alas, from the issues, there are so many poorly implemented file-like objects,
22
+ # that `fileno()` can raise just about anything.
23
+ return None
24
+ return None
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_inspect.py ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import inspect
2
+ from inspect import cleandoc, getdoc, getfile, isclass, ismodule, signature
3
+ from typing import Any, Collection, Iterable, Optional, Tuple, Type, Union
4
+
5
+ from .console import Group, RenderableType
6
+ from .control import escape_control_codes
7
+ from .highlighter import ReprHighlighter
8
+ from .jupyter import JupyterMixin
9
+ from .panel import Panel
10
+ from .pretty import Pretty
11
+ from .table import Table
12
+ from .text import Text, TextType
13
+
14
+
15
+ def _first_paragraph(doc: str) -> str:
16
+ """Get the first paragraph from a docstring."""
17
+ paragraph, _, _ = doc.partition("\n\n")
18
+ return paragraph
19
+
20
+
21
+ class Inspect(JupyterMixin):
22
+ """A renderable to inspect any Python Object.
23
+
24
+ Args:
25
+ obj (Any): An object to inspect.
26
+ title (str, optional): Title to display over inspect result, or None use type. Defaults to None.
27
+ help (bool, optional): Show full help text rather than just first paragraph. Defaults to False.
28
+ methods (bool, optional): Enable inspection of callables. Defaults to False.
29
+ docs (bool, optional): Also render doc strings. Defaults to True.
30
+ private (bool, optional): Show private attributes (beginning with underscore). Defaults to False.
31
+ dunder (bool, optional): Show attributes starting with double underscore. Defaults to False.
32
+ sort (bool, optional): Sort attributes alphabetically, callables at the top, leading and trailing underscores ignored. Defaults to True.
33
+ all (bool, optional): Show all attributes. Defaults to False.
34
+ value (bool, optional): Pretty print value of object. Defaults to True.
35
+ """
36
+
37
+ def __init__(
38
+ self,
39
+ obj: Any,
40
+ *,
41
+ title: Optional[TextType] = None,
42
+ help: bool = False,
43
+ methods: bool = False,
44
+ docs: bool = True,
45
+ private: bool = False,
46
+ dunder: bool = False,
47
+ sort: bool = True,
48
+ all: bool = True,
49
+ value: bool = True,
50
+ ) -> None:
51
+ self.highlighter = ReprHighlighter()
52
+ self.obj = obj
53
+ self.title = title or self._make_title(obj)
54
+ if all:
55
+ methods = private = dunder = True
56
+ self.help = help
57
+ self.methods = methods
58
+ self.docs = docs or help
59
+ self.private = private or dunder
60
+ self.dunder = dunder
61
+ self.sort = sort
62
+ self.value = value
63
+
64
+ def _make_title(self, obj: Any) -> Text:
65
+ """Make a default title."""
66
+ title_str = (
67
+ str(obj)
68
+ if (isclass(obj) or callable(obj) or ismodule(obj))
69
+ else str(type(obj))
70
+ )
71
+ title_text = self.highlighter(title_str)
72
+ return title_text
73
+
74
+ def __rich__(self) -> Panel:
75
+ return Panel.fit(
76
+ Group(*self._render()),
77
+ title=self.title,
78
+ border_style="scope.border",
79
+ padding=(0, 1),
80
+ )
81
+
82
+ def _get_signature(self, name: str, obj: Any) -> Optional[Text]:
83
+ """Get a signature for a callable."""
84
+ try:
85
+ _signature = str(signature(obj)) + ":"
86
+ except ValueError:
87
+ _signature = "(...)"
88
+ except TypeError:
89
+ return None
90
+
91
+ source_filename: Optional[str] = None
92
+ try:
93
+ source_filename = getfile(obj)
94
+ except (OSError, TypeError):
95
+ # OSError is raised if obj has no source file, e.g. when defined in REPL.
96
+ pass
97
+
98
+ callable_name = Text(name, style="inspect.callable")
99
+ if source_filename:
100
+ callable_name.stylize(f"link file://{source_filename}")
101
+ signature_text = self.highlighter(_signature)
102
+
103
+ qualname = name or getattr(obj, "__qualname__", name)
104
+ if not isinstance(qualname, str):
105
+ qualname = getattr(obj, "__name__", name)
106
+ if not isinstance(qualname, str):
107
+ qualname = name
108
+
109
+ # If obj is a module, there may be classes (which are callable) to display
110
+ if inspect.isclass(obj):
111
+ prefix = "class"
112
+ elif inspect.iscoroutinefunction(obj):
113
+ prefix = "async def"
114
+ else:
115
+ prefix = "def"
116
+
117
+ qual_signature = Text.assemble(
118
+ (f"{prefix} ", f"inspect.{prefix.replace(' ', '_')}"),
119
+ (qualname, "inspect.callable"),
120
+ signature_text,
121
+ )
122
+
123
+ return qual_signature
124
+
125
+ def _render(self) -> Iterable[RenderableType]:
126
+ """Render object."""
127
+
128
+ def sort_items(item: Tuple[str, Any]) -> Tuple[bool, str]:
129
+ key, (_error, value) = item
130
+ return (callable(value), key.strip("_").lower())
131
+
132
+ def safe_getattr(attr_name: str) -> Tuple[Any, Any]:
133
+ """Get attribute or any exception."""
134
+ try:
135
+ return (None, getattr(obj, attr_name))
136
+ except Exception as error:
137
+ return (error, None)
138
+
139
+ obj = self.obj
140
+ keys = dir(obj)
141
+ total_items = len(keys)
142
+ if not self.dunder:
143
+ keys = [key for key in keys if not key.startswith("__")]
144
+ if not self.private:
145
+ keys = [key for key in keys if not key.startswith("_")]
146
+ not_shown_count = total_items - len(keys)
147
+ items = [(key, safe_getattr(key)) for key in keys]
148
+ if self.sort:
149
+ items.sort(key=sort_items)
150
+
151
+ items_table = Table.grid(padding=(0, 1), expand=False)
152
+ items_table.add_column(justify="right")
153
+ add_row = items_table.add_row
154
+ highlighter = self.highlighter
155
+
156
+ if callable(obj):
157
+ signature = self._get_signature("", obj)
158
+ if signature is not None:
159
+ yield signature
160
+ yield ""
161
+
162
+ if self.docs:
163
+ _doc = self._get_formatted_doc(obj)
164
+ if _doc is not None:
165
+ doc_text = Text(_doc, style="inspect.help")
166
+ doc_text = highlighter(doc_text)
167
+ yield doc_text
168
+ yield ""
169
+
170
+ if self.value and not (isclass(obj) or callable(obj) or ismodule(obj)):
171
+ yield Panel(
172
+ Pretty(obj, indent_guides=True, max_length=10, max_string=60),
173
+ border_style="inspect.value.border",
174
+ )
175
+ yield ""
176
+
177
+ for key, (error, value) in items:
178
+ key_text = Text.assemble(
179
+ (
180
+ key,
181
+ "inspect.attr.dunder" if key.startswith("__") else "inspect.attr",
182
+ ),
183
+ (" =", "inspect.equals"),
184
+ )
185
+ if error is not None:
186
+ warning = key_text.copy()
187
+ warning.stylize("inspect.error")
188
+ add_row(warning, highlighter(repr(error)))
189
+ continue
190
+
191
+ if callable(value):
192
+ if not self.methods:
193
+ continue
194
+
195
+ _signature_text = self._get_signature(key, value)
196
+ if _signature_text is None:
197
+ add_row(key_text, Pretty(value, highlighter=highlighter))
198
+ else:
199
+ if self.docs:
200
+ docs = self._get_formatted_doc(value)
201
+ if docs is not None:
202
+ _signature_text.append("\n" if "\n" in docs else " ")
203
+ doc = highlighter(docs)
204
+ doc.stylize("inspect.doc")
205
+ _signature_text.append(doc)
206
+
207
+ add_row(key_text, _signature_text)
208
+ else:
209
+ add_row(key_text, Pretty(value, highlighter=highlighter))
210
+ if items_table.row_count:
211
+ yield items_table
212
+ elif not_shown_count:
213
+ yield Text.from_markup(
214
+ f"[b cyan]{not_shown_count}[/][i] attribute(s) not shown.[/i] "
215
+ f"Run [b][magenta]inspect[/]([not b]inspect[/])[/b] for options."
216
+ )
217
+
218
+ def _get_formatted_doc(self, object_: Any) -> Optional[str]:
219
+ """
220
+ Extract the docstring of an object, process it and returns it.
221
+ The processing consists in cleaning up the docstring's indentation,
222
+ taking only its 1st paragraph if `self.help` is not True,
223
+ and escape its control codes.
224
+
225
+ Args:
226
+ object_ (Any): the object to get the docstring from.
227
+
228
+ Returns:
229
+ Optional[str]: the processed docstring, or None if no docstring was found.
230
+ """
231
+ docs = getdoc(object_)
232
+ if docs is None:
233
+ return None
234
+ docs = cleandoc(docs).strip()
235
+ if not self.help:
236
+ docs = _first_paragraph(docs)
237
+ return escape_control_codes(docs)
238
+
239
+
240
+ def get_object_types_mro(obj: Union[object, Type[Any]]) -> Tuple[type, ...]:
241
+ """Returns the MRO of an object's class, or of the object itself if it's a class."""
242
+ if not hasattr(obj, "__mro__"):
243
+ # N.B. we cannot use `if type(obj) is type` here because it doesn't work with
244
+ # some types of classes, such as the ones that use abc.ABCMeta.
245
+ obj = type(obj)
246
+ return getattr(obj, "__mro__", ())
247
+
248
+
249
+ def get_object_types_mro_as_strings(obj: object) -> Collection[str]:
250
+ """
251
+ Returns the MRO of an object's class as full qualified names, or of the object itself if it's a class.
252
+
253
+ Examples:
254
+ `object_types_mro_as_strings(JSONDecoder)` will return `['json.decoder.JSONDecoder', 'builtins.object']`
255
+ """
256
+ return [
257
+ f'{getattr(type_, "__module__", "")}.{getattr(type_, "__qualname__", "")}'
258
+ for type_ in get_object_types_mro(obj)
259
+ ]
260
+
261
+
262
+ def is_object_one_of_types(
263
+ obj: object, fully_qualified_types_names: Collection[str]
264
+ ) -> bool:
265
+ """
266
+ Returns `True` if the given object's class (or the object itself, if it's a class) has one of the
267
+ fully qualified names in its MRO.
268
+ """
269
+ for type_name in get_object_types_mro_as_strings(obj):
270
+ if type_name in fully_qualified_types_names:
271
+ return True
272
+ return False
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_log_render.py ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from datetime import datetime
2
+ from typing import Iterable, List, Optional, TYPE_CHECKING, Union, Callable
3
+
4
+
5
+ from .text import Text, TextType
6
+
7
+ if TYPE_CHECKING:
8
+ from .console import Console, ConsoleRenderable, RenderableType
9
+ from .table import Table
10
+
11
+ FormatTimeCallable = Callable[[datetime], Text]
12
+
13
+
14
+ class LogRender:
15
+ def __init__(
16
+ self,
17
+ show_time: bool = True,
18
+ show_level: bool = False,
19
+ show_path: bool = True,
20
+ time_format: Union[str, FormatTimeCallable] = "[%x %X]",
21
+ omit_repeated_times: bool = True,
22
+ level_width: Optional[int] = 8,
23
+ ) -> None:
24
+ self.show_time = show_time
25
+ self.show_level = show_level
26
+ self.show_path = show_path
27
+ self.time_format = time_format
28
+ self.omit_repeated_times = omit_repeated_times
29
+ self.level_width = level_width
30
+ self._last_time: Optional[Text] = None
31
+
32
+ def __call__(
33
+ self,
34
+ console: "Console",
35
+ renderables: Iterable["ConsoleRenderable"],
36
+ log_time: Optional[datetime] = None,
37
+ time_format: Optional[Union[str, FormatTimeCallable]] = None,
38
+ level: TextType = "",
39
+ path: Optional[str] = None,
40
+ line_no: Optional[int] = None,
41
+ link_path: Optional[str] = None,
42
+ ) -> "Table":
43
+ from .containers import Renderables
44
+ from .table import Table
45
+
46
+ output = Table.grid(padding=(0, 1))
47
+ output.expand = True
48
+ if self.show_time:
49
+ output.add_column(style="log.time")
50
+ if self.show_level:
51
+ output.add_column(style="log.level", width=self.level_width)
52
+ output.add_column(ratio=1, style="log.message", overflow="fold")
53
+ if self.show_path and path:
54
+ output.add_column(style="log.path")
55
+ row: List["RenderableType"] = []
56
+ if self.show_time:
57
+ log_time = log_time or console.get_datetime()
58
+ time_format = time_format or self.time_format
59
+ if callable(time_format):
60
+ log_time_display = time_format(log_time)
61
+ else:
62
+ log_time_display = Text(log_time.strftime(time_format))
63
+ if log_time_display == self._last_time and self.omit_repeated_times:
64
+ row.append(Text(" " * len(log_time_display)))
65
+ else:
66
+ row.append(log_time_display)
67
+ self._last_time = log_time_display
68
+ if self.show_level:
69
+ row.append(level)
70
+
71
+ row.append(Renderables(renderables))
72
+ if self.show_path and path:
73
+ path_text = Text()
74
+ path_text.append(
75
+ path, style=f"link file://{link_path}" if link_path else ""
76
+ )
77
+ if line_no:
78
+ path_text.append(":")
79
+ path_text.append(
80
+ f"{line_no}",
81
+ style=f"link file://{link_path}#{line_no}" if link_path else "",
82
+ )
83
+ row.append(path_text)
84
+
85
+ output.add_row(*row)
86
+ return output
87
+
88
+
89
+ if __name__ == "__main__": # pragma: no cover
90
+ from rich.console import Console
91
+
92
+ c = Console()
93
+ c.print("[on blue]Hello", justify="right")
94
+ c.log("[on blue]hello", justify="right")
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_loop.py ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import Iterable, Tuple, TypeVar
2
+
3
+ T = TypeVar("T")
4
+
5
+
6
+ def loop_first(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
7
+ """Iterate and generate a tuple with a flag for first value."""
8
+ iter_values = iter(values)
9
+ try:
10
+ value = next(iter_values)
11
+ except StopIteration:
12
+ return
13
+ yield True, value
14
+ for value in iter_values:
15
+ yield False, value
16
+
17
+
18
+ def loop_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
19
+ """Iterate and generate a tuple with a flag for last value."""
20
+ iter_values = iter(values)
21
+ try:
22
+ previous_value = next(iter_values)
23
+ except StopIteration:
24
+ return
25
+ for value in iter_values:
26
+ yield False, previous_value
27
+ previous_value = value
28
+ yield True, previous_value
29
+
30
+
31
+ def loop_first_last(values: Iterable[T]) -> Iterable[Tuple[bool, bool, T]]:
32
+ """Iterate and generate a tuple with a flag for first and last value."""
33
+ iter_values = iter(values)
34
+ try:
35
+ previous_value = next(iter_values)
36
+ except StopIteration:
37
+ return
38
+ first = True
39
+ for value in iter_values:
40
+ yield first, False, previous_value
41
+ first = False
42
+ previous_value = value
43
+ yield first, True, previous_value
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_null_file.py ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from types import TracebackType
2
+ from typing import IO, Iterable, Iterator, List, Optional, Type
3
+
4
+
5
+ class NullFile(IO[str]):
6
+ def close(self) -> None:
7
+ pass
8
+
9
+ def isatty(self) -> bool:
10
+ return False
11
+
12
+ def read(self, __n: int = 1) -> str:
13
+ return ""
14
+
15
+ def readable(self) -> bool:
16
+ return False
17
+
18
+ def readline(self, __limit: int = 1) -> str:
19
+ return ""
20
+
21
+ def readlines(self, __hint: int = 1) -> List[str]:
22
+ return []
23
+
24
+ def seek(self, __offset: int, __whence: int = 1) -> int:
25
+ return 0
26
+
27
+ def seekable(self) -> bool:
28
+ return False
29
+
30
+ def tell(self) -> int:
31
+ return 0
32
+
33
+ def truncate(self, __size: Optional[int] = 1) -> int:
34
+ return 0
35
+
36
+ def writable(self) -> bool:
37
+ return False
38
+
39
+ def writelines(self, __lines: Iterable[str]) -> None:
40
+ pass
41
+
42
+ def __next__(self) -> str:
43
+ return ""
44
+
45
+ def __iter__(self) -> Iterator[str]:
46
+ return iter([""])
47
+
48
+ def __enter__(self) -> IO[str]:
49
+ return self
50
+
51
+ def __exit__(
52
+ self,
53
+ __t: Optional[Type[BaseException]],
54
+ __value: Optional[BaseException],
55
+ __traceback: Optional[TracebackType],
56
+ ) -> None:
57
+ pass
58
+
59
+ def write(self, text: str) -> int:
60
+ return 0
61
+
62
+ def flush(self) -> None:
63
+ pass
64
+
65
+ def fileno(self) -> int:
66
+ return -1
67
+
68
+
69
+ NULL_FILE = NullFile()
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_palettes.py ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from .palette import Palette
2
+
3
+
4
+ # Taken from https://en.wikipedia.org/wiki/ANSI_escape_code (Windows 10 column)
5
+ WINDOWS_PALETTE = Palette(
6
+ [
7
+ (12, 12, 12),
8
+ (197, 15, 31),
9
+ (19, 161, 14),
10
+ (193, 156, 0),
11
+ (0, 55, 218),
12
+ (136, 23, 152),
13
+ (58, 150, 221),
14
+ (204, 204, 204),
15
+ (118, 118, 118),
16
+ (231, 72, 86),
17
+ (22, 198, 12),
18
+ (249, 241, 165),
19
+ (59, 120, 255),
20
+ (180, 0, 158),
21
+ (97, 214, 214),
22
+ (242, 242, 242),
23
+ ]
24
+ )
25
+
26
+ # # The standard ansi colors (including bright variants)
27
+ STANDARD_PALETTE = Palette(
28
+ [
29
+ (0, 0, 0),
30
+ (170, 0, 0),
31
+ (0, 170, 0),
32
+ (170, 85, 0),
33
+ (0, 0, 170),
34
+ (170, 0, 170),
35
+ (0, 170, 170),
36
+ (170, 170, 170),
37
+ (85, 85, 85),
38
+ (255, 85, 85),
39
+ (85, 255, 85),
40
+ (255, 255, 85),
41
+ (85, 85, 255),
42
+ (255, 85, 255),
43
+ (85, 255, 255),
44
+ (255, 255, 255),
45
+ ]
46
+ )
47
+
48
+
49
+ # The 256 color palette
50
+ EIGHT_BIT_PALETTE = Palette(
51
+ [
52
+ (0, 0, 0),
53
+ (128, 0, 0),
54
+ (0, 128, 0),
55
+ (128, 128, 0),
56
+ (0, 0, 128),
57
+ (128, 0, 128),
58
+ (0, 128, 128),
59
+ (192, 192, 192),
60
+ (128, 128, 128),
61
+ (255, 0, 0),
62
+ (0, 255, 0),
63
+ (255, 255, 0),
64
+ (0, 0, 255),
65
+ (255, 0, 255),
66
+ (0, 255, 255),
67
+ (255, 255, 255),
68
+ (0, 0, 0),
69
+ (0, 0, 95),
70
+ (0, 0, 135),
71
+ (0, 0, 175),
72
+ (0, 0, 215),
73
+ (0, 0, 255),
74
+ (0, 95, 0),
75
+ (0, 95, 95),
76
+ (0, 95, 135),
77
+ (0, 95, 175),
78
+ (0, 95, 215),
79
+ (0, 95, 255),
80
+ (0, 135, 0),
81
+ (0, 135, 95),
82
+ (0, 135, 135),
83
+ (0, 135, 175),
84
+ (0, 135, 215),
85
+ (0, 135, 255),
86
+ (0, 175, 0),
87
+ (0, 175, 95),
88
+ (0, 175, 135),
89
+ (0, 175, 175),
90
+ (0, 175, 215),
91
+ (0, 175, 255),
92
+ (0, 215, 0),
93
+ (0, 215, 95),
94
+ (0, 215, 135),
95
+ (0, 215, 175),
96
+ (0, 215, 215),
97
+ (0, 215, 255),
98
+ (0, 255, 0),
99
+ (0, 255, 95),
100
+ (0, 255, 135),
101
+ (0, 255, 175),
102
+ (0, 255, 215),
103
+ (0, 255, 255),
104
+ (95, 0, 0),
105
+ (95, 0, 95),
106
+ (95, 0, 135),
107
+ (95, 0, 175),
108
+ (95, 0, 215),
109
+ (95, 0, 255),
110
+ (95, 95, 0),
111
+ (95, 95, 95),
112
+ (95, 95, 135),
113
+ (95, 95, 175),
114
+ (95, 95, 215),
115
+ (95, 95, 255),
116
+ (95, 135, 0),
117
+ (95, 135, 95),
118
+ (95, 135, 135),
119
+ (95, 135, 175),
120
+ (95, 135, 215),
121
+ (95, 135, 255),
122
+ (95, 175, 0),
123
+ (95, 175, 95),
124
+ (95, 175, 135),
125
+ (95, 175, 175),
126
+ (95, 175, 215),
127
+ (95, 175, 255),
128
+ (95, 215, 0),
129
+ (95, 215, 95),
130
+ (95, 215, 135),
131
+ (95, 215, 175),
132
+ (95, 215, 215),
133
+ (95, 215, 255),
134
+ (95, 255, 0),
135
+ (95, 255, 95),
136
+ (95, 255, 135),
137
+ (95, 255, 175),
138
+ (95, 255, 215),
139
+ (95, 255, 255),
140
+ (135, 0, 0),
141
+ (135, 0, 95),
142
+ (135, 0, 135),
143
+ (135, 0, 175),
144
+ (135, 0, 215),
145
+ (135, 0, 255),
146
+ (135, 95, 0),
147
+ (135, 95, 95),
148
+ (135, 95, 135),
149
+ (135, 95, 175),
150
+ (135, 95, 215),
151
+ (135, 95, 255),
152
+ (135, 135, 0),
153
+ (135, 135, 95),
154
+ (135, 135, 135),
155
+ (135, 135, 175),
156
+ (135, 135, 215),
157
+ (135, 135, 255),
158
+ (135, 175, 0),
159
+ (135, 175, 95),
160
+ (135, 175, 135),
161
+ (135, 175, 175),
162
+ (135, 175, 215),
163
+ (135, 175, 255),
164
+ (135, 215, 0),
165
+ (135, 215, 95),
166
+ (135, 215, 135),
167
+ (135, 215, 175),
168
+ (135, 215, 215),
169
+ (135, 215, 255),
170
+ (135, 255, 0),
171
+ (135, 255, 95),
172
+ (135, 255, 135),
173
+ (135, 255, 175),
174
+ (135, 255, 215),
175
+ (135, 255, 255),
176
+ (175, 0, 0),
177
+ (175, 0, 95),
178
+ (175, 0, 135),
179
+ (175, 0, 175),
180
+ (175, 0, 215),
181
+ (175, 0, 255),
182
+ (175, 95, 0),
183
+ (175, 95, 95),
184
+ (175, 95, 135),
185
+ (175, 95, 175),
186
+ (175, 95, 215),
187
+ (175, 95, 255),
188
+ (175, 135, 0),
189
+ (175, 135, 95),
190
+ (175, 135, 135),
191
+ (175, 135, 175),
192
+ (175, 135, 215),
193
+ (175, 135, 255),
194
+ (175, 175, 0),
195
+ (175, 175, 95),
196
+ (175, 175, 135),
197
+ (175, 175, 175),
198
+ (175, 175, 215),
199
+ (175, 175, 255),
200
+ (175, 215, 0),
201
+ (175, 215, 95),
202
+ (175, 215, 135),
203
+ (175, 215, 175),
204
+ (175, 215, 215),
205
+ (175, 215, 255),
206
+ (175, 255, 0),
207
+ (175, 255, 95),
208
+ (175, 255, 135),
209
+ (175, 255, 175),
210
+ (175, 255, 215),
211
+ (175, 255, 255),
212
+ (215, 0, 0),
213
+ (215, 0, 95),
214
+ (215, 0, 135),
215
+ (215, 0, 175),
216
+ (215, 0, 215),
217
+ (215, 0, 255),
218
+ (215, 95, 0),
219
+ (215, 95, 95),
220
+ (215, 95, 135),
221
+ (215, 95, 175),
222
+ (215, 95, 215),
223
+ (215, 95, 255),
224
+ (215, 135, 0),
225
+ (215, 135, 95),
226
+ (215, 135, 135),
227
+ (215, 135, 175),
228
+ (215, 135, 215),
229
+ (215, 135, 255),
230
+ (215, 175, 0),
231
+ (215, 175, 95),
232
+ (215, 175, 135),
233
+ (215, 175, 175),
234
+ (215, 175, 215),
235
+ (215, 175, 255),
236
+ (215, 215, 0),
237
+ (215, 215, 95),
238
+ (215, 215, 135),
239
+ (215, 215, 175),
240
+ (215, 215, 215),
241
+ (215, 215, 255),
242
+ (215, 255, 0),
243
+ (215, 255, 95),
244
+ (215, 255, 135),
245
+ (215, 255, 175),
246
+ (215, 255, 215),
247
+ (215, 255, 255),
248
+ (255, 0, 0),
249
+ (255, 0, 95),
250
+ (255, 0, 135),
251
+ (255, 0, 175),
252
+ (255, 0, 215),
253
+ (255, 0, 255),
254
+ (255, 95, 0),
255
+ (255, 95, 95),
256
+ (255, 95, 135),
257
+ (255, 95, 175),
258
+ (255, 95, 215),
259
+ (255, 95, 255),
260
+ (255, 135, 0),
261
+ (255, 135, 95),
262
+ (255, 135, 135),
263
+ (255, 135, 175),
264
+ (255, 135, 215),
265
+ (255, 135, 255),
266
+ (255, 175, 0),
267
+ (255, 175, 95),
268
+ (255, 175, 135),
269
+ (255, 175, 175),
270
+ (255, 175, 215),
271
+ (255, 175, 255),
272
+ (255, 215, 0),
273
+ (255, 215, 95),
274
+ (255, 215, 135),
275
+ (255, 215, 175),
276
+ (255, 215, 215),
277
+ (255, 215, 255),
278
+ (255, 255, 0),
279
+ (255, 255, 95),
280
+ (255, 255, 135),
281
+ (255, 255, 175),
282
+ (255, 255, 215),
283
+ (255, 255, 255),
284
+ (8, 8, 8),
285
+ (18, 18, 18),
286
+ (28, 28, 28),
287
+ (38, 38, 38),
288
+ (48, 48, 48),
289
+ (58, 58, 58),
290
+ (68, 68, 68),
291
+ (78, 78, 78),
292
+ (88, 88, 88),
293
+ (98, 98, 98),
294
+ (108, 108, 108),
295
+ (118, 118, 118),
296
+ (128, 128, 128),
297
+ (138, 138, 138),
298
+ (148, 148, 148),
299
+ (158, 158, 158),
300
+ (168, 168, 168),
301
+ (178, 178, 178),
302
+ (188, 188, 188),
303
+ (198, 198, 198),
304
+ (208, 208, 208),
305
+ (218, 218, 218),
306
+ (228, 228, 228),
307
+ (238, 238, 238),
308
+ ]
309
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_pick.py ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import Optional
2
+
3
+
4
+ def pick_bool(*values: Optional[bool]) -> bool:
5
+ """Pick the first non-none bool or return the last value.
6
+
7
+ Args:
8
+ *values (bool): Any number of boolean or None values.
9
+
10
+ Returns:
11
+ bool: First non-none boolean.
12
+ """
13
+ assert values, "1 or more values required"
14
+ for value in values:
15
+ if value is not None:
16
+ return value
17
+ return bool(value)
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_ratio.py ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from fractions import Fraction
2
+ from math import ceil
3
+ from typing import cast, List, Optional, Sequence, Protocol
4
+
5
+
6
+ class Edge(Protocol):
7
+ """Any object that defines an edge (such as Layout)."""
8
+
9
+ size: Optional[int] = None
10
+ ratio: int = 1
11
+ minimum_size: int = 1
12
+
13
+
14
+ def ratio_resolve(total: int, edges: Sequence[Edge]) -> List[int]:
15
+ """Divide total space to satisfy size, ratio, and minimum_size, constraints.
16
+
17
+ The returned list of integers should add up to total in most cases, unless it is
18
+ impossible to satisfy all the constraints. For instance, if there are two edges
19
+ with a minimum size of 20 each and `total` is 30 then the returned list will be
20
+ greater than total. In practice, this would mean that a Layout object would
21
+ clip the rows that would overflow the screen height.
22
+
23
+ Args:
24
+ total (int): Total number of characters.
25
+ edges (List[Edge]): Edges within total space.
26
+
27
+ Returns:
28
+ List[int]: Number of characters for each edge.
29
+ """
30
+ # Size of edge or None for yet to be determined
31
+ sizes = [(edge.size or None) for edge in edges]
32
+
33
+ _Fraction = Fraction
34
+
35
+ # While any edges haven't been calculated
36
+ while None in sizes:
37
+ # Get flexible edges and index to map these back on to sizes list
38
+ flexible_edges = [
39
+ (index, edge)
40
+ for index, (size, edge) in enumerate(zip(sizes, edges))
41
+ if size is None
42
+ ]
43
+ # Remaining space in total
44
+ remaining = total - sum(size or 0 for size in sizes)
45
+ if remaining <= 0:
46
+ # No room for flexible edges
47
+ return [
48
+ ((edge.minimum_size or 1) if size is None else size)
49
+ for size, edge in zip(sizes, edges)
50
+ ]
51
+ # Calculate number of characters in a ratio portion
52
+ portion = _Fraction(
53
+ remaining, sum((edge.ratio or 1) for _, edge in flexible_edges)
54
+ )
55
+
56
+ # If any edges will be less than their minimum, replace size with the minimum
57
+ for index, edge in flexible_edges:
58
+ if portion * edge.ratio <= edge.minimum_size:
59
+ sizes[index] = edge.minimum_size
60
+ # New fixed size will invalidate calculations, so we need to repeat the process
61
+ break
62
+ else:
63
+ # Distribute flexible space and compensate for rounding error
64
+ # Since edge sizes can only be integers we need to add the remainder
65
+ # to the following line
66
+ remainder = _Fraction(0)
67
+ for index, edge in flexible_edges:
68
+ size, remainder = divmod(portion * edge.ratio + remainder, 1)
69
+ sizes[index] = size
70
+ break
71
+ # Sizes now contains integers only
72
+ return cast(List[int], sizes)
73
+
74
+
75
+ def ratio_reduce(
76
+ total: int, ratios: List[int], maximums: List[int], values: List[int]
77
+ ) -> List[int]:
78
+ """Divide an integer total in to parts based on ratios.
79
+
80
+ Args:
81
+ total (int): The total to divide.
82
+ ratios (List[int]): A list of integer ratios.
83
+ maximums (List[int]): List of maximums values for each slot.
84
+ values (List[int]): List of values
85
+
86
+ Returns:
87
+ List[int]: A list of integers guaranteed to sum to total.
88
+ """
89
+ ratios = [ratio if _max else 0 for ratio, _max in zip(ratios, maximums)]
90
+ total_ratio = sum(ratios)
91
+ if not total_ratio:
92
+ return values[:]
93
+ total_remaining = total
94
+ result: List[int] = []
95
+ append = result.append
96
+ for ratio, maximum, value in zip(ratios, maximums, values):
97
+ if ratio and total_ratio > 0:
98
+ distributed = min(maximum, round(ratio * total_remaining / total_ratio))
99
+ append(value - distributed)
100
+ total_remaining -= distributed
101
+ total_ratio -= ratio
102
+ else:
103
+ append(value)
104
+ return result
105
+
106
+
107
+ def ratio_distribute(
108
+ total: int, ratios: List[int], minimums: Optional[List[int]] = None
109
+ ) -> List[int]:
110
+ """Distribute an integer total in to parts based on ratios.
111
+
112
+ Args:
113
+ total (int): The total to divide.
114
+ ratios (List[int]): A list of integer ratios.
115
+ minimums (List[int]): List of minimum values for each slot.
116
+
117
+ Returns:
118
+ List[int]: A list of integers guaranteed to sum to total.
119
+ """
120
+ if minimums:
121
+ ratios = [ratio if _min else 0 for ratio, _min in zip(ratios, minimums)]
122
+ total_ratio = sum(ratios)
123
+ assert total_ratio > 0, "Sum of ratios must be > 0"
124
+
125
+ total_remaining = total
126
+ distributed_total: List[int] = []
127
+ append = distributed_total.append
128
+ if minimums is None:
129
+ _minimums = [0] * len(ratios)
130
+ else:
131
+ _minimums = minimums
132
+ for ratio, minimum in zip(ratios, _minimums):
133
+ if total_ratio > 0:
134
+ distributed = max(minimum, ceil(ratio * total_remaining / total_ratio))
135
+ else:
136
+ distributed = total_remaining
137
+ append(distributed)
138
+ total_ratio -= ratio
139
+ total_remaining -= distributed
140
+ return distributed_total
141
+
142
+
143
+ if __name__ == "__main__":
144
+ from dataclasses import dataclass
145
+
146
+ @dataclass
147
+ class E:
148
+ size: Optional[int] = None
149
+ ratio: int = 1
150
+ minimum_size: int = 1
151
+
152
+ resolved = ratio_resolve(110, [E(None, 1, 1), E(None, 1, 1), E(None, 1, 1)])
153
+ print(sum(resolved))
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_spinners.py ADDED
@@ -0,0 +1,482 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ Spinners are from:
3
+ * cli-spinners:
4
+ MIT License
5
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights to
9
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
10
+ the Software, and to permit persons to whom the Software is furnished to do so,
11
+ subject to the following conditions:
12
+ The above copyright notice and this permission notice shall be included
13
+ in all copies or substantial portions of the Software.
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
15
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
16
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
17
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
19
+ IN THE SOFTWARE.
20
+ """
21
+
22
+ SPINNERS = {
23
+ "dots": {
24
+ "interval": 80,
25
+ "frames": "โ ‹โ ™โ นโ ธโ ผโ ดโ ฆโ งโ ‡โ ",
26
+ },
27
+ "dots2": {"interval": 80, "frames": "โฃพโฃฝโฃปโขฟโกฟโฃŸโฃฏโฃท"},
28
+ "dots3": {
29
+ "interval": 80,
30
+ "frames": "โ ‹โ ™โ šโ žโ –โ ฆโ ดโ ฒโ ณโ “",
31
+ },
32
+ "dots4": {
33
+ "interval": 80,
34
+ "frames": "โ „โ †โ ‡โ ‹โ ™โ ธโ ฐโ  โ ฐโ ธโ ™โ ‹โ ‡โ †",
35
+ },
36
+ "dots5": {
37
+ "interval": 80,
38
+ "frames": "โ ‹โ ™โ šโ ’โ ‚โ ‚โ ’โ ฒโ ดโ ฆโ –โ ’โ โ โ ’โ “โ ‹",
39
+ },
40
+ "dots6": {
41
+ "interval": 80,
42
+ "frames": "โ โ ‰โ ™โ šโ ’โ ‚โ ‚โ ’โ ฒโ ดโ คโ „โ „โ คโ ดโ ฒโ ’โ ‚โ ‚โ ’โ šโ ™โ ‰โ ",
43
+ },
44
+ "dots7": {
45
+ "interval": 80,
46
+ "frames": "โ ˆโ ‰โ ‹โ “โ ’โ โ โ ’โ –โ ฆโ คโ  โ  โ คโ ฆโ –โ ’โ โ โ ’โ “โ ‹โ ‰โ ˆ",
47
+ },
48
+ "dots8": {
49
+ "interval": 80,
50
+ "frames": "โ โ โ ‰โ ™โ šโ ’โ ‚โ ‚โ ’โ ฒโ ดโ คโ „โ „โ คโ  โ  โ คโ ฆโ –โ ’โ โ โ ’โ “โ ‹โ ‰โ ˆโ ˆ",
51
+ },
52
+ "dots9": {"interval": 80, "frames": "โขนโขบโขผโฃธโฃ‡โกงโก—โก"},
53
+ "dots10": {"interval": 80, "frames": "โข„โข‚โขโกโกˆโกโก "},
54
+ "dots11": {"interval": 100, "frames": "โ โ ‚โ „โก€โข€โ  โ โ ˆ"},
55
+ "dots12": {
56
+ "interval": 80,
57
+ "frames": [
58
+ "โข€โ €",
59
+ "โก€โ €",
60
+ "โ „โ €",
61
+ "โข‚โ €",
62
+ "โก‚โ €",
63
+ "โ …โ €",
64
+ "โขƒโ €",
65
+ "โกƒโ €",
66
+ "โ โ €",
67
+ "โข‹โ €",
68
+ "โก‹โ €",
69
+ "โ โ ",
70
+ "โข‹โ ",
71
+ "โก‹โ ",
72
+ "โ โ ‰",
73
+ "โ ‹โ ‰",
74
+ "โ ‹โ ‰",
75
+ "โ ‰โ ™",
76
+ "โ ‰โ ™",
77
+ "โ ‰โ ฉ",
78
+ "โ ˆโข™",
79
+ "โ ˆโก™",
80
+ "โขˆโ ฉ",
81
+ "โก€โข™",
82
+ "โ „โก™",
83
+ "โข‚โ ฉ",
84
+ "โก‚โข˜",
85
+ "โ …โก˜",
86
+ "โขƒโ จ",
87
+ "โกƒโข",
88
+ "โ โก",
89
+ "โข‹โ  ",
90
+ "โก‹โข€",
91
+ "โ โก",
92
+ "โข‹โ ",
93
+ "โก‹โ ",
94
+ "โ โ ‰",
95
+ "โ ‹โ ‰",
96
+ "โ ‹โ ‰",
97
+ "โ ‰โ ™",
98
+ "โ ‰โ ™",
99
+ "โ ‰โ ฉ",
100
+ "โ ˆโข™",
101
+ "โ ˆโก™",
102
+ "โ ˆโ ฉ",
103
+ "โ €โข™",
104
+ "โ €โก™",
105
+ "โ €โ ฉ",
106
+ "โ €โข˜",
107
+ "โ €โก˜",
108
+ "โ €โ จ",
109
+ "โ €โข",
110
+ "โ €โก",
111
+ "โ €โ  ",
112
+ "โ €โข€",
113
+ "โ €โก€",
114
+ ],
115
+ },
116
+ "dots8Bit": {
117
+ "interval": 80,
118
+ "frames": "โ €โ โ ‚โ ƒโ „โ …โ †โ ‡โก€โกโก‚โกƒโก„โก…โก†โก‡โ ˆโ ‰โ Šโ ‹โ Œโ โ Žโ โกˆโก‰โกŠโก‹โกŒโกโกŽโกโ โ ‘โ ’โ “โ ”โ •โ –โ —โกโก‘โก’โก“โก”โก•โก–โก—โ ˜โ ™โ šโ ›โ œโ โ žโ Ÿโก˜โก™"
119
+ "โกšโก›โกœโกโกžโกŸโ  โ กโ ขโ ฃโ คโ ฅโ ฆโ งโก โกกโกขโกฃโกคโกฅโกฆโกงโ จโ ฉโ ชโ ซโ ฌโ ญโ ฎโ ฏโกจโกฉโกชโกซโกฌโกญโกฎโกฏโ ฐโ ฑโ ฒโ ณโ ดโ ตโ ถโ ทโกฐโกฑโกฒโกณโกดโกตโกถโกทโ ธโ นโ บโ ป"
120
+ "โ ผโ ฝโ พโ ฟโกธโกนโกบโกปโกผโกฝโกพโกฟโข€โขโข‚โขƒโข„โข…โข†โข‡โฃ€โฃโฃ‚โฃƒโฃ„โฃ…โฃ†โฃ‡โขˆโข‰โขŠโข‹โขŒโขโขŽโขโฃˆโฃ‰โฃŠโฃ‹โฃŒโฃโฃŽโฃโขโข‘โข’โข“โข”โข•โข–โข—โฃโฃ‘โฃ’โฃ“โฃ”โฃ•"
121
+ "โฃ–โฃ—โข˜โข™โขšโข›โขœโขโขžโขŸโฃ˜โฃ™โฃšโฃ›โฃœโฃโฃžโฃŸโข โขกโขขโขฃโขคโขฅโขฆโขงโฃ โฃกโฃขโฃฃโฃคโฃฅโฃฆโฃงโขจโขฉโขชโขซโขฌโขญโขฎโขฏโฃจโฃฉโฃชโฃซโฃฌโฃญโฃฎโฃฏโขฐโขฑโขฒโขณโขดโขตโขถโขท"
122
+ "โฃฐโฃฑโฃฒโฃณโฃดโฃตโฃถโฃทโขธโขนโขบโขปโขผโขฝโขพโขฟโฃธโฃนโฃบโฃปโฃผโฃฝโฃพโฃฟ",
123
+ },
124
+ "line": {"interval": 130, "frames": ["-", "\\", "|", "/"]},
125
+ "line2": {"interval": 100, "frames": "โ ‚-โ€“โ€”โ€“-"},
126
+ "pipe": {"interval": 100, "frames": "โ”คโ”˜โ”ดโ””โ”œโ”Œโ”ฌโ”"},
127
+ "simpleDots": {"interval": 400, "frames": [". ", ".. ", "...", " "]},
128
+ "simpleDotsScrolling": {
129
+ "interval": 200,
130
+ "frames": [". ", ".. ", "...", " ..", " .", " "],
131
+ },
132
+ "star": {"interval": 70, "frames": "โœถโœธโœนโœบโœนโœท"},
133
+ "star2": {"interval": 80, "frames": "+x*"},
134
+ "flip": {
135
+ "interval": 70,
136
+ "frames": "___-``'ยด-___",
137
+ },
138
+ "hamburger": {"interval": 100, "frames": "โ˜ฑโ˜ฒโ˜ด"},
139
+ "growVertical": {
140
+ "interval": 120,
141
+ "frames": "โ–โ–ƒโ–„โ–…โ–†โ–‡โ–†โ–…โ–„โ–ƒ",
142
+ },
143
+ "growHorizontal": {
144
+ "interval": 120,
145
+ "frames": "โ–โ–Žโ–โ–Œโ–‹โ–Šโ–‰โ–Šโ–‹โ–Œโ–โ–Ž",
146
+ },
147
+ "balloon": {"interval": 140, "frames": " .oO@* "},
148
+ "balloon2": {"interval": 120, "frames": ".oOยฐOo."},
149
+ "noise": {"interval": 100, "frames": "โ–“โ–’โ–‘"},
150
+ "bounce": {"interval": 120, "frames": "โ โ ‚โ „โ ‚"},
151
+ "boxBounce": {"interval": 120, "frames": "โ––โ–˜โ–โ–—"},
152
+ "boxBounce2": {"interval": 100, "frames": "โ–Œโ–€โ–โ–„"},
153
+ "triangle": {"interval": 50, "frames": "โ—ขโ—ฃโ—คโ—ฅ"},
154
+ "arc": {"interval": 100, "frames": "โ—œโ— โ—โ—žโ—กโ—Ÿ"},
155
+ "circle": {"interval": 120, "frames": "โ—กโŠ™โ— "},
156
+ "squareCorners": {"interval": 180, "frames": "โ—ฐโ—ณโ—ฒโ—ฑ"},
157
+ "circleQuarters": {"interval": 120, "frames": "โ—ดโ—ทโ—ถโ—ต"},
158
+ "circleHalves": {"interval": 50, "frames": "โ—โ—“โ—‘โ—’"},
159
+ "squish": {"interval": 100, "frames": "โ•ซโ•ช"},
160
+ "toggle": {"interval": 250, "frames": "โŠถโŠท"},
161
+ "toggle2": {"interval": 80, "frames": "โ–ซโ–ช"},
162
+ "toggle3": {"interval": 120, "frames": "โ–กโ– "},
163
+ "toggle4": {"interval": 100, "frames": "โ– โ–กโ–ชโ–ซ"},
164
+ "toggle5": {"interval": 100, "frames": "โ–ฎโ–ฏ"},
165
+ "toggle6": {"interval": 300, "frames": "แ€แ€"},
166
+ "toggle7": {"interval": 80, "frames": "โฆพโฆฟ"},
167
+ "toggle8": {"interval": 100, "frames": "โ—โ—Œ"},
168
+ "toggle9": {"interval": 100, "frames": "โ—‰โ—Ž"},
169
+ "toggle10": {"interval": 100, "frames": "ใŠ‚ใŠ€ใЁ"},
170
+ "toggle11": {"interval": 50, "frames": "โง‡โง†"},
171
+ "toggle12": {"interval": 120, "frames": "โ˜—โ˜–"},
172
+ "toggle13": {"interval": 80, "frames": "=*-"},
173
+ "arrow": {"interval": 100, "frames": "โ†โ†–โ†‘โ†—โ†’โ†˜โ†“โ†™"},
174
+ "arrow2": {
175
+ "interval": 80,
176
+ "frames": ["โฌ†๏ธ ", "โ†—๏ธ ", "โžก๏ธ ", "โ†˜๏ธ ", "โฌ‡๏ธ ", "โ†™๏ธ ", "โฌ…๏ธ ", "โ†–๏ธ "],
177
+ },
178
+ "arrow3": {
179
+ "interval": 120,
180
+ "frames": ["โ–นโ–นโ–นโ–นโ–น", "โ–ธโ–นโ–นโ–นโ–น", "โ–นโ–ธโ–นโ–นโ–น", "โ–นโ–นโ–ธโ–นโ–น", "โ–นโ–นโ–นโ–ธโ–น", "โ–นโ–นโ–นโ–นโ–ธ"],
181
+ },
182
+ "bouncingBar": {
183
+ "interval": 80,
184
+ "frames": [
185
+ "[ ]",
186
+ "[= ]",
187
+ "[== ]",
188
+ "[=== ]",
189
+ "[ ===]",
190
+ "[ ==]",
191
+ "[ =]",
192
+ "[ ]",
193
+ "[ =]",
194
+ "[ ==]",
195
+ "[ ===]",
196
+ "[====]",
197
+ "[=== ]",
198
+ "[== ]",
199
+ "[= ]",
200
+ ],
201
+ },
202
+ "bouncingBall": {
203
+ "interval": 80,
204
+ "frames": [
205
+ "( โ— )",
206
+ "( โ— )",
207
+ "( โ— )",
208
+ "( โ— )",
209
+ "( โ—)",
210
+ "( โ— )",
211
+ "( โ— )",
212
+ "( โ— )",
213
+ "( โ— )",
214
+ "(โ— )",
215
+ ],
216
+ },
217
+ "smiley": {"interval": 200, "frames": ["๐Ÿ˜„ ", "๐Ÿ˜ "]},
218
+ "monkey": {"interval": 300, "frames": ["๐Ÿ™ˆ ", "๐Ÿ™ˆ ", "๐Ÿ™‰ ", "๐Ÿ™Š "]},
219
+ "hearts": {"interval": 100, "frames": ["๐Ÿ’› ", "๐Ÿ’™ ", "๐Ÿ’œ ", "๐Ÿ’š ", "โค๏ธ "]},
220
+ "clock": {
221
+ "interval": 100,
222
+ "frames": [
223
+ "๐Ÿ•› ",
224
+ "๐Ÿ• ",
225
+ "๐Ÿ•‘ ",
226
+ "๐Ÿ•’ ",
227
+ "๐Ÿ•“ ",
228
+ "๐Ÿ•” ",
229
+ "๐Ÿ•• ",
230
+ "๐Ÿ•– ",
231
+ "๐Ÿ•— ",
232
+ "๐Ÿ•˜ ",
233
+ "๐Ÿ•™ ",
234
+ "๐Ÿ•š ",
235
+ ],
236
+ },
237
+ "earth": {"interval": 180, "frames": ["๐ŸŒ ", "๐ŸŒŽ ", "๐ŸŒ "]},
238
+ "material": {
239
+ "interval": 17,
240
+ "frames": [
241
+ "โ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
242
+ "โ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
243
+ "โ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
244
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
245
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
246
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
247
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
248
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
249
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
250
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
251
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
252
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–",
253
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–",
254
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–",
255
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–",
256
+ "โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–",
257
+ "โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–",
258
+ "โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–",
259
+ "โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–",
260
+ "โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–",
261
+ "โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–",
262
+ "โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–",
263
+ "โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–",
264
+ "โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–",
265
+ "โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–",
266
+ "โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–",
267
+ "โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
268
+ "โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
269
+ "โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
270
+ "โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
271
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
272
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
273
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
274
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
275
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
276
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
277
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
278
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
279
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
280
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
281
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
282
+ "โ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆ",
283
+ "โ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆ",
284
+ "โ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆ",
285
+ "โ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆ",
286
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆ",
287
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆ",
288
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆ",
289
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆ",
290
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
291
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
292
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
293
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
294
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
295
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–",
296
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–",
297
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–",
298
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–",
299
+ "โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–",
300
+ "โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–",
301
+ "โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–",
302
+ "โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–",
303
+ "โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–",
304
+ "โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–",
305
+ "โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–",
306
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–",
307
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–",
308
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–",
309
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–",
310
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–",
311
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–",
312
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–",
313
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–",
314
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–",
315
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
316
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
317
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ",
318
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆ",
319
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆ",
320
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆโ–ˆ",
321
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆ",
322
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆโ–ˆ",
323
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆ",
324
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆ",
325
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆโ–ˆ",
326
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆ",
327
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆ",
328
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–ˆ",
329
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
330
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
331
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
332
+ "โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–",
333
+ ],
334
+ },
335
+ "moon": {
336
+ "interval": 80,
337
+ "frames": ["๐ŸŒ‘ ", "๐ŸŒ’ ", "๐ŸŒ“ ", "๐ŸŒ” ", "๐ŸŒ• ", "๐ŸŒ– ", "๐ŸŒ— ", "๐ŸŒ˜ "],
338
+ },
339
+ "runner": {"interval": 140, "frames": ["๐Ÿšถ ", "๐Ÿƒ "]},
340
+ "pong": {
341
+ "interval": 80,
342
+ "frames": [
343
+ "โ–โ ‚ โ–Œ",
344
+ "โ–โ ˆ โ–Œ",
345
+ "โ– โ ‚ โ–Œ",
346
+ "โ– โ   โ–Œ",
347
+ "โ– โก€ โ–Œ",
348
+ "โ– โ   โ–Œ",
349
+ "โ– โ ‚ โ–Œ",
350
+ "โ– โ ˆ โ–Œ",
351
+ "โ– โ ‚ โ–Œ",
352
+ "โ– โ   โ–Œ",
353
+ "โ– โก€ โ–Œ",
354
+ "โ– โ   โ–Œ",
355
+ "โ– โ ‚ โ–Œ",
356
+ "โ– โ ˆ โ–Œ",
357
+ "โ– โ ‚โ–Œ",
358
+ "โ– โ  โ–Œ",
359
+ "โ– โก€โ–Œ",
360
+ "โ– โ   โ–Œ",
361
+ "โ– โ ‚ โ–Œ",
362
+ "โ– โ ˆ โ–Œ",
363
+ "โ– โ ‚ โ–Œ",
364
+ "โ– โ   โ–Œ",
365
+ "โ– โก€ โ–Œ",
366
+ "โ– โ   โ–Œ",
367
+ "โ– โ ‚ โ–Œ",
368
+ "โ– โ ˆ โ–Œ",
369
+ "โ– โ ‚ โ–Œ",
370
+ "โ– โ   โ–Œ",
371
+ "โ– โก€ โ–Œ",
372
+ "โ–โ   โ–Œ",
373
+ ],
374
+ },
375
+ "shark": {
376
+ "interval": 120,
377
+ "frames": [
378
+ "โ–|\\____________โ–Œ",
379
+ "โ–_|\\___________โ–Œ",
380
+ "โ–__|\\__________โ–Œ",
381
+ "โ–___|\\_________โ–Œ",
382
+ "โ–____|\\________โ–Œ",
383
+ "โ–_____|\\_______โ–Œ",
384
+ "โ–______|\\______โ–Œ",
385
+ "โ–_______|\\_____โ–Œ",
386
+ "โ–________|\\____โ–Œ",
387
+ "โ–_________|\\___โ–Œ",
388
+ "โ–__________|\\__โ–Œ",
389
+ "โ–___________|\\_โ–Œ",
390
+ "โ–____________|\\โ–Œ",
391
+ "โ–____________/|โ–Œ",
392
+ "โ–___________/|_โ–Œ",
393
+ "โ–__________/|__โ–Œ",
394
+ "โ–_________/|___โ–Œ",
395
+ "โ–________/|____โ–Œ",
396
+ "โ–_______/|_____โ–Œ",
397
+ "โ–______/|______โ–Œ",
398
+ "โ–_____/|_______โ–Œ",
399
+ "โ–____/|________โ–Œ",
400
+ "โ–___/|_________โ–Œ",
401
+ "โ–__/|__________โ–Œ",
402
+ "โ–_/|___________โ–Œ",
403
+ "โ–/|____________โ–Œ",
404
+ ],
405
+ },
406
+ "dqpb": {"interval": 100, "frames": "dqpb"},
407
+ "weather": {
408
+ "interval": 100,
409
+ "frames": [
410
+ "โ˜€๏ธ ",
411
+ "โ˜€๏ธ ",
412
+ "โ˜€๏ธ ",
413
+ "๐ŸŒค ",
414
+ "โ›…๏ธ ",
415
+ "๐ŸŒฅ ",
416
+ "โ˜๏ธ ",
417
+ "๐ŸŒง ",
418
+ "๐ŸŒจ ",
419
+ "๐ŸŒง ",
420
+ "๐ŸŒจ ",
421
+ "๐ŸŒง ",
422
+ "๐ŸŒจ ",
423
+ "โ›ˆ ",
424
+ "๐ŸŒจ ",
425
+ "๐ŸŒง ",
426
+ "๐ŸŒจ ",
427
+ "โ˜๏ธ ",
428
+ "๐ŸŒฅ ",
429
+ "โ›…๏ธ ",
430
+ "๐ŸŒค ",
431
+ "โ˜€๏ธ ",
432
+ "โ˜€๏ธ ",
433
+ ],
434
+ },
435
+ "christmas": {"interval": 400, "frames": "๐ŸŒฒ๐ŸŽ„"},
436
+ "grenade": {
437
+ "interval": 80,
438
+ "frames": [
439
+ "ุŒ ",
440
+ "โ€ฒ ",
441
+ " ยด ",
442
+ " โ€พ ",
443
+ " โธŒ",
444
+ " โธŠ",
445
+ " |",
446
+ " โŽ",
447
+ " โ•",
448
+ " เทด ",
449
+ " โ“",
450
+ " ",
451
+ " ",
452
+ " ",
453
+ ],
454
+ },
455
+ "point": {"interval": 125, "frames": ["โˆ™โˆ™โˆ™", "โ—โˆ™โˆ™", "โˆ™โ—โˆ™", "โˆ™โˆ™โ—", "โˆ™โˆ™โˆ™"]},
456
+ "layer": {"interval": 150, "frames": "-=โ‰ก"},
457
+ "betaWave": {
458
+ "interval": 80,
459
+ "frames": [
460
+ "ฯฮฒฮฒฮฒฮฒฮฒฮฒ",
461
+ "ฮฒฯฮฒฮฒฮฒฮฒฮฒ",
462
+ "ฮฒฮฒฯฮฒฮฒฮฒฮฒ",
463
+ "ฮฒฮฒฮฒฯฮฒฮฒฮฒ",
464
+ "ฮฒฮฒฮฒฮฒฯฮฒฮฒ",
465
+ "ฮฒฮฒฮฒฮฒฮฒฯฮฒ",
466
+ "ฮฒฮฒฮฒฮฒฮฒฮฒฯ",
467
+ ],
468
+ },
469
+ "aesthetic": {
470
+ "interval": 80,
471
+ "frames": [
472
+ "โ–ฐโ–ฑโ–ฑโ–ฑโ–ฑโ–ฑโ–ฑ",
473
+ "โ–ฐโ–ฐโ–ฑโ–ฑโ–ฑโ–ฑโ–ฑ",
474
+ "โ–ฐโ–ฐโ–ฐโ–ฑโ–ฑโ–ฑโ–ฑ",
475
+ "โ–ฐโ–ฐโ–ฐโ–ฐโ–ฑโ–ฑโ–ฑ",
476
+ "โ–ฐโ–ฐโ–ฐโ–ฐโ–ฐโ–ฑโ–ฑ",
477
+ "โ–ฐโ–ฐโ–ฐโ–ฐโ–ฐโ–ฐโ–ฑ",
478
+ "โ–ฐโ–ฐโ–ฐโ–ฐโ–ฐโ–ฐโ–ฐ",
479
+ "โ–ฐโ–ฑโ–ฑโ–ฑโ–ฑโ–ฑโ–ฑ",
480
+ ],
481
+ },
482
+ }
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_stack.py ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import List, TypeVar
2
+
3
+ T = TypeVar("T")
4
+
5
+
6
+ class Stack(List[T]):
7
+ """A small shim over builtin list."""
8
+
9
+ @property
10
+ def top(self) -> T:
11
+ """Get top of stack."""
12
+ return self[-1]
13
+
14
+ def push(self, item: T) -> None:
15
+ """Push an item on to the stack (append in stack nomenclature)."""
16
+ self.append(item)
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_timer.py ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ Timer context manager, only used in debug.
3
+
4
+ """
5
+
6
+ from time import time
7
+
8
+ import contextlib
9
+ from typing import Generator
10
+
11
+
12
+ @contextlib.contextmanager
13
+ def timer(subject: str = "time") -> Generator[None, None, None]:
14
+ """print the elapsed time. (only used in debugging)"""
15
+ start = time()
16
+ yield
17
+ elapsed = time() - start
18
+ elapsed_ms = elapsed * 1000
19
+ print(f"{subject} elapsed {elapsed_ms:.1f}ms")
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/__init__.py ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ import bisect
4
+ import os
5
+ import sys
6
+
7
+ if sys.version_info[:2] >= (3, 9):
8
+ from functools import cache
9
+ else:
10
+ from functools import lru_cache as cache # pragma: no cover
11
+
12
+ from importlib import import_module
13
+ from typing import TYPE_CHECKING, cast
14
+
15
+ from rich._unicode_data._versions import VERSIONS
16
+
17
+ if TYPE_CHECKING:
18
+ from rich.cells import CellTable
19
+
20
+ VERSION_ORDER = sorted(
21
+ [
22
+ tuple(
23
+ map(int, version.split(".")),
24
+ )
25
+ for version in VERSIONS
26
+ ]
27
+ )
28
+ VERSION_SET = frozenset(VERSIONS)
29
+
30
+
31
+ def _parse_version(version: str) -> tuple[int, int, int]:
32
+ """Parse a version string into a tuple of 3 integers.
33
+
34
+ Args:
35
+ version: A version string.
36
+
37
+ Raises:
38
+ ValueError: If the version string is invalid.
39
+
40
+ Returns:
41
+ A tuple of 3 integers.
42
+ """
43
+ version_integers: tuple[int, ...]
44
+ try:
45
+ version_integers = tuple(
46
+ map(int, version.split(".")),
47
+ )
48
+ except ValueError:
49
+ raise ValueError(
50
+ f"unicode version string {version!r} is badly formatted"
51
+ ) from None
52
+ while len(version_integers) < 3:
53
+ version_integers = version_integers + (0,)
54
+ triple = cast("tuple[int, int, int]", version_integers[:3])
55
+ return triple
56
+
57
+
58
+ @cache
59
+ def load(unicode_version: str = "auto") -> CellTable:
60
+ """Load a cell table for the given unicode version.
61
+
62
+ Args:
63
+ unicode_version: Unicode version, or `None` to auto-detect.
64
+
65
+ """
66
+ if unicode_version == "auto":
67
+ unicode_version = os.environ.get("UNICODE_VERSION", "latest")
68
+ try:
69
+ _parse_version(unicode_version)
70
+ except ValueError:
71
+ # The environment variable is invalid
72
+ # Fallback to using the latest version seems reasonable
73
+ unicode_version = "latest"
74
+
75
+ if unicode_version == "latest":
76
+ version = VERSIONS[-1]
77
+ else:
78
+ try:
79
+ version_numbers = _parse_version(unicode_version)
80
+ except ValueError:
81
+ version_numbers = _parse_version(VERSIONS[-1])
82
+ major, minor, patch = version_numbers
83
+ version = f"{major}.{minor}.{patch}"
84
+ if version not in VERSION_SET:
85
+ insert_position = bisect.bisect_left(VERSION_ORDER, version_numbers)
86
+ version = VERSIONS[max(0, insert_position - 1)]
87
+
88
+ version_path_component = version.replace(".", "-")
89
+ module_name = f".unicode{version_path_component}"
90
+ module = import_module(module_name, "rich._unicode_data")
91
+ if TYPE_CHECKING:
92
+ assert isinstance(module.cell_table, CellTable)
93
+ return module.cell_table
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/_versions.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ VERSIONS = (
2
+ "4.1.0",
3
+ "5.0.0",
4
+ "5.1.0",
5
+ "5.2.0",
6
+ "6.0.0",
7
+ "6.1.0",
8
+ "6.2.0",
9
+ "6.3.0",
10
+ "7.0.0",
11
+ "8.0.0",
12
+ "9.0.0",
13
+ "10.0.0",
14
+ "11.0.0",
15
+ "12.0.0",
16
+ "12.1.0",
17
+ "13.0.0",
18
+ "14.0.0",
19
+ "15.0.0",
20
+ "15.1.0",
21
+ "16.0.0",
22
+ "17.0.0",
23
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode10-0-0.py ADDED
@@ -0,0 +1,611 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "10.0.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2070, 2073, 0),
30
+ (2075, 2083, 0),
31
+ (2085, 2087, 0),
32
+ (2089, 2093, 0),
33
+ (2137, 2139, 0),
34
+ (2260, 2273, 0),
35
+ (2275, 2307, 0),
36
+ (2362, 2364, 0),
37
+ (2366, 2383, 0),
38
+ (2385, 2391, 0),
39
+ (2402, 2403, 0),
40
+ (2433, 2435, 0),
41
+ (2492, 2492, 0),
42
+ (2494, 2500, 0),
43
+ (2503, 2504, 0),
44
+ (2507, 2509, 0),
45
+ (2519, 2519, 0),
46
+ (2530, 2531, 0),
47
+ (2561, 2563, 0),
48
+ (2620, 2620, 0),
49
+ (2622, 2626, 0),
50
+ (2631, 2632, 0),
51
+ (2635, 2637, 0),
52
+ (2641, 2641, 0),
53
+ (2672, 2673, 0),
54
+ (2677, 2677, 0),
55
+ (2689, 2691, 0),
56
+ (2748, 2748, 0),
57
+ (2750, 2757, 0),
58
+ (2759, 2761, 0),
59
+ (2763, 2765, 0),
60
+ (2786, 2787, 0),
61
+ (2810, 2815, 0),
62
+ (2817, 2819, 0),
63
+ (2876, 2876, 0),
64
+ (2878, 2884, 0),
65
+ (2887, 2888, 0),
66
+ (2891, 2893, 0),
67
+ (2902, 2903, 0),
68
+ (2914, 2915, 0),
69
+ (2946, 2946, 0),
70
+ (3006, 3010, 0),
71
+ (3014, 3016, 0),
72
+ (3018, 3021, 0),
73
+ (3031, 3031, 0),
74
+ (3072, 3075, 0),
75
+ (3134, 3140, 0),
76
+ (3142, 3144, 0),
77
+ (3146, 3149, 0),
78
+ (3157, 3158, 0),
79
+ (3170, 3171, 0),
80
+ (3201, 3203, 0),
81
+ (3260, 3260, 0),
82
+ (3262, 3268, 0),
83
+ (3270, 3272, 0),
84
+ (3274, 3277, 0),
85
+ (3285, 3286, 0),
86
+ (3298, 3299, 0),
87
+ (3328, 3331, 0),
88
+ (3387, 3388, 0),
89
+ (3390, 3396, 0),
90
+ (3398, 3400, 0),
91
+ (3402, 3405, 0),
92
+ (3415, 3415, 0),
93
+ (3426, 3427, 0),
94
+ (3458, 3459, 0),
95
+ (3530, 3530, 0),
96
+ (3535, 3540, 0),
97
+ (3542, 3542, 0),
98
+ (3544, 3551, 0),
99
+ (3570, 3571, 0),
100
+ (3633, 3633, 0),
101
+ (3636, 3642, 0),
102
+ (3655, 3662, 0),
103
+ (3761, 3761, 0),
104
+ (3764, 3769, 0),
105
+ (3771, 3772, 0),
106
+ (3784, 3789, 0),
107
+ (3864, 3865, 0),
108
+ (3893, 3893, 0),
109
+ (3895, 3895, 0),
110
+ (3897, 3897, 0),
111
+ (3902, 3903, 0),
112
+ (3953, 3972, 0),
113
+ (3974, 3975, 0),
114
+ (3981, 3991, 0),
115
+ (3993, 4028, 0),
116
+ (4038, 4038, 0),
117
+ (4139, 4158, 0),
118
+ (4182, 4185, 0),
119
+ (4190, 4192, 0),
120
+ (4194, 4196, 0),
121
+ (4199, 4205, 0),
122
+ (4209, 4212, 0),
123
+ (4226, 4237, 0),
124
+ (4239, 4239, 0),
125
+ (4250, 4253, 0),
126
+ (4352, 4447, 2),
127
+ (4448, 4607, 0),
128
+ (4957, 4959, 0),
129
+ (5906, 5908, 0),
130
+ (5938, 5940, 0),
131
+ (5970, 5971, 0),
132
+ (6002, 6003, 0),
133
+ (6068, 6099, 0),
134
+ (6109, 6109, 0),
135
+ (6155, 6158, 0),
136
+ (6277, 6278, 0),
137
+ (6313, 6313, 0),
138
+ (6432, 6443, 0),
139
+ (6448, 6459, 0),
140
+ (6679, 6683, 0),
141
+ (6741, 6750, 0),
142
+ (6752, 6780, 0),
143
+ (6783, 6783, 0),
144
+ (6832, 6846, 0),
145
+ (6912, 6916, 0),
146
+ (6964, 6980, 0),
147
+ (7019, 7027, 0),
148
+ (7040, 7042, 0),
149
+ (7073, 7085, 0),
150
+ (7142, 7155, 0),
151
+ (7204, 7223, 0),
152
+ (7376, 7378, 0),
153
+ (7380, 7400, 0),
154
+ (7405, 7405, 0),
155
+ (7410, 7412, 0),
156
+ (7415, 7417, 0),
157
+ (7616, 7673, 0),
158
+ (7675, 7679, 0),
159
+ (8203, 8207, 0),
160
+ (8232, 8238, 0),
161
+ (8288, 8303, 0),
162
+ (8400, 8432, 0),
163
+ (8986, 8987, 2),
164
+ (9001, 9002, 2),
165
+ (9193, 9196, 2),
166
+ (9200, 9200, 2),
167
+ (9203, 9203, 2),
168
+ (9725, 9726, 2),
169
+ (9748, 9749, 2),
170
+ (9800, 9811, 2),
171
+ (9855, 9855, 2),
172
+ (9875, 9875, 2),
173
+ (9889, 9889, 2),
174
+ (9898, 9899, 2),
175
+ (9917, 9918, 2),
176
+ (9924, 9925, 2),
177
+ (9934, 9934, 2),
178
+ (9940, 9940, 2),
179
+ (9962, 9962, 2),
180
+ (9970, 9971, 2),
181
+ (9973, 9973, 2),
182
+ (9978, 9978, 2),
183
+ (9981, 9981, 2),
184
+ (9989, 9989, 2),
185
+ (9994, 9995, 2),
186
+ (10024, 10024, 2),
187
+ (10060, 10060, 2),
188
+ (10062, 10062, 2),
189
+ (10067, 10069, 2),
190
+ (10071, 10071, 2),
191
+ (10133, 10135, 2),
192
+ (10160, 10160, 2),
193
+ (10175, 10175, 2),
194
+ (11035, 11036, 2),
195
+ (11088, 11088, 2),
196
+ (11093, 11093, 2),
197
+ (11503, 11505, 0),
198
+ (11647, 11647, 0),
199
+ (11744, 11775, 0),
200
+ (11904, 11929, 2),
201
+ (11931, 12019, 2),
202
+ (12032, 12245, 2),
203
+ (12272, 12283, 2),
204
+ (12288, 12329, 2),
205
+ (12330, 12335, 0),
206
+ (12336, 12350, 2),
207
+ (12353, 12438, 2),
208
+ (12441, 12442, 0),
209
+ (12443, 12543, 2),
210
+ (12549, 12590, 2),
211
+ (12593, 12643, 2),
212
+ (12644, 12644, 0),
213
+ (12645, 12686, 2),
214
+ (12688, 12730, 2),
215
+ (12736, 12771, 2),
216
+ (12784, 12830, 2),
217
+ (12832, 12871, 2),
218
+ (12880, 13054, 2),
219
+ (13056, 19903, 2),
220
+ (19968, 42124, 2),
221
+ (42128, 42182, 2),
222
+ (42607, 42610, 0),
223
+ (42612, 42621, 0),
224
+ (42654, 42655, 0),
225
+ (42736, 42737, 0),
226
+ (43010, 43010, 0),
227
+ (43014, 43014, 0),
228
+ (43019, 43019, 0),
229
+ (43043, 43047, 0),
230
+ (43136, 43137, 0),
231
+ (43188, 43205, 0),
232
+ (43232, 43249, 0),
233
+ (43302, 43309, 0),
234
+ (43335, 43347, 0),
235
+ (43360, 43388, 2),
236
+ (43392, 43395, 0),
237
+ (43443, 43456, 0),
238
+ (43493, 43493, 0),
239
+ (43561, 43574, 0),
240
+ (43587, 43587, 0),
241
+ (43596, 43597, 0),
242
+ (43643, 43645, 0),
243
+ (43696, 43696, 0),
244
+ (43698, 43700, 0),
245
+ (43703, 43704, 0),
246
+ (43710, 43711, 0),
247
+ (43713, 43713, 0),
248
+ (43755, 43759, 0),
249
+ (43765, 43766, 0),
250
+ (44003, 44010, 0),
251
+ (44012, 44013, 0),
252
+ (44032, 55203, 2),
253
+ (55216, 55295, 0),
254
+ (63744, 64255, 2),
255
+ (64286, 64286, 0),
256
+ (65024, 65039, 0),
257
+ (65040, 65049, 2),
258
+ (65056, 65071, 0),
259
+ (65072, 65106, 2),
260
+ (65108, 65126, 2),
261
+ (65128, 65131, 2),
262
+ (65279, 65279, 0),
263
+ (65281, 65376, 2),
264
+ (65440, 65440, 0),
265
+ (65504, 65510, 2),
266
+ (65520, 65531, 0),
267
+ (66045, 66045, 0),
268
+ (66272, 66272, 0),
269
+ (66422, 66426, 0),
270
+ (68097, 68099, 0),
271
+ (68101, 68102, 0),
272
+ (68108, 68111, 0),
273
+ (68152, 68154, 0),
274
+ (68159, 68159, 0),
275
+ (68325, 68326, 0),
276
+ (69632, 69634, 0),
277
+ (69688, 69702, 0),
278
+ (69759, 69762, 0),
279
+ (69808, 69818, 0),
280
+ (69888, 69890, 0),
281
+ (69927, 69940, 0),
282
+ (70003, 70003, 0),
283
+ (70016, 70018, 0),
284
+ (70067, 70080, 0),
285
+ (70090, 70092, 0),
286
+ (70188, 70199, 0),
287
+ (70206, 70206, 0),
288
+ (70367, 70378, 0),
289
+ (70400, 70403, 0),
290
+ (70460, 70460, 0),
291
+ (70462, 70468, 0),
292
+ (70471, 70472, 0),
293
+ (70475, 70477, 0),
294
+ (70487, 70487, 0),
295
+ (70498, 70499, 0),
296
+ (70502, 70508, 0),
297
+ (70512, 70516, 0),
298
+ (70709, 70726, 0),
299
+ (70832, 70851, 0),
300
+ (71087, 71093, 0),
301
+ (71096, 71104, 0),
302
+ (71132, 71133, 0),
303
+ (71216, 71232, 0),
304
+ (71339, 71351, 0),
305
+ (71453, 71467, 0),
306
+ (72193, 72202, 0),
307
+ (72243, 72249, 0),
308
+ (72251, 72254, 0),
309
+ (72263, 72263, 0),
310
+ (72273, 72283, 0),
311
+ (72330, 72345, 0),
312
+ (72751, 72758, 0),
313
+ (72760, 72767, 0),
314
+ (72850, 72871, 0),
315
+ (72873, 72886, 0),
316
+ (73009, 73014, 0),
317
+ (73018, 73018, 0),
318
+ (73020, 73021, 0),
319
+ (73023, 73029, 0),
320
+ (73031, 73031, 0),
321
+ (92912, 92916, 0),
322
+ (92976, 92982, 0),
323
+ (94033, 94078, 0),
324
+ (94095, 94098, 0),
325
+ (94176, 94177, 2),
326
+ (94208, 100332, 2),
327
+ (100352, 101106, 2),
328
+ (110592, 110878, 2),
329
+ (110960, 111355, 2),
330
+ (113821, 113822, 0),
331
+ (113824, 113827, 0),
332
+ (119141, 119145, 0),
333
+ (119149, 119170, 0),
334
+ (119173, 119179, 0),
335
+ (119210, 119213, 0),
336
+ (119362, 119364, 0),
337
+ (121344, 121398, 0),
338
+ (121403, 121452, 0),
339
+ (121461, 121461, 0),
340
+ (121476, 121476, 0),
341
+ (121499, 121503, 0),
342
+ (121505, 121519, 0),
343
+ (122880, 122886, 0),
344
+ (122888, 122904, 0),
345
+ (122907, 122913, 0),
346
+ (122915, 122916, 0),
347
+ (122918, 122922, 0),
348
+ (125136, 125142, 0),
349
+ (125252, 125258, 0),
350
+ (126980, 126980, 2),
351
+ (127183, 127183, 2),
352
+ (127374, 127374, 2),
353
+ (127377, 127386, 2),
354
+ (127488, 127490, 2),
355
+ (127504, 127547, 2),
356
+ (127552, 127560, 2),
357
+ (127568, 127569, 2),
358
+ (127584, 127589, 2),
359
+ (127744, 127776, 2),
360
+ (127789, 127797, 2),
361
+ (127799, 127868, 2),
362
+ (127870, 127891, 2),
363
+ (127904, 127946, 2),
364
+ (127951, 127955, 2),
365
+ (127968, 127984, 2),
366
+ (127988, 127988, 2),
367
+ (127992, 127994, 2),
368
+ (127995, 127999, 0),
369
+ (128000, 128062, 2),
370
+ (128064, 128064, 2),
371
+ (128066, 128252, 2),
372
+ (128255, 128317, 2),
373
+ (128331, 128334, 2),
374
+ (128336, 128359, 2),
375
+ (128378, 128378, 2),
376
+ (128405, 128406, 2),
377
+ (128420, 128420, 2),
378
+ (128507, 128591, 2),
379
+ (128640, 128709, 2),
380
+ (128716, 128716, 2),
381
+ (128720, 128722, 2),
382
+ (128747, 128748, 2),
383
+ (128756, 128760, 2),
384
+ (129296, 129342, 2),
385
+ (129344, 129356, 2),
386
+ (129360, 129387, 2),
387
+ (129408, 129431, 2),
388
+ (129472, 129472, 2),
389
+ (129488, 129510, 2),
390
+ (131072, 196605, 2),
391
+ (196608, 262141, 2),
392
+ (917504, 921599, 0),
393
+ ],
394
+ frozenset(
395
+ [
396
+ "#",
397
+ "*",
398
+ "0",
399
+ "1",
400
+ "2",
401
+ "3",
402
+ "4",
403
+ "5",
404
+ "6",
405
+ "7",
406
+ "8",
407
+ "9",
408
+ "ยฉ",
409
+ "ยฎ",
410
+ "โ€ผ",
411
+ "โ‰",
412
+ "โ„ข",
413
+ "โ„น",
414
+ "โ†”",
415
+ "โ†•",
416
+ "โ†–",
417
+ "โ†—",
418
+ "โ†˜",
419
+ "โ†™",
420
+ "โ†ฉ",
421
+ "โ†ช",
422
+ "โŒจ",
423
+ "โ",
424
+ "โญ",
425
+ "โฎ",
426
+ "โฏ",
427
+ "โฑ",
428
+ "โฒ",
429
+ "โธ",
430
+ "โน",
431
+ "โบ",
432
+ "โ“‚",
433
+ "โ–ช",
434
+ "โ–ซ",
435
+ "โ–ถ",
436
+ "โ—€",
437
+ "โ—ป",
438
+ "โ—ผ",
439
+ "โ˜€",
440
+ "โ˜",
441
+ "โ˜‚",
442
+ "โ˜ƒ",
443
+ "โ˜„",
444
+ "โ˜Ž",
445
+ "โ˜‘",
446
+ "โ˜˜",
447
+ "โ˜",
448
+ "โ˜ ",
449
+ "โ˜ข",
450
+ "โ˜ฃ",
451
+ "โ˜ฆ",
452
+ "โ˜ช",
453
+ "โ˜ฎ",
454
+ "โ˜ฏ",
455
+ "โ˜ธ",
456
+ "โ˜น",
457
+ "โ˜บ",
458
+ "โ™€",
459
+ "โ™‚",
460
+ "โ™Ÿ",
461
+ "โ™ ",
462
+ "โ™ฃ",
463
+ "โ™ฅ",
464
+ "โ™ฆ",
465
+ "โ™จ",
466
+ "โ™ป",
467
+ "โ™พ",
468
+ "โš’",
469
+ "โš”",
470
+ "โš•",
471
+ "โš–",
472
+ "โš—",
473
+ "โš™",
474
+ "โš›",
475
+ "โšœ",
476
+ "โš ",
477
+ "โšง",
478
+ "โšฐ",
479
+ "โšฑ",
480
+ "โ›ˆ",
481
+ "โ›",
482
+ "โ›‘",
483
+ "โ›“",
484
+ "โ›ฉ",
485
+ "โ›ฐ",
486
+ "โ›ฑ",
487
+ "โ›ด",
488
+ "โ›ท",
489
+ "โ›ธ",
490
+ "โ›น",
491
+ "โœ‚",
492
+ "โœˆ",
493
+ "โœ‰",
494
+ "โœŒ",
495
+ "โœ",
496
+ "โœ",
497
+ "โœ’",
498
+ "โœ”",
499
+ "โœ–",
500
+ "โœ",
501
+ "โœก",
502
+ "โœณ",
503
+ "โœด",
504
+ "โ„",
505
+ "โ‡",
506
+ "โฃ",
507
+ "โค",
508
+ "โžก",
509
+ "โคด",
510
+ "โคต",
511
+ "โฌ…",
512
+ "โฌ†",
513
+ "โฌ‡",
514
+ "๐Ÿ…ฐ",
515
+ "๐Ÿ…ฑ",
516
+ "๐Ÿ…พ",
517
+ "๐Ÿ…ฟ",
518
+ "๐ŸŒก",
519
+ "๐ŸŒค",
520
+ "๐ŸŒฅ",
521
+ "๐ŸŒฆ",
522
+ "๐ŸŒง",
523
+ "๐ŸŒจ",
524
+ "๐ŸŒฉ",
525
+ "๐ŸŒช",
526
+ "๐ŸŒซ",
527
+ "๐ŸŒฌ",
528
+ "๐ŸŒถ",
529
+ "๐Ÿฝ",
530
+ "๐ŸŽ–",
531
+ "๐ŸŽ—",
532
+ "๐ŸŽ™",
533
+ "๐ŸŽš",
534
+ "๐ŸŽ›",
535
+ "๐ŸŽž",
536
+ "๐ŸŽŸ",
537
+ "๐Ÿ‹",
538
+ "๐ŸŒ",
539
+ "๐Ÿ",
540
+ "๐ŸŽ",
541
+ "๐Ÿ”",
542
+ "๐Ÿ•",
543
+ "๐Ÿ–",
544
+ "๐Ÿ—",
545
+ "๐Ÿ˜",
546
+ "๐Ÿ™",
547
+ "๐Ÿš",
548
+ "๐Ÿ›",
549
+ "๐Ÿœ",
550
+ "๐Ÿ",
551
+ "๐Ÿž",
552
+ "๐ŸŸ",
553
+ "๐Ÿณ",
554
+ "๐Ÿต",
555
+ "๐Ÿท",
556
+ "๐Ÿฟ",
557
+ "๐Ÿ‘",
558
+ "๐Ÿ“ฝ",
559
+ "๐Ÿ•‰",
560
+ "๐Ÿ•Š",
561
+ "๐Ÿ•ฏ",
562
+ "๐Ÿ•ฐ",
563
+ "๐Ÿ•ณ",
564
+ "๐Ÿ•ด",
565
+ "๐Ÿ•ต",
566
+ "๐Ÿ•ถ",
567
+ "๐Ÿ•ท",
568
+ "๐Ÿ•ธ",
569
+ "๐Ÿ•น",
570
+ "๐Ÿ–‡",
571
+ "๐Ÿ–Š",
572
+ "๐Ÿ–‹",
573
+ "๐Ÿ–Œ",
574
+ "๐Ÿ–",
575
+ "๐Ÿ–",
576
+ "๐Ÿ–ฅ",
577
+ "๐Ÿ–จ",
578
+ "๐Ÿ–ฑ",
579
+ "๐Ÿ–ฒ",
580
+ "๐Ÿ–ผ",
581
+ "๐Ÿ—‚",
582
+ "๐Ÿ—ƒ",
583
+ "๐Ÿ—„",
584
+ "๐Ÿ—‘",
585
+ "๐Ÿ—’",
586
+ "๐Ÿ—“",
587
+ "๐Ÿ—œ",
588
+ "๐Ÿ—",
589
+ "๐Ÿ—ž",
590
+ "๐Ÿ—ก",
591
+ "๐Ÿ—ฃ",
592
+ "๐Ÿ—จ",
593
+ "๐Ÿ—ฏ",
594
+ "๐Ÿ—ณ",
595
+ "๐Ÿ—บ",
596
+ "๐Ÿ›‹",
597
+ "๐Ÿ›",
598
+ "๐Ÿ›Ž",
599
+ "๐Ÿ›",
600
+ "๐Ÿ› ",
601
+ "๐Ÿ›ก",
602
+ "๐Ÿ›ข",
603
+ "๐Ÿ›ฃ",
604
+ "๐Ÿ›ค",
605
+ "๐Ÿ›ฅ",
606
+ "๐Ÿ›ฉ",
607
+ "๐Ÿ›ฐ",
608
+ "๐Ÿ›ณ",
609
+ ]
610
+ ),
611
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode11-0-0.py ADDED
@@ -0,0 +1,625 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "11.0.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2259, 2273, 0),
36
+ (2275, 2307, 0),
37
+ (2362, 2364, 0),
38
+ (2366, 2383, 0),
39
+ (2385, 2391, 0),
40
+ (2402, 2403, 0),
41
+ (2433, 2435, 0),
42
+ (2492, 2492, 0),
43
+ (2494, 2500, 0),
44
+ (2503, 2504, 0),
45
+ (2507, 2509, 0),
46
+ (2519, 2519, 0),
47
+ (2530, 2531, 0),
48
+ (2558, 2558, 0),
49
+ (2561, 2563, 0),
50
+ (2620, 2620, 0),
51
+ (2622, 2626, 0),
52
+ (2631, 2632, 0),
53
+ (2635, 2637, 0),
54
+ (2641, 2641, 0),
55
+ (2672, 2673, 0),
56
+ (2677, 2677, 0),
57
+ (2689, 2691, 0),
58
+ (2748, 2748, 0),
59
+ (2750, 2757, 0),
60
+ (2759, 2761, 0),
61
+ (2763, 2765, 0),
62
+ (2786, 2787, 0),
63
+ (2810, 2815, 0),
64
+ (2817, 2819, 0),
65
+ (2876, 2876, 0),
66
+ (2878, 2884, 0),
67
+ (2887, 2888, 0),
68
+ (2891, 2893, 0),
69
+ (2902, 2903, 0),
70
+ (2914, 2915, 0),
71
+ (2946, 2946, 0),
72
+ (3006, 3010, 0),
73
+ (3014, 3016, 0),
74
+ (3018, 3021, 0),
75
+ (3031, 3031, 0),
76
+ (3072, 3076, 0),
77
+ (3134, 3140, 0),
78
+ (3142, 3144, 0),
79
+ (3146, 3149, 0),
80
+ (3157, 3158, 0),
81
+ (3170, 3171, 0),
82
+ (3201, 3203, 0),
83
+ (3260, 3260, 0),
84
+ (3262, 3268, 0),
85
+ (3270, 3272, 0),
86
+ (3274, 3277, 0),
87
+ (3285, 3286, 0),
88
+ (3298, 3299, 0),
89
+ (3328, 3331, 0),
90
+ (3387, 3388, 0),
91
+ (3390, 3396, 0),
92
+ (3398, 3400, 0),
93
+ (3402, 3405, 0),
94
+ (3415, 3415, 0),
95
+ (3426, 3427, 0),
96
+ (3458, 3459, 0),
97
+ (3530, 3530, 0),
98
+ (3535, 3540, 0),
99
+ (3542, 3542, 0),
100
+ (3544, 3551, 0),
101
+ (3570, 3571, 0),
102
+ (3633, 3633, 0),
103
+ (3636, 3642, 0),
104
+ (3655, 3662, 0),
105
+ (3761, 3761, 0),
106
+ (3764, 3769, 0),
107
+ (3771, 3772, 0),
108
+ (3784, 3789, 0),
109
+ (3864, 3865, 0),
110
+ (3893, 3893, 0),
111
+ (3895, 3895, 0),
112
+ (3897, 3897, 0),
113
+ (3902, 3903, 0),
114
+ (3953, 3972, 0),
115
+ (3974, 3975, 0),
116
+ (3981, 3991, 0),
117
+ (3993, 4028, 0),
118
+ (4038, 4038, 0),
119
+ (4139, 4158, 0),
120
+ (4182, 4185, 0),
121
+ (4190, 4192, 0),
122
+ (4194, 4196, 0),
123
+ (4199, 4205, 0),
124
+ (4209, 4212, 0),
125
+ (4226, 4237, 0),
126
+ (4239, 4239, 0),
127
+ (4250, 4253, 0),
128
+ (4352, 4447, 2),
129
+ (4448, 4607, 0),
130
+ (4957, 4959, 0),
131
+ (5906, 5908, 0),
132
+ (5938, 5940, 0),
133
+ (5970, 5971, 0),
134
+ (6002, 6003, 0),
135
+ (6068, 6099, 0),
136
+ (6109, 6109, 0),
137
+ (6155, 6158, 0),
138
+ (6277, 6278, 0),
139
+ (6313, 6313, 0),
140
+ (6432, 6443, 0),
141
+ (6448, 6459, 0),
142
+ (6679, 6683, 0),
143
+ (6741, 6750, 0),
144
+ (6752, 6780, 0),
145
+ (6783, 6783, 0),
146
+ (6832, 6846, 0),
147
+ (6912, 6916, 0),
148
+ (6964, 6980, 0),
149
+ (7019, 7027, 0),
150
+ (7040, 7042, 0),
151
+ (7073, 7085, 0),
152
+ (7142, 7155, 0),
153
+ (7204, 7223, 0),
154
+ (7376, 7378, 0),
155
+ (7380, 7400, 0),
156
+ (7405, 7405, 0),
157
+ (7410, 7412, 0),
158
+ (7415, 7417, 0),
159
+ (7616, 7673, 0),
160
+ (7675, 7679, 0),
161
+ (8203, 8207, 0),
162
+ (8232, 8238, 0),
163
+ (8288, 8303, 0),
164
+ (8400, 8432, 0),
165
+ (8986, 8987, 2),
166
+ (9001, 9002, 2),
167
+ (9193, 9196, 2),
168
+ (9200, 9200, 2),
169
+ (9203, 9203, 2),
170
+ (9725, 9726, 2),
171
+ (9748, 9749, 2),
172
+ (9800, 9811, 2),
173
+ (9855, 9855, 2),
174
+ (9875, 9875, 2),
175
+ (9889, 9889, 2),
176
+ (9898, 9899, 2),
177
+ (9917, 9918, 2),
178
+ (9924, 9925, 2),
179
+ (9934, 9934, 2),
180
+ (9940, 9940, 2),
181
+ (9962, 9962, 2),
182
+ (9970, 9971, 2),
183
+ (9973, 9973, 2),
184
+ (9978, 9978, 2),
185
+ (9981, 9981, 2),
186
+ (9989, 9989, 2),
187
+ (9994, 9995, 2),
188
+ (10024, 10024, 2),
189
+ (10060, 10060, 2),
190
+ (10062, 10062, 2),
191
+ (10067, 10069, 2),
192
+ (10071, 10071, 2),
193
+ (10133, 10135, 2),
194
+ (10160, 10160, 2),
195
+ (10175, 10175, 2),
196
+ (11035, 11036, 2),
197
+ (11088, 11088, 2),
198
+ (11093, 11093, 2),
199
+ (11503, 11505, 0),
200
+ (11647, 11647, 0),
201
+ (11744, 11775, 0),
202
+ (11904, 11929, 2),
203
+ (11931, 12019, 2),
204
+ (12032, 12245, 2),
205
+ (12272, 12283, 2),
206
+ (12288, 12329, 2),
207
+ (12330, 12335, 0),
208
+ (12336, 12350, 2),
209
+ (12353, 12438, 2),
210
+ (12441, 12442, 0),
211
+ (12443, 12543, 2),
212
+ (12549, 12591, 2),
213
+ (12593, 12643, 2),
214
+ (12644, 12644, 0),
215
+ (12645, 12686, 2),
216
+ (12688, 12730, 2),
217
+ (12736, 12771, 2),
218
+ (12784, 12830, 2),
219
+ (12832, 12871, 2),
220
+ (12880, 13054, 2),
221
+ (13056, 19903, 2),
222
+ (19968, 42124, 2),
223
+ (42128, 42182, 2),
224
+ (42607, 42610, 0),
225
+ (42612, 42621, 0),
226
+ (42654, 42655, 0),
227
+ (42736, 42737, 0),
228
+ (43010, 43010, 0),
229
+ (43014, 43014, 0),
230
+ (43019, 43019, 0),
231
+ (43043, 43047, 0),
232
+ (43136, 43137, 0),
233
+ (43188, 43205, 0),
234
+ (43232, 43249, 0),
235
+ (43263, 43263, 0),
236
+ (43302, 43309, 0),
237
+ (43335, 43347, 0),
238
+ (43360, 43388, 2),
239
+ (43392, 43395, 0),
240
+ (43443, 43456, 0),
241
+ (43493, 43493, 0),
242
+ (43561, 43574, 0),
243
+ (43587, 43587, 0),
244
+ (43596, 43597, 0),
245
+ (43643, 43645, 0),
246
+ (43696, 43696, 0),
247
+ (43698, 43700, 0),
248
+ (43703, 43704, 0),
249
+ (43710, 43711, 0),
250
+ (43713, 43713, 0),
251
+ (43755, 43759, 0),
252
+ (43765, 43766, 0),
253
+ (44003, 44010, 0),
254
+ (44012, 44013, 0),
255
+ (44032, 55203, 2),
256
+ (55216, 55295, 0),
257
+ (63744, 64255, 2),
258
+ (64286, 64286, 0),
259
+ (65024, 65039, 0),
260
+ (65040, 65049, 2),
261
+ (65056, 65071, 0),
262
+ (65072, 65106, 2),
263
+ (65108, 65126, 2),
264
+ (65128, 65131, 2),
265
+ (65279, 65279, 0),
266
+ (65281, 65376, 2),
267
+ (65440, 65440, 0),
268
+ (65504, 65510, 2),
269
+ (65520, 65531, 0),
270
+ (66045, 66045, 0),
271
+ (66272, 66272, 0),
272
+ (66422, 66426, 0),
273
+ (68097, 68099, 0),
274
+ (68101, 68102, 0),
275
+ (68108, 68111, 0),
276
+ (68152, 68154, 0),
277
+ (68159, 68159, 0),
278
+ (68325, 68326, 0),
279
+ (68900, 68903, 0),
280
+ (69446, 69456, 0),
281
+ (69632, 69634, 0),
282
+ (69688, 69702, 0),
283
+ (69759, 69762, 0),
284
+ (69808, 69818, 0),
285
+ (69888, 69890, 0),
286
+ (69927, 69940, 0),
287
+ (69957, 69958, 0),
288
+ (70003, 70003, 0),
289
+ (70016, 70018, 0),
290
+ (70067, 70080, 0),
291
+ (70089, 70092, 0),
292
+ (70188, 70199, 0),
293
+ (70206, 70206, 0),
294
+ (70367, 70378, 0),
295
+ (70400, 70403, 0),
296
+ (70459, 70460, 0),
297
+ (70462, 70468, 0),
298
+ (70471, 70472, 0),
299
+ (70475, 70477, 0),
300
+ (70487, 70487, 0),
301
+ (70498, 70499, 0),
302
+ (70502, 70508, 0),
303
+ (70512, 70516, 0),
304
+ (70709, 70726, 0),
305
+ (70750, 70750, 0),
306
+ (70832, 70851, 0),
307
+ (71087, 71093, 0),
308
+ (71096, 71104, 0),
309
+ (71132, 71133, 0),
310
+ (71216, 71232, 0),
311
+ (71339, 71351, 0),
312
+ (71453, 71467, 0),
313
+ (71724, 71738, 0),
314
+ (72193, 72202, 0),
315
+ (72243, 72249, 0),
316
+ (72251, 72254, 0),
317
+ (72263, 72263, 0),
318
+ (72273, 72283, 0),
319
+ (72330, 72345, 0),
320
+ (72751, 72758, 0),
321
+ (72760, 72767, 0),
322
+ (72850, 72871, 0),
323
+ (72873, 72886, 0),
324
+ (73009, 73014, 0),
325
+ (73018, 73018, 0),
326
+ (73020, 73021, 0),
327
+ (73023, 73029, 0),
328
+ (73031, 73031, 0),
329
+ (73098, 73102, 0),
330
+ (73104, 73105, 0),
331
+ (73107, 73111, 0),
332
+ (73459, 73462, 0),
333
+ (92912, 92916, 0),
334
+ (92976, 92982, 0),
335
+ (94033, 94078, 0),
336
+ (94095, 94098, 0),
337
+ (94176, 94177, 2),
338
+ (94208, 100337, 2),
339
+ (100352, 101106, 2),
340
+ (110592, 110878, 2),
341
+ (110960, 111355, 2),
342
+ (113821, 113822, 0),
343
+ (113824, 113827, 0),
344
+ (119141, 119145, 0),
345
+ (119149, 119170, 0),
346
+ (119173, 119179, 0),
347
+ (119210, 119213, 0),
348
+ (119362, 119364, 0),
349
+ (121344, 121398, 0),
350
+ (121403, 121452, 0),
351
+ (121461, 121461, 0),
352
+ (121476, 121476, 0),
353
+ (121499, 121503, 0),
354
+ (121505, 121519, 0),
355
+ (122880, 122886, 0),
356
+ (122888, 122904, 0),
357
+ (122907, 122913, 0),
358
+ (122915, 122916, 0),
359
+ (122918, 122922, 0),
360
+ (125136, 125142, 0),
361
+ (125252, 125258, 0),
362
+ (126980, 126980, 2),
363
+ (127183, 127183, 2),
364
+ (127374, 127374, 2),
365
+ (127377, 127386, 2),
366
+ (127488, 127490, 2),
367
+ (127504, 127547, 2),
368
+ (127552, 127560, 2),
369
+ (127568, 127569, 2),
370
+ (127584, 127589, 2),
371
+ (127744, 127776, 2),
372
+ (127789, 127797, 2),
373
+ (127799, 127868, 2),
374
+ (127870, 127891, 2),
375
+ (127904, 127946, 2),
376
+ (127951, 127955, 2),
377
+ (127968, 127984, 2),
378
+ (127988, 127988, 2),
379
+ (127992, 127994, 2),
380
+ (127995, 127999, 0),
381
+ (128000, 128062, 2),
382
+ (128064, 128064, 2),
383
+ (128066, 128252, 2),
384
+ (128255, 128317, 2),
385
+ (128331, 128334, 2),
386
+ (128336, 128359, 2),
387
+ (128378, 128378, 2),
388
+ (128405, 128406, 2),
389
+ (128420, 128420, 2),
390
+ (128507, 128591, 2),
391
+ (128640, 128709, 2),
392
+ (128716, 128716, 2),
393
+ (128720, 128722, 2),
394
+ (128747, 128748, 2),
395
+ (128756, 128761, 2),
396
+ (129296, 129342, 2),
397
+ (129344, 129392, 2),
398
+ (129395, 129398, 2),
399
+ (129402, 129402, 2),
400
+ (129404, 129442, 2),
401
+ (129456, 129465, 2),
402
+ (129472, 129474, 2),
403
+ (129488, 129535, 2),
404
+ (131072, 196605, 2),
405
+ (196608, 262141, 2),
406
+ (917504, 921599, 0),
407
+ ],
408
+ frozenset(
409
+ [
410
+ "#",
411
+ "*",
412
+ "0",
413
+ "1",
414
+ "2",
415
+ "3",
416
+ "4",
417
+ "5",
418
+ "6",
419
+ "7",
420
+ "8",
421
+ "9",
422
+ "ยฉ",
423
+ "ยฎ",
424
+ "โ€ผ",
425
+ "โ‰",
426
+ "โ„ข",
427
+ "โ„น",
428
+ "โ†”",
429
+ "โ†•",
430
+ "โ†–",
431
+ "โ†—",
432
+ "โ†˜",
433
+ "โ†™",
434
+ "โ†ฉ",
435
+ "โ†ช",
436
+ "โŒจ",
437
+ "โ",
438
+ "โญ",
439
+ "โฎ",
440
+ "โฏ",
441
+ "โฑ",
442
+ "โฒ",
443
+ "โธ",
444
+ "โน",
445
+ "โบ",
446
+ "โ“‚",
447
+ "โ–ช",
448
+ "โ–ซ",
449
+ "โ–ถ",
450
+ "โ—€",
451
+ "โ—ป",
452
+ "โ—ผ",
453
+ "โ˜€",
454
+ "โ˜",
455
+ "โ˜‚",
456
+ "โ˜ƒ",
457
+ "โ˜„",
458
+ "โ˜Ž",
459
+ "โ˜‘",
460
+ "โ˜˜",
461
+ "โ˜",
462
+ "โ˜ ",
463
+ "โ˜ข",
464
+ "โ˜ฃ",
465
+ "โ˜ฆ",
466
+ "โ˜ช",
467
+ "โ˜ฎ",
468
+ "โ˜ฏ",
469
+ "โ˜ธ",
470
+ "โ˜น",
471
+ "โ˜บ",
472
+ "โ™€",
473
+ "โ™‚",
474
+ "โ™Ÿ",
475
+ "โ™ ",
476
+ "โ™ฃ",
477
+ "โ™ฅ",
478
+ "โ™ฆ",
479
+ "โ™จ",
480
+ "โ™ป",
481
+ "โ™พ",
482
+ "โš’",
483
+ "โš”",
484
+ "โš•",
485
+ "โš–",
486
+ "โš—",
487
+ "โš™",
488
+ "โš›",
489
+ "โšœ",
490
+ "โš ",
491
+ "โšง",
492
+ "โšฐ",
493
+ "โšฑ",
494
+ "โ›ˆ",
495
+ "โ›",
496
+ "โ›‘",
497
+ "โ›“",
498
+ "โ›ฉ",
499
+ "โ›ฐ",
500
+ "โ›ฑ",
501
+ "โ›ด",
502
+ "โ›ท",
503
+ "โ›ธ",
504
+ "โ›น",
505
+ "โœ‚",
506
+ "โœˆ",
507
+ "โœ‰",
508
+ "โœŒ",
509
+ "โœ",
510
+ "โœ",
511
+ "โœ’",
512
+ "โœ”",
513
+ "โœ–",
514
+ "โœ",
515
+ "โœก",
516
+ "โœณ",
517
+ "โœด",
518
+ "โ„",
519
+ "โ‡",
520
+ "โฃ",
521
+ "โค",
522
+ "โžก",
523
+ "โคด",
524
+ "โคต",
525
+ "โฌ…",
526
+ "โฌ†",
527
+ "โฌ‡",
528
+ "๐Ÿ…ฐ",
529
+ "๐Ÿ…ฑ",
530
+ "๐Ÿ…พ",
531
+ "๐Ÿ…ฟ",
532
+ "๐ŸŒก",
533
+ "๐ŸŒค",
534
+ "๐ŸŒฅ",
535
+ "๐ŸŒฆ",
536
+ "๐ŸŒง",
537
+ "๐ŸŒจ",
538
+ "๐ŸŒฉ",
539
+ "๐ŸŒช",
540
+ "๐ŸŒซ",
541
+ "๐ŸŒฌ",
542
+ "๐ŸŒถ",
543
+ "๐Ÿฝ",
544
+ "๐ŸŽ–",
545
+ "๐ŸŽ—",
546
+ "๐ŸŽ™",
547
+ "๐ŸŽš",
548
+ "๐ŸŽ›",
549
+ "๐ŸŽž",
550
+ "๐ŸŽŸ",
551
+ "๐Ÿ‹",
552
+ "๐ŸŒ",
553
+ "๐Ÿ",
554
+ "๐ŸŽ",
555
+ "๐Ÿ”",
556
+ "๐Ÿ•",
557
+ "๐Ÿ–",
558
+ "๐Ÿ—",
559
+ "๐Ÿ˜",
560
+ "๐Ÿ™",
561
+ "๐Ÿš",
562
+ "๐Ÿ›",
563
+ "๐Ÿœ",
564
+ "๐Ÿ",
565
+ "๐Ÿž",
566
+ "๐ŸŸ",
567
+ "๐Ÿณ",
568
+ "๐Ÿต",
569
+ "๐Ÿท",
570
+ "๐Ÿฟ",
571
+ "๐Ÿ‘",
572
+ "๐Ÿ“ฝ",
573
+ "๐Ÿ•‰",
574
+ "๐Ÿ•Š",
575
+ "๐Ÿ•ฏ",
576
+ "๐Ÿ•ฐ",
577
+ "๐Ÿ•ณ",
578
+ "๐Ÿ•ด",
579
+ "๐Ÿ•ต",
580
+ "๐Ÿ•ถ",
581
+ "๐Ÿ•ท",
582
+ "๐Ÿ•ธ",
583
+ "๐Ÿ•น",
584
+ "๐Ÿ–‡",
585
+ "๐Ÿ–Š",
586
+ "๐Ÿ–‹",
587
+ "๐Ÿ–Œ",
588
+ "๐Ÿ–",
589
+ "๐Ÿ–",
590
+ "๐Ÿ–ฅ",
591
+ "๐Ÿ–จ",
592
+ "๐Ÿ–ฑ",
593
+ "๐Ÿ–ฒ",
594
+ "๐Ÿ–ผ",
595
+ "๐Ÿ—‚",
596
+ "๐Ÿ—ƒ",
597
+ "๐Ÿ—„",
598
+ "๐Ÿ—‘",
599
+ "๐Ÿ—’",
600
+ "๐Ÿ—“",
601
+ "๐Ÿ—œ",
602
+ "๐Ÿ—",
603
+ "๐Ÿ—ž",
604
+ "๐Ÿ—ก",
605
+ "๐Ÿ—ฃ",
606
+ "๐Ÿ—จ",
607
+ "๐Ÿ—ฏ",
608
+ "๐Ÿ—ณ",
609
+ "๐Ÿ—บ",
610
+ "๐Ÿ›‹",
611
+ "๐Ÿ›",
612
+ "๐Ÿ›Ž",
613
+ "๐Ÿ›",
614
+ "๐Ÿ› ",
615
+ "๐Ÿ›ก",
616
+ "๐Ÿ›ข",
617
+ "๐Ÿ›ฃ",
618
+ "๐Ÿ›ค",
619
+ "๐Ÿ›ฅ",
620
+ "๐Ÿ›ฉ",
621
+ "๐Ÿ›ฐ",
622
+ "๐Ÿ›ณ",
623
+ ]
624
+ ),
625
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode12-0-0.py ADDED
@@ -0,0 +1,637 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "12.0.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2259, 2273, 0),
36
+ (2275, 2307, 0),
37
+ (2362, 2364, 0),
38
+ (2366, 2383, 0),
39
+ (2385, 2391, 0),
40
+ (2402, 2403, 0),
41
+ (2433, 2435, 0),
42
+ (2492, 2492, 0),
43
+ (2494, 2500, 0),
44
+ (2503, 2504, 0),
45
+ (2507, 2509, 0),
46
+ (2519, 2519, 0),
47
+ (2530, 2531, 0),
48
+ (2558, 2558, 0),
49
+ (2561, 2563, 0),
50
+ (2620, 2620, 0),
51
+ (2622, 2626, 0),
52
+ (2631, 2632, 0),
53
+ (2635, 2637, 0),
54
+ (2641, 2641, 0),
55
+ (2672, 2673, 0),
56
+ (2677, 2677, 0),
57
+ (2689, 2691, 0),
58
+ (2748, 2748, 0),
59
+ (2750, 2757, 0),
60
+ (2759, 2761, 0),
61
+ (2763, 2765, 0),
62
+ (2786, 2787, 0),
63
+ (2810, 2815, 0),
64
+ (2817, 2819, 0),
65
+ (2876, 2876, 0),
66
+ (2878, 2884, 0),
67
+ (2887, 2888, 0),
68
+ (2891, 2893, 0),
69
+ (2902, 2903, 0),
70
+ (2914, 2915, 0),
71
+ (2946, 2946, 0),
72
+ (3006, 3010, 0),
73
+ (3014, 3016, 0),
74
+ (3018, 3021, 0),
75
+ (3031, 3031, 0),
76
+ (3072, 3076, 0),
77
+ (3134, 3140, 0),
78
+ (3142, 3144, 0),
79
+ (3146, 3149, 0),
80
+ (3157, 3158, 0),
81
+ (3170, 3171, 0),
82
+ (3201, 3203, 0),
83
+ (3260, 3260, 0),
84
+ (3262, 3268, 0),
85
+ (3270, 3272, 0),
86
+ (3274, 3277, 0),
87
+ (3285, 3286, 0),
88
+ (3298, 3299, 0),
89
+ (3328, 3331, 0),
90
+ (3387, 3388, 0),
91
+ (3390, 3396, 0),
92
+ (3398, 3400, 0),
93
+ (3402, 3405, 0),
94
+ (3415, 3415, 0),
95
+ (3426, 3427, 0),
96
+ (3458, 3459, 0),
97
+ (3530, 3530, 0),
98
+ (3535, 3540, 0),
99
+ (3542, 3542, 0),
100
+ (3544, 3551, 0),
101
+ (3570, 3571, 0),
102
+ (3633, 3633, 0),
103
+ (3636, 3642, 0),
104
+ (3655, 3662, 0),
105
+ (3761, 3761, 0),
106
+ (3764, 3772, 0),
107
+ (3784, 3789, 0),
108
+ (3864, 3865, 0),
109
+ (3893, 3893, 0),
110
+ (3895, 3895, 0),
111
+ (3897, 3897, 0),
112
+ (3902, 3903, 0),
113
+ (3953, 3972, 0),
114
+ (3974, 3975, 0),
115
+ (3981, 3991, 0),
116
+ (3993, 4028, 0),
117
+ (4038, 4038, 0),
118
+ (4139, 4158, 0),
119
+ (4182, 4185, 0),
120
+ (4190, 4192, 0),
121
+ (4194, 4196, 0),
122
+ (4199, 4205, 0),
123
+ (4209, 4212, 0),
124
+ (4226, 4237, 0),
125
+ (4239, 4239, 0),
126
+ (4250, 4253, 0),
127
+ (4352, 4447, 2),
128
+ (4448, 4607, 0),
129
+ (4957, 4959, 0),
130
+ (5906, 5908, 0),
131
+ (5938, 5940, 0),
132
+ (5970, 5971, 0),
133
+ (6002, 6003, 0),
134
+ (6068, 6099, 0),
135
+ (6109, 6109, 0),
136
+ (6155, 6158, 0),
137
+ (6277, 6278, 0),
138
+ (6313, 6313, 0),
139
+ (6432, 6443, 0),
140
+ (6448, 6459, 0),
141
+ (6679, 6683, 0),
142
+ (6741, 6750, 0),
143
+ (6752, 6780, 0),
144
+ (6783, 6783, 0),
145
+ (6832, 6846, 0),
146
+ (6912, 6916, 0),
147
+ (6964, 6980, 0),
148
+ (7019, 7027, 0),
149
+ (7040, 7042, 0),
150
+ (7073, 7085, 0),
151
+ (7142, 7155, 0),
152
+ (7204, 7223, 0),
153
+ (7376, 7378, 0),
154
+ (7380, 7400, 0),
155
+ (7405, 7405, 0),
156
+ (7412, 7412, 0),
157
+ (7415, 7417, 0),
158
+ (7616, 7673, 0),
159
+ (7675, 7679, 0),
160
+ (8203, 8207, 0),
161
+ (8232, 8238, 0),
162
+ (8288, 8303, 0),
163
+ (8400, 8432, 0),
164
+ (8986, 8987, 2),
165
+ (9001, 9002, 2),
166
+ (9193, 9196, 2),
167
+ (9200, 9200, 2),
168
+ (9203, 9203, 2),
169
+ (9725, 9726, 2),
170
+ (9748, 9749, 2),
171
+ (9800, 9811, 2),
172
+ (9855, 9855, 2),
173
+ (9875, 9875, 2),
174
+ (9889, 9889, 2),
175
+ (9898, 9899, 2),
176
+ (9917, 9918, 2),
177
+ (9924, 9925, 2),
178
+ (9934, 9934, 2),
179
+ (9940, 9940, 2),
180
+ (9962, 9962, 2),
181
+ (9970, 9971, 2),
182
+ (9973, 9973, 2),
183
+ (9978, 9978, 2),
184
+ (9981, 9981, 2),
185
+ (9989, 9989, 2),
186
+ (9994, 9995, 2),
187
+ (10024, 10024, 2),
188
+ (10060, 10060, 2),
189
+ (10062, 10062, 2),
190
+ (10067, 10069, 2),
191
+ (10071, 10071, 2),
192
+ (10133, 10135, 2),
193
+ (10160, 10160, 2),
194
+ (10175, 10175, 2),
195
+ (11035, 11036, 2),
196
+ (11088, 11088, 2),
197
+ (11093, 11093, 2),
198
+ (11503, 11505, 0),
199
+ (11647, 11647, 0),
200
+ (11744, 11775, 0),
201
+ (11904, 11929, 2),
202
+ (11931, 12019, 2),
203
+ (12032, 12245, 2),
204
+ (12272, 12283, 2),
205
+ (12288, 12329, 2),
206
+ (12330, 12335, 0),
207
+ (12336, 12350, 2),
208
+ (12353, 12438, 2),
209
+ (12441, 12442, 0),
210
+ (12443, 12543, 2),
211
+ (12549, 12591, 2),
212
+ (12593, 12643, 2),
213
+ (12644, 12644, 0),
214
+ (12645, 12686, 2),
215
+ (12688, 12730, 2),
216
+ (12736, 12771, 2),
217
+ (12784, 12830, 2),
218
+ (12832, 12871, 2),
219
+ (12880, 13054, 2),
220
+ (13056, 19903, 2),
221
+ (19968, 42124, 2),
222
+ (42128, 42182, 2),
223
+ (42607, 42610, 0),
224
+ (42612, 42621, 0),
225
+ (42654, 42655, 0),
226
+ (42736, 42737, 0),
227
+ (43010, 43010, 0),
228
+ (43014, 43014, 0),
229
+ (43019, 43019, 0),
230
+ (43043, 43047, 0),
231
+ (43136, 43137, 0),
232
+ (43188, 43205, 0),
233
+ (43232, 43249, 0),
234
+ (43263, 43263, 0),
235
+ (43302, 43309, 0),
236
+ (43335, 43347, 0),
237
+ (43360, 43388, 2),
238
+ (43392, 43395, 0),
239
+ (43443, 43456, 0),
240
+ (43493, 43493, 0),
241
+ (43561, 43574, 0),
242
+ (43587, 43587, 0),
243
+ (43596, 43597, 0),
244
+ (43643, 43645, 0),
245
+ (43696, 43696, 0),
246
+ (43698, 43700, 0),
247
+ (43703, 43704, 0),
248
+ (43710, 43711, 0),
249
+ (43713, 43713, 0),
250
+ (43755, 43759, 0),
251
+ (43765, 43766, 0),
252
+ (44003, 44010, 0),
253
+ (44012, 44013, 0),
254
+ (44032, 55203, 2),
255
+ (55216, 55295, 0),
256
+ (63744, 64255, 2),
257
+ (64286, 64286, 0),
258
+ (65024, 65039, 0),
259
+ (65040, 65049, 2),
260
+ (65056, 65071, 0),
261
+ (65072, 65106, 2),
262
+ (65108, 65126, 2),
263
+ (65128, 65131, 2),
264
+ (65279, 65279, 0),
265
+ (65281, 65376, 2),
266
+ (65440, 65440, 0),
267
+ (65504, 65510, 2),
268
+ (65520, 65531, 0),
269
+ (66045, 66045, 0),
270
+ (66272, 66272, 0),
271
+ (66422, 66426, 0),
272
+ (68097, 68099, 0),
273
+ (68101, 68102, 0),
274
+ (68108, 68111, 0),
275
+ (68152, 68154, 0),
276
+ (68159, 68159, 0),
277
+ (68325, 68326, 0),
278
+ (68900, 68903, 0),
279
+ (69446, 69456, 0),
280
+ (69632, 69634, 0),
281
+ (69688, 69702, 0),
282
+ (69759, 69762, 0),
283
+ (69808, 69818, 0),
284
+ (69888, 69890, 0),
285
+ (69927, 69940, 0),
286
+ (69957, 69958, 0),
287
+ (70003, 70003, 0),
288
+ (70016, 70018, 0),
289
+ (70067, 70080, 0),
290
+ (70089, 70092, 0),
291
+ (70188, 70199, 0),
292
+ (70206, 70206, 0),
293
+ (70367, 70378, 0),
294
+ (70400, 70403, 0),
295
+ (70459, 70460, 0),
296
+ (70462, 70468, 0),
297
+ (70471, 70472, 0),
298
+ (70475, 70477, 0),
299
+ (70487, 70487, 0),
300
+ (70498, 70499, 0),
301
+ (70502, 70508, 0),
302
+ (70512, 70516, 0),
303
+ (70709, 70726, 0),
304
+ (70750, 70750, 0),
305
+ (70832, 70851, 0),
306
+ (71087, 71093, 0),
307
+ (71096, 71104, 0),
308
+ (71132, 71133, 0),
309
+ (71216, 71232, 0),
310
+ (71339, 71351, 0),
311
+ (71453, 71467, 0),
312
+ (71724, 71738, 0),
313
+ (72145, 72151, 0),
314
+ (72154, 72160, 0),
315
+ (72164, 72164, 0),
316
+ (72193, 72202, 0),
317
+ (72243, 72249, 0),
318
+ (72251, 72254, 0),
319
+ (72263, 72263, 0),
320
+ (72273, 72283, 0),
321
+ (72330, 72345, 0),
322
+ (72751, 72758, 0),
323
+ (72760, 72767, 0),
324
+ (72850, 72871, 0),
325
+ (72873, 72886, 0),
326
+ (73009, 73014, 0),
327
+ (73018, 73018, 0),
328
+ (73020, 73021, 0),
329
+ (73023, 73029, 0),
330
+ (73031, 73031, 0),
331
+ (73098, 73102, 0),
332
+ (73104, 73105, 0),
333
+ (73107, 73111, 0),
334
+ (73459, 73462, 0),
335
+ (78896, 78904, 0),
336
+ (92912, 92916, 0),
337
+ (92976, 92982, 0),
338
+ (94031, 94031, 0),
339
+ (94033, 94087, 0),
340
+ (94095, 94098, 0),
341
+ (94176, 94179, 2),
342
+ (94208, 100343, 2),
343
+ (100352, 101106, 2),
344
+ (110592, 110878, 2),
345
+ (110928, 110930, 2),
346
+ (110948, 110951, 2),
347
+ (110960, 111355, 2),
348
+ (113821, 113822, 0),
349
+ (113824, 113827, 0),
350
+ (119141, 119145, 0),
351
+ (119149, 119170, 0),
352
+ (119173, 119179, 0),
353
+ (119210, 119213, 0),
354
+ (119362, 119364, 0),
355
+ (121344, 121398, 0),
356
+ (121403, 121452, 0),
357
+ (121461, 121461, 0),
358
+ (121476, 121476, 0),
359
+ (121499, 121503, 0),
360
+ (121505, 121519, 0),
361
+ (122880, 122886, 0),
362
+ (122888, 122904, 0),
363
+ (122907, 122913, 0),
364
+ (122915, 122916, 0),
365
+ (122918, 122922, 0),
366
+ (123184, 123190, 0),
367
+ (123628, 123631, 0),
368
+ (125136, 125142, 0),
369
+ (125252, 125258, 0),
370
+ (126980, 126980, 2),
371
+ (127183, 127183, 2),
372
+ (127374, 127374, 2),
373
+ (127377, 127386, 2),
374
+ (127488, 127490, 2),
375
+ (127504, 127547, 2),
376
+ (127552, 127560, 2),
377
+ (127568, 127569, 2),
378
+ (127584, 127589, 2),
379
+ (127744, 127776, 2),
380
+ (127789, 127797, 2),
381
+ (127799, 127868, 2),
382
+ (127870, 127891, 2),
383
+ (127904, 127946, 2),
384
+ (127951, 127955, 2),
385
+ (127968, 127984, 2),
386
+ (127988, 127988, 2),
387
+ (127992, 127994, 2),
388
+ (127995, 127999, 0),
389
+ (128000, 128062, 2),
390
+ (128064, 128064, 2),
391
+ (128066, 128252, 2),
392
+ (128255, 128317, 2),
393
+ (128331, 128334, 2),
394
+ (128336, 128359, 2),
395
+ (128378, 128378, 2),
396
+ (128405, 128406, 2),
397
+ (128420, 128420, 2),
398
+ (128507, 128591, 2),
399
+ (128640, 128709, 2),
400
+ (128716, 128716, 2),
401
+ (128720, 128722, 2),
402
+ (128725, 128725, 2),
403
+ (128747, 128748, 2),
404
+ (128756, 128762, 2),
405
+ (128992, 129003, 2),
406
+ (129293, 129393, 2),
407
+ (129395, 129398, 2),
408
+ (129402, 129442, 2),
409
+ (129445, 129450, 2),
410
+ (129454, 129482, 2),
411
+ (129485, 129535, 2),
412
+ (129648, 129651, 2),
413
+ (129656, 129658, 2),
414
+ (129664, 129666, 2),
415
+ (129680, 129685, 2),
416
+ (131072, 196605, 2),
417
+ (196608, 262141, 2),
418
+ (917504, 921599, 0),
419
+ ],
420
+ frozenset(
421
+ [
422
+ "#",
423
+ "*",
424
+ "0",
425
+ "1",
426
+ "2",
427
+ "3",
428
+ "4",
429
+ "5",
430
+ "6",
431
+ "7",
432
+ "8",
433
+ "9",
434
+ "ยฉ",
435
+ "ยฎ",
436
+ "โ€ผ",
437
+ "โ‰",
438
+ "โ„ข",
439
+ "โ„น",
440
+ "โ†”",
441
+ "โ†•",
442
+ "โ†–",
443
+ "โ†—",
444
+ "โ†˜",
445
+ "โ†™",
446
+ "โ†ฉ",
447
+ "โ†ช",
448
+ "โŒจ",
449
+ "โ",
450
+ "โญ",
451
+ "โฎ",
452
+ "โฏ",
453
+ "โฑ",
454
+ "โฒ",
455
+ "โธ",
456
+ "โน",
457
+ "โบ",
458
+ "โ“‚",
459
+ "โ–ช",
460
+ "โ–ซ",
461
+ "โ–ถ",
462
+ "โ—€",
463
+ "โ—ป",
464
+ "โ—ผ",
465
+ "โ˜€",
466
+ "โ˜",
467
+ "โ˜‚",
468
+ "โ˜ƒ",
469
+ "โ˜„",
470
+ "โ˜Ž",
471
+ "โ˜‘",
472
+ "โ˜˜",
473
+ "โ˜",
474
+ "โ˜ ",
475
+ "โ˜ข",
476
+ "โ˜ฃ",
477
+ "โ˜ฆ",
478
+ "โ˜ช",
479
+ "โ˜ฎ",
480
+ "โ˜ฏ",
481
+ "โ˜ธ",
482
+ "โ˜น",
483
+ "โ˜บ",
484
+ "โ™€",
485
+ "โ™‚",
486
+ "โ™Ÿ",
487
+ "โ™ ",
488
+ "โ™ฃ",
489
+ "โ™ฅ",
490
+ "โ™ฆ",
491
+ "โ™จ",
492
+ "โ™ป",
493
+ "โ™พ",
494
+ "โš’",
495
+ "โš”",
496
+ "โš•",
497
+ "โš–",
498
+ "โš—",
499
+ "โš™",
500
+ "โš›",
501
+ "โšœ",
502
+ "โš ",
503
+ "โšง",
504
+ "โšฐ",
505
+ "โšฑ",
506
+ "โ›ˆ",
507
+ "โ›",
508
+ "โ›‘",
509
+ "โ›“",
510
+ "โ›ฉ",
511
+ "โ›ฐ",
512
+ "โ›ฑ",
513
+ "โ›ด",
514
+ "โ›ท",
515
+ "โ›ธ",
516
+ "โ›น",
517
+ "โœ‚",
518
+ "โœˆ",
519
+ "โœ‰",
520
+ "โœŒ",
521
+ "โœ",
522
+ "โœ",
523
+ "โœ’",
524
+ "โœ”",
525
+ "โœ–",
526
+ "โœ",
527
+ "โœก",
528
+ "โœณ",
529
+ "โœด",
530
+ "โ„",
531
+ "โ‡",
532
+ "โฃ",
533
+ "โค",
534
+ "โžก",
535
+ "โคด",
536
+ "โคต",
537
+ "โฌ…",
538
+ "โฌ†",
539
+ "โฌ‡",
540
+ "๐Ÿ…ฐ",
541
+ "๐Ÿ…ฑ",
542
+ "๐Ÿ…พ",
543
+ "๐Ÿ…ฟ",
544
+ "๐ŸŒก",
545
+ "๐ŸŒค",
546
+ "๐ŸŒฅ",
547
+ "๐ŸŒฆ",
548
+ "๐ŸŒง",
549
+ "๐ŸŒจ",
550
+ "๐ŸŒฉ",
551
+ "๐ŸŒช",
552
+ "๐ŸŒซ",
553
+ "๐ŸŒฌ",
554
+ "๐ŸŒถ",
555
+ "๐Ÿฝ",
556
+ "๐ŸŽ–",
557
+ "๐ŸŽ—",
558
+ "๐ŸŽ™",
559
+ "๐ŸŽš",
560
+ "๐ŸŽ›",
561
+ "๐ŸŽž",
562
+ "๐ŸŽŸ",
563
+ "๐Ÿ‹",
564
+ "๐ŸŒ",
565
+ "๐Ÿ",
566
+ "๐ŸŽ",
567
+ "๐Ÿ”",
568
+ "๐Ÿ•",
569
+ "๐Ÿ–",
570
+ "๐Ÿ—",
571
+ "๐Ÿ˜",
572
+ "๐Ÿ™",
573
+ "๐Ÿš",
574
+ "๐Ÿ›",
575
+ "๐Ÿœ",
576
+ "๐Ÿ",
577
+ "๐Ÿž",
578
+ "๐ŸŸ",
579
+ "๐Ÿณ",
580
+ "๐Ÿต",
581
+ "๐Ÿท",
582
+ "๐Ÿฟ",
583
+ "๐Ÿ‘",
584
+ "๐Ÿ“ฝ",
585
+ "๐Ÿ•‰",
586
+ "๐Ÿ•Š",
587
+ "๐Ÿ•ฏ",
588
+ "๐Ÿ•ฐ",
589
+ "๐Ÿ•ณ",
590
+ "๐Ÿ•ด",
591
+ "๐Ÿ•ต",
592
+ "๐Ÿ•ถ",
593
+ "๐Ÿ•ท",
594
+ "๐Ÿ•ธ",
595
+ "๐Ÿ•น",
596
+ "๐Ÿ–‡",
597
+ "๐Ÿ–Š",
598
+ "๐Ÿ–‹",
599
+ "๐Ÿ–Œ",
600
+ "๐Ÿ–",
601
+ "๐Ÿ–",
602
+ "๐Ÿ–ฅ",
603
+ "๐Ÿ–จ",
604
+ "๐Ÿ–ฑ",
605
+ "๐Ÿ–ฒ",
606
+ "๐Ÿ–ผ",
607
+ "๐Ÿ—‚",
608
+ "๐Ÿ—ƒ",
609
+ "๐Ÿ—„",
610
+ "๐Ÿ—‘",
611
+ "๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝ",
612
+ "๐Ÿ—“",
613
+ "๐Ÿ—œ",
614
+ "๐Ÿ—",
615
+ "๐Ÿ—ž",
616
+ "๐Ÿ—ก",
617
+ "๐Ÿ—ฃ",
618
+ "๐Ÿ—จ",
619
+ "๐Ÿ—ฏ",
620
+ "๐Ÿ—ณ",
621
+ "๐Ÿ—บ",
622
+ "๐Ÿ›‹",
623
+ "๐Ÿ›",
624
+ "๐Ÿ›Ž",
625
+ "๐Ÿ›",
626
+ "๐Ÿ› ",
627
+ "๐Ÿ›ก",
628
+ "๐Ÿ›ข",
629
+ "๐Ÿ›ฃ",
630
+ "๐Ÿ›ค",
631
+ "๐Ÿ›ฅ",
632
+ "๐Ÿ›ฉ",
633
+ "๐Ÿ›ฐ",
634
+ "๐Ÿ›ณ",
635
+ ]
636
+ ),
637
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode12-1-0.py ADDED
@@ -0,0 +1,636 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "12.1.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2259, 2273, 0),
36
+ (2275, 2307, 0),
37
+ (2362, 2364, 0),
38
+ (2366, 2383, 0),
39
+ (2385, 2391, 0),
40
+ (2402, 2403, 0),
41
+ (2433, 2435, 0),
42
+ (2492, 2492, 0),
43
+ (2494, 2500, 0),
44
+ (2503, 2504, 0),
45
+ (2507, 2509, 0),
46
+ (2519, 2519, 0),
47
+ (2530, 2531, 0),
48
+ (2558, 2558, 0),
49
+ (2561, 2563, 0),
50
+ (2620, 2620, 0),
51
+ (2622, 2626, 0),
52
+ (2631, 2632, 0),
53
+ (2635, 2637, 0),
54
+ (2641, 2641, 0),
55
+ (2672, 2673, 0),
56
+ (2677, 2677, 0),
57
+ (2689, 2691, 0),
58
+ (2748, 2748, 0),
59
+ (2750, 2757, 0),
60
+ (2759, 2761, 0),
61
+ (2763, 2765, 0),
62
+ (2786, 2787, 0),
63
+ (2810, 2815, 0),
64
+ (2817, 2819, 0),
65
+ (2876, 2876, 0),
66
+ (2878, 2884, 0),
67
+ (2887, 2888, 0),
68
+ (2891, 2893, 0),
69
+ (2902, 2903, 0),
70
+ (2914, 2915, 0),
71
+ (2946, 2946, 0),
72
+ (3006, 3010, 0),
73
+ (3014, 3016, 0),
74
+ (3018, 3021, 0),
75
+ (3031, 3031, 0),
76
+ (3072, 3076, 0),
77
+ (3134, 3140, 0),
78
+ (3142, 3144, 0),
79
+ (3146, 3149, 0),
80
+ (3157, 3158, 0),
81
+ (3170, 3171, 0),
82
+ (3201, 3203, 0),
83
+ (3260, 3260, 0),
84
+ (3262, 3268, 0),
85
+ (3270, 3272, 0),
86
+ (3274, 3277, 0),
87
+ (3285, 3286, 0),
88
+ (3298, 3299, 0),
89
+ (3328, 3331, 0),
90
+ (3387, 3388, 0),
91
+ (3390, 3396, 0),
92
+ (3398, 3400, 0),
93
+ (3402, 3405, 0),
94
+ (3415, 3415, 0),
95
+ (3426, 3427, 0),
96
+ (3458, 3459, 0),
97
+ (3530, 3530, 0),
98
+ (3535, 3540, 0),
99
+ (3542, 3542, 0),
100
+ (3544, 3551, 0),
101
+ (3570, 3571, 0),
102
+ (3633, 3633, 0),
103
+ (3636, 3642, 0),
104
+ (3655, 3662, 0),
105
+ (3761, 3761, 0),
106
+ (3764, 3772, 0),
107
+ (3784, 3789, 0),
108
+ (3864, 3865, 0),
109
+ (3893, 3893, 0),
110
+ (3895, 3895, 0),
111
+ (3897, 3897, 0),
112
+ (3902, 3903, 0),
113
+ (3953, 3972, 0),
114
+ (3974, 3975, 0),
115
+ (3981, 3991, 0),
116
+ (3993, 4028, 0),
117
+ (4038, 4038, 0),
118
+ (4139, 4158, 0),
119
+ (4182, 4185, 0),
120
+ (4190, 4192, 0),
121
+ (4194, 4196, 0),
122
+ (4199, 4205, 0),
123
+ (4209, 4212, 0),
124
+ (4226, 4237, 0),
125
+ (4239, 4239, 0),
126
+ (4250, 4253, 0),
127
+ (4352, 4447, 2),
128
+ (4448, 4607, 0),
129
+ (4957, 4959, 0),
130
+ (5906, 5908, 0),
131
+ (5938, 5940, 0),
132
+ (5970, 5971, 0),
133
+ (6002, 6003, 0),
134
+ (6068, 6099, 0),
135
+ (6109, 6109, 0),
136
+ (6155, 6158, 0),
137
+ (6277, 6278, 0),
138
+ (6313, 6313, 0),
139
+ (6432, 6443, 0),
140
+ (6448, 6459, 0),
141
+ (6679, 6683, 0),
142
+ (6741, 6750, 0),
143
+ (6752, 6780, 0),
144
+ (6783, 6783, 0),
145
+ (6832, 6846, 0),
146
+ (6912, 6916, 0),
147
+ (6964, 6980, 0),
148
+ (7019, 7027, 0),
149
+ (7040, 7042, 0),
150
+ (7073, 7085, 0),
151
+ (7142, 7155, 0),
152
+ (7204, 7223, 0),
153
+ (7376, 7378, 0),
154
+ (7380, 7400, 0),
155
+ (7405, 7405, 0),
156
+ (7412, 7412, 0),
157
+ (7415, 7417, 0),
158
+ (7616, 7673, 0),
159
+ (7675, 7679, 0),
160
+ (8203, 8207, 0),
161
+ (8232, 8238, 0),
162
+ (8288, 8303, 0),
163
+ (8400, 8432, 0),
164
+ (8986, 8987, 2),
165
+ (9001, 9002, 2),
166
+ (9193, 9196, 2),
167
+ (9200, 9200, 2),
168
+ (9203, 9203, 2),
169
+ (9725, 9726, 2),
170
+ (9748, 9749, 2),
171
+ (9800, 9811, 2),
172
+ (9855, 9855, 2),
173
+ (9875, 9875, 2),
174
+ (9889, 9889, 2),
175
+ (9898, 9899, 2),
176
+ (9917, 9918, 2),
177
+ (9924, 9925, 2),
178
+ (9934, 9934, 2),
179
+ (9940, 9940, 2),
180
+ (9962, 9962, 2),
181
+ (9970, 9971, 2),
182
+ (9973, 9973, 2),
183
+ (9978, 9978, 2),
184
+ (9981, 9981, 2),
185
+ (9989, 9989, 2),
186
+ (9994, 9995, 2),
187
+ (10024, 10024, 2),
188
+ (10060, 10060, 2),
189
+ (10062, 10062, 2),
190
+ (10067, 10069, 2),
191
+ (10071, 10071, 2),
192
+ (10133, 10135, 2),
193
+ (10160, 10160, 2),
194
+ (10175, 10175, 2),
195
+ (11035, 11036, 2),
196
+ (11088, 11088, 2),
197
+ (11093, 11093, 2),
198
+ (11503, 11505, 0),
199
+ (11647, 11647, 0),
200
+ (11744, 11775, 0),
201
+ (11904, 11929, 2),
202
+ (11931, 12019, 2),
203
+ (12032, 12245, 2),
204
+ (12272, 12283, 2),
205
+ (12288, 12329, 2),
206
+ (12330, 12335, 0),
207
+ (12336, 12350, 2),
208
+ (12353, 12438, 2),
209
+ (12441, 12442, 0),
210
+ (12443, 12543, 2),
211
+ (12549, 12591, 2),
212
+ (12593, 12643, 2),
213
+ (12644, 12644, 0),
214
+ (12645, 12686, 2),
215
+ (12688, 12730, 2),
216
+ (12736, 12771, 2),
217
+ (12784, 12830, 2),
218
+ (12832, 12871, 2),
219
+ (12880, 19903, 2),
220
+ (19968, 42124, 2),
221
+ (42128, 42182, 2),
222
+ (42607, 42610, 0),
223
+ (42612, 42621, 0),
224
+ (42654, 42655, 0),
225
+ (42736, 42737, 0),
226
+ (43010, 43010, 0),
227
+ (43014, 43014, 0),
228
+ (43019, 43019, 0),
229
+ (43043, 43047, 0),
230
+ (43136, 43137, 0),
231
+ (43188, 43205, 0),
232
+ (43232, 43249, 0),
233
+ (43263, 43263, 0),
234
+ (43302, 43309, 0),
235
+ (43335, 43347, 0),
236
+ (43360, 43388, 2),
237
+ (43392, 43395, 0),
238
+ (43443, 43456, 0),
239
+ (43493, 43493, 0),
240
+ (43561, 43574, 0),
241
+ (43587, 43587, 0),
242
+ (43596, 43597, 0),
243
+ (43643, 43645, 0),
244
+ (43696, 43696, 0),
245
+ (43698, 43700, 0),
246
+ (43703, 43704, 0),
247
+ (43710, 43711, 0),
248
+ (43713, 43713, 0),
249
+ (43755, 43759, 0),
250
+ (43765, 43766, 0),
251
+ (44003, 44010, 0),
252
+ (44012, 44013, 0),
253
+ (44032, 55203, 2),
254
+ (55216, 55295, 0),
255
+ (63744, 64255, 2),
256
+ (64286, 64286, 0),
257
+ (65024, 65039, 0),
258
+ (65040, 65049, 2),
259
+ (65056, 65071, 0),
260
+ (65072, 65106, 2),
261
+ (65108, 65126, 2),
262
+ (65128, 65131, 2),
263
+ (65279, 65279, 0),
264
+ (65281, 65376, 2),
265
+ (65440, 65440, 0),
266
+ (65504, 65510, 2),
267
+ (65520, 65531, 0),
268
+ (66045, 66045, 0),
269
+ (66272, 66272, 0),
270
+ (66422, 66426, 0),
271
+ (68097, 68099, 0),
272
+ (68101, 68102, 0),
273
+ (68108, 68111, 0),
274
+ (68152, 68154, 0),
275
+ (68159, 68159, 0),
276
+ (68325, 68326, 0),
277
+ (68900, 68903, 0),
278
+ (69446, 69456, 0),
279
+ (69632, 69634, 0),
280
+ (69688, 69702, 0),
281
+ (69759, 69762, 0),
282
+ (69808, 69818, 0),
283
+ (69888, 69890, 0),
284
+ (69927, 69940, 0),
285
+ (69957, 69958, 0),
286
+ (70003, 70003, 0),
287
+ (70016, 70018, 0),
288
+ (70067, 70080, 0),
289
+ (70089, 70092, 0),
290
+ (70188, 70199, 0),
291
+ (70206, 70206, 0),
292
+ (70367, 70378, 0),
293
+ (70400, 70403, 0),
294
+ (70459, 70460, 0),
295
+ (70462, 70468, 0),
296
+ (70471, 70472, 0),
297
+ (70475, 70477, 0),
298
+ (70487, 70487, 0),
299
+ (70498, 70499, 0),
300
+ (70502, 70508, 0),
301
+ (70512, 70516, 0),
302
+ (70709, 70726, 0),
303
+ (70750, 70750, 0),
304
+ (70832, 70851, 0),
305
+ (71087, 71093, 0),
306
+ (71096, 71104, 0),
307
+ (71132, 71133, 0),
308
+ (71216, 71232, 0),
309
+ (71339, 71351, 0),
310
+ (71453, 71467, 0),
311
+ (71724, 71738, 0),
312
+ (72145, 72151, 0),
313
+ (72154, 72160, 0),
314
+ (72164, 72164, 0),
315
+ (72193, 72202, 0),
316
+ (72243, 72249, 0),
317
+ (72251, 72254, 0),
318
+ (72263, 72263, 0),
319
+ (72273, 72283, 0),
320
+ (72330, 72345, 0),
321
+ (72751, 72758, 0),
322
+ (72760, 72767, 0),
323
+ (72850, 72871, 0),
324
+ (72873, 72886, 0),
325
+ (73009, 73014, 0),
326
+ (73018, 73018, 0),
327
+ (73020, 73021, 0),
328
+ (73023, 73029, 0),
329
+ (73031, 73031, 0),
330
+ (73098, 73102, 0),
331
+ (73104, 73105, 0),
332
+ (73107, 73111, 0),
333
+ (73459, 73462, 0),
334
+ (78896, 78904, 0),
335
+ (92912, 92916, 0),
336
+ (92976, 92982, 0),
337
+ (94031, 94031, 0),
338
+ (94033, 94087, 0),
339
+ (94095, 94098, 0),
340
+ (94176, 94179, 2),
341
+ (94208, 100343, 2),
342
+ (100352, 101106, 2),
343
+ (110592, 110878, 2),
344
+ (110928, 110930, 2),
345
+ (110948, 110951, 2),
346
+ (110960, 111355, 2),
347
+ (113821, 113822, 0),
348
+ (113824, 113827, 0),
349
+ (119141, 119145, 0),
350
+ (119149, 119170, 0),
351
+ (119173, 119179, 0),
352
+ (119210, 119213, 0),
353
+ (119362, 119364, 0),
354
+ (121344, 121398, 0),
355
+ (121403, 121452, 0),
356
+ (121461, 121461, 0),
357
+ (121476, 121476, 0),
358
+ (121499, 121503, 0),
359
+ (121505, 121519, 0),
360
+ (122880, 122886, 0),
361
+ (122888, 122904, 0),
362
+ (122907, 122913, 0),
363
+ (122915, 122916, 0),
364
+ (122918, 122922, 0),
365
+ (123184, 123190, 0),
366
+ (123628, 123631, 0),
367
+ (125136, 125142, 0),
368
+ (125252, 125258, 0),
369
+ (126980, 126980, 2),
370
+ (127183, 127183, 2),
371
+ (127374, 127374, 2),
372
+ (127377, 127386, 2),
373
+ (127488, 127490, 2),
374
+ (127504, 127547, 2),
375
+ (127552, 127560, 2),
376
+ (127568, 127569, 2),
377
+ (127584, 127589, 2),
378
+ (127744, 127776, 2),
379
+ (127789, 127797, 2),
380
+ (127799, 127868, 2),
381
+ (127870, 127891, 2),
382
+ (127904, 127946, 2),
383
+ (127951, 127955, 2),
384
+ (127968, 127984, 2),
385
+ (127988, 127988, 2),
386
+ (127992, 127994, 2),
387
+ (127995, 127999, 0),
388
+ (128000, 128062, 2),
389
+ (128064, 128064, 2),
390
+ (128066, 128252, 2),
391
+ (128255, 128317, 2),
392
+ (128331, 128334, 2),
393
+ (128336, 128359, 2),
394
+ (128378, 128378, 2),
395
+ (128405, 128406, 2),
396
+ (128420, 128420, 2),
397
+ (128507, 128591, 2),
398
+ (128640, 128709, 2),
399
+ (128716, 128716, 2),
400
+ (128720, 128722, 2),
401
+ (128725, 128725, 2),
402
+ (128747, 128748, 2),
403
+ (128756, 128762, 2),
404
+ (128992, 129003, 2),
405
+ (129293, 129393, 2),
406
+ (129395, 129398, 2),
407
+ (129402, 129442, 2),
408
+ (129445, 129450, 2),
409
+ (129454, 129482, 2),
410
+ (129485, 129535, 2),
411
+ (129648, 129651, 2),
412
+ (129656, 129658, 2),
413
+ (129664, 129666, 2),
414
+ (129680, 129685, 2),
415
+ (131072, 196605, 2),
416
+ (196608, 262141, 2),
417
+ (917504, 921599, 0),
418
+ ],
419
+ frozenset(
420
+ [
421
+ "#",
422
+ "*",
423
+ "0",
424
+ "1",
425
+ "2",
426
+ "3",
427
+ "4",
428
+ "5",
429
+ "6",
430
+ "7",
431
+ "8",
432
+ "9",
433
+ "ยฉ",
434
+ "ยฎ",
435
+ "โ€ผ",
436
+ "โ‰",
437
+ "โ„ข",
438
+ "โ„น",
439
+ "โ†”",
440
+ "โ†•",
441
+ "โ†–",
442
+ "โ†—",
443
+ "โ†˜",
444
+ "โ†™",
445
+ "โ†ฉ",
446
+ "โ†ช",
447
+ "โŒจ",
448
+ "โ",
449
+ "โญ",
450
+ "โฎ",
451
+ "โฏ",
452
+ "โฑ",
453
+ "โฒ",
454
+ "โธ",
455
+ "โน",
456
+ "โบ",
457
+ "โ“‚",
458
+ "โ–ช",
459
+ "โ–ซ",
460
+ "โ–ถ",
461
+ "โ—€",
462
+ "โ—ป",
463
+ "โ—ผ",
464
+ "โ˜€",
465
+ "โ˜",
466
+ "โ˜‚",
467
+ "โ˜ƒ",
468
+ "โ˜„",
469
+ "โ˜Ž",
470
+ "โ˜‘",
471
+ "โ˜˜",
472
+ "โ˜",
473
+ "โ˜ ",
474
+ "โ˜ข",
475
+ "โ˜ฃ",
476
+ "โ˜ฆ",
477
+ "โ˜ช",
478
+ "โ˜ฎ",
479
+ "โ˜ฏ",
480
+ "โ˜ธ",
481
+ "โ˜น",
482
+ "โ˜บ",
483
+ "โ™€",
484
+ "โ™‚",
485
+ "โ™Ÿ",
486
+ "โ™ ",
487
+ "โ™ฃ",
488
+ "โ™ฅ",
489
+ "โ™ฆ",
490
+ "โ™จ",
491
+ "โ™ป",
492
+ "โ™พ",
493
+ "โš’",
494
+ "โš”",
495
+ "โš•",
496
+ "โš–",
497
+ "โš—",
498
+ "โš™",
499
+ "โš›",
500
+ "โšœ",
501
+ "โš ",
502
+ "โšง",
503
+ "โšฐ",
504
+ "โšฑ",
505
+ "โ›ˆ",
506
+ "โ›",
507
+ "โ›‘",
508
+ "โ›“",
509
+ "โ›ฉ",
510
+ "โ›ฐ",
511
+ "โ›ฑ",
512
+ "โ›ด",
513
+ "โ›ท",
514
+ "โ›ธ",
515
+ "โ›น",
516
+ "โœ‚",
517
+ "โœˆ",
518
+ "โœ‰",
519
+ "โœŒ",
520
+ "โœ",
521
+ "โœ",
522
+ "โœ’",
523
+ "โœ”",
524
+ "โœ–",
525
+ "โœ",
526
+ "โœก",
527
+ "โœณ",
528
+ "โœด",
529
+ "โ„",
530
+ "โ‡",
531
+ "โฃ",
532
+ "โค",
533
+ "โžก",
534
+ "โคด",
535
+ "โคต",
536
+ "โฌ…",
537
+ "โฌ†",
538
+ "โฌ‡",
539
+ "๐Ÿ…ฐ",
540
+ "๐Ÿ…ฑ",
541
+ "๐Ÿ…พ",
542
+ "๐Ÿ…ฟ",
543
+ "๐ŸŒก",
544
+ "๐ŸŒค",
545
+ "๐ŸŒฅ",
546
+ "๐ŸŒฆ",
547
+ "๐ŸŒง",
548
+ "๐ŸŒจ",
549
+ "๐ŸŒฉ",
550
+ "๐ŸŒช",
551
+ "๐ŸŒซ",
552
+ "๐ŸŒฌ",
553
+ "๐ŸŒถ",
554
+ "๐Ÿฝ",
555
+ "๐ŸŽ–",
556
+ "๐ŸŽ—",
557
+ "๐ŸŽ™",
558
+ "๐ŸŽš",
559
+ "๐ŸŽ›",
560
+ "๐ŸŽž",
561
+ "๐ŸŽŸ",
562
+ "๐Ÿ‹",
563
+ "๐ŸŒ",
564
+ "๐Ÿ",
565
+ "๐ŸŽ",
566
+ "๐Ÿ”",
567
+ "๐Ÿ•",
568
+ "๐Ÿ–",
569
+ "๐Ÿ—",
570
+ "๐Ÿ˜",
571
+ "๐Ÿ™",
572
+ "๐Ÿš",
573
+ "๐Ÿ›",
574
+ "๐Ÿœ",
575
+ "๐Ÿ",
576
+ "๐Ÿž",
577
+ "๐ŸŸ",
578
+ "๐Ÿณ",
579
+ "๐Ÿต",
580
+ "๐Ÿท",
581
+ "๐Ÿฟ",
582
+ "๐Ÿ‘",
583
+ "๐Ÿ“ฝ",
584
+ "๐Ÿ•‰",
585
+ "๐Ÿ•Š",
586
+ "๐Ÿ•ฏ",
587
+ "๐Ÿ•ฐ",
588
+ "๐Ÿ•ณ",
589
+ "๐Ÿ•ด",
590
+ "๐Ÿ•ต",
591
+ "๐Ÿ•ถ",
592
+ "๐Ÿ•ท",
593
+ "๐Ÿ•ธ",
594
+ "๐Ÿ•น",
595
+ "๐Ÿ–‡",
596
+ "๐Ÿ–Š",
597
+ "๐Ÿ–‹",
598
+ "๐Ÿ–Œ",
599
+ "๐Ÿ–",
600
+ "๐Ÿ–",
601
+ "๐Ÿ–ฅ",
602
+ "๐Ÿ–จ",
603
+ "๐Ÿ–ฑ",
604
+ "๐Ÿ–ฒ",
605
+ "๐Ÿ–ผ",
606
+ "๐Ÿ—‚",
607
+ "๐Ÿ—ƒ",
608
+ "๐Ÿ—„",
609
+ "๐Ÿ—‘",
610
+ "๐Ÿ—’",
611
+ "๐Ÿ—“",
612
+ "๐Ÿ—œ",
613
+ "๐Ÿ—",
614
+ "๐Ÿ—ž",
615
+ "๐Ÿ—ก",
616
+ "๐Ÿ—ฃ",
617
+ "๐Ÿ—จ",
618
+ "๐Ÿ—ฏ",
619
+ "๐Ÿ—ณ",
620
+ "๐Ÿ—บ",
621
+ "๐Ÿ›‹",
622
+ "๐Ÿ›",
623
+ "๐Ÿ›Ž",
624
+ "๐Ÿ›",
625
+ "๐Ÿ› ",
626
+ "๐Ÿ›ก",
627
+ "๐Ÿ›ข",
628
+ "๐Ÿ›ฃ",
629
+ "๐Ÿ›ค",
630
+ "๐Ÿ›ฅ",
631
+ "๐Ÿ›ฉ",
632
+ "๐Ÿ›ฐ",
633
+ "๐Ÿ›ณ",
634
+ ]
635
+ ),
636
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode13-0-0.py ADDED
@@ -0,0 +1,648 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "13.0.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2259, 2273, 0),
36
+ (2275, 2307, 0),
37
+ (2362, 2364, 0),
38
+ (2366, 2383, 0),
39
+ (2385, 2391, 0),
40
+ (2402, 2403, 0),
41
+ (2433, 2435, 0),
42
+ (2492, 2492, 0),
43
+ (2494, 2500, 0),
44
+ (2503, 2504, 0),
45
+ (2507, 2509, 0),
46
+ (2519, 2519, 0),
47
+ (2530, 2531, 0),
48
+ (2558, 2558, 0),
49
+ (2561, 2563, 0),
50
+ (2620, 2620, 0),
51
+ (2622, 2626, 0),
52
+ (2631, 2632, 0),
53
+ (2635, 2637, 0),
54
+ (2641, 2641, 0),
55
+ (2672, 2673, 0),
56
+ (2677, 2677, 0),
57
+ (2689, 2691, 0),
58
+ (2748, 2748, 0),
59
+ (2750, 2757, 0),
60
+ (2759, 2761, 0),
61
+ (2763, 2765, 0),
62
+ (2786, 2787, 0),
63
+ (2810, 2815, 0),
64
+ (2817, 2819, 0),
65
+ (2876, 2876, 0),
66
+ (2878, 2884, 0),
67
+ (2887, 2888, 0),
68
+ (2891, 2893, 0),
69
+ (2901, 2903, 0),
70
+ (2914, 2915, 0),
71
+ (2946, 2946, 0),
72
+ (3006, 3010, 0),
73
+ (3014, 3016, 0),
74
+ (3018, 3021, 0),
75
+ (3031, 3031, 0),
76
+ (3072, 3076, 0),
77
+ (3134, 3140, 0),
78
+ (3142, 3144, 0),
79
+ (3146, 3149, 0),
80
+ (3157, 3158, 0),
81
+ (3170, 3171, 0),
82
+ (3201, 3203, 0),
83
+ (3260, 3260, 0),
84
+ (3262, 3268, 0),
85
+ (3270, 3272, 0),
86
+ (3274, 3277, 0),
87
+ (3285, 3286, 0),
88
+ (3298, 3299, 0),
89
+ (3328, 3331, 0),
90
+ (3387, 3388, 0),
91
+ (3390, 3396, 0),
92
+ (3398, 3400, 0),
93
+ (3402, 3405, 0),
94
+ (3415, 3415, 0),
95
+ (3426, 3427, 0),
96
+ (3457, 3459, 0),
97
+ (3530, 3530, 0),
98
+ (3535, 3540, 0),
99
+ (3542, 3542, 0),
100
+ (3544, 3551, 0),
101
+ (3570, 3571, 0),
102
+ (3633, 3633, 0),
103
+ (3636, 3642, 0),
104
+ (3655, 3662, 0),
105
+ (3761, 3761, 0),
106
+ (3764, 3772, 0),
107
+ (3784, 3789, 0),
108
+ (3864, 3865, 0),
109
+ (3893, 3893, 0),
110
+ (3895, 3895, 0),
111
+ (3897, 3897, 0),
112
+ (3902, 3903, 0),
113
+ (3953, 3972, 0),
114
+ (3974, 3975, 0),
115
+ (3981, 3991, 0),
116
+ (3993, 4028, 0),
117
+ (4038, 4038, 0),
118
+ (4139, 4158, 0),
119
+ (4182, 4185, 0),
120
+ (4190, 4192, 0),
121
+ (4194, 4196, 0),
122
+ (4199, 4205, 0),
123
+ (4209, 4212, 0),
124
+ (4226, 4237, 0),
125
+ (4239, 4239, 0),
126
+ (4250, 4253, 0),
127
+ (4352, 4447, 2),
128
+ (4448, 4607, 0),
129
+ (4957, 4959, 0),
130
+ (5906, 5908, 0),
131
+ (5938, 5940, 0),
132
+ (5970, 5971, 0),
133
+ (6002, 6003, 0),
134
+ (6068, 6099, 0),
135
+ (6109, 6109, 0),
136
+ (6155, 6158, 0),
137
+ (6277, 6278, 0),
138
+ (6313, 6313, 0),
139
+ (6432, 6443, 0),
140
+ (6448, 6459, 0),
141
+ (6679, 6683, 0),
142
+ (6741, 6750, 0),
143
+ (6752, 6780, 0),
144
+ (6783, 6783, 0),
145
+ (6832, 6848, 0),
146
+ (6912, 6916, 0),
147
+ (6964, 6980, 0),
148
+ (7019, 7027, 0),
149
+ (7040, 7042, 0),
150
+ (7073, 7085, 0),
151
+ (7142, 7155, 0),
152
+ (7204, 7223, 0),
153
+ (7376, 7378, 0),
154
+ (7380, 7400, 0),
155
+ (7405, 7405, 0),
156
+ (7412, 7412, 0),
157
+ (7415, 7417, 0),
158
+ (7616, 7673, 0),
159
+ (7675, 7679, 0),
160
+ (8203, 8207, 0),
161
+ (8232, 8238, 0),
162
+ (8288, 8303, 0),
163
+ (8400, 8432, 0),
164
+ (8986, 8987, 2),
165
+ (9001, 9002, 2),
166
+ (9193, 9196, 2),
167
+ (9200, 9200, 2),
168
+ (9203, 9203, 2),
169
+ (9725, 9726, 2),
170
+ (9748, 9749, 2),
171
+ (9800, 9811, 2),
172
+ (9855, 9855, 2),
173
+ (9875, 9875, 2),
174
+ (9889, 9889, 2),
175
+ (9898, 9899, 2),
176
+ (9917, 9918, 2),
177
+ (9924, 9925, 2),
178
+ (9934, 9934, 2),
179
+ (9940, 9940, 2),
180
+ (9962, 9962, 2),
181
+ (9970, 9971, 2),
182
+ (9973, 9973, 2),
183
+ (9978, 9978, 2),
184
+ (9981, 9981, 2),
185
+ (9989, 9989, 2),
186
+ (9994, 9995, 2),
187
+ (10024, 10024, 2),
188
+ (10060, 10060, 2),
189
+ (10062, 10062, 2),
190
+ (10067, 10069, 2),
191
+ (10071, 10071, 2),
192
+ (10133, 10135, 2),
193
+ (10160, 10160, 2),
194
+ (10175, 10175, 2),
195
+ (11035, 11036, 2),
196
+ (11088, 11088, 2),
197
+ (11093, 11093, 2),
198
+ (11503, 11505, 0),
199
+ (11647, 11647, 0),
200
+ (11744, 11775, 0),
201
+ (11904, 11929, 2),
202
+ (11931, 12019, 2),
203
+ (12032, 12245, 2),
204
+ (12272, 12283, 2),
205
+ (12288, 12329, 2),
206
+ (12330, 12335, 0),
207
+ (12336, 12350, 2),
208
+ (12353, 12438, 2),
209
+ (12441, 12442, 0),
210
+ (12443, 12543, 2),
211
+ (12549, 12591, 2),
212
+ (12593, 12643, 2),
213
+ (12644, 12644, 0),
214
+ (12645, 12686, 2),
215
+ (12688, 12771, 2),
216
+ (12784, 12830, 2),
217
+ (12832, 12871, 2),
218
+ (12880, 19903, 2),
219
+ (19968, 42124, 2),
220
+ (42128, 42182, 2),
221
+ (42607, 42610, 0),
222
+ (42612, 42621, 0),
223
+ (42654, 42655, 0),
224
+ (42736, 42737, 0),
225
+ (43010, 43010, 0),
226
+ (43014, 43014, 0),
227
+ (43019, 43019, 0),
228
+ (43043, 43047, 0),
229
+ (43052, 43052, 0),
230
+ (43136, 43137, 0),
231
+ (43188, 43205, 0),
232
+ (43232, 43249, 0),
233
+ (43263, 43263, 0),
234
+ (43302, 43309, 0),
235
+ (43335, 43347, 0),
236
+ (43360, 43388, 2),
237
+ (43392, 43395, 0),
238
+ (43443, 43456, 0),
239
+ (43493, 43493, 0),
240
+ (43561, 43574, 0),
241
+ (43587, 43587, 0),
242
+ (43596, 43597, 0),
243
+ (43643, 43645, 0),
244
+ (43696, 43696, 0),
245
+ (43698, 43700, 0),
246
+ (43703, 43704, 0),
247
+ (43710, 43711, 0),
248
+ (43713, 43713, 0),
249
+ (43755, 43759, 0),
250
+ (43765, 43766, 0),
251
+ (44003, 44010, 0),
252
+ (44012, 44013, 0),
253
+ (44032, 55203, 2),
254
+ (55216, 55295, 0),
255
+ (63744, 64255, 2),
256
+ (64286, 64286, 0),
257
+ (65024, 65039, 0),
258
+ (65040, 65049, 2),
259
+ (65056, 65071, 0),
260
+ (65072, 65106, 2),
261
+ (65108, 65126, 2),
262
+ (65128, 65131, 2),
263
+ (65279, 65279, 0),
264
+ (65281, 65376, 2),
265
+ (65440, 65440, 0),
266
+ (65504, 65510, 2),
267
+ (65520, 65531, 0),
268
+ (66045, 66045, 0),
269
+ (66272, 66272, 0),
270
+ (66422, 66426, 0),
271
+ (68097, 68099, 0),
272
+ (68101, 68102, 0),
273
+ (68108, 68111, 0),
274
+ (68152, 68154, 0),
275
+ (68159, 68159, 0),
276
+ (68325, 68326, 0),
277
+ (68900, 68903, 0),
278
+ (69291, 69292, 0),
279
+ (69446, 69456, 0),
280
+ (69632, 69634, 0),
281
+ (69688, 69702, 0),
282
+ (69759, 69762, 0),
283
+ (69808, 69818, 0),
284
+ (69888, 69890, 0),
285
+ (69927, 69940, 0),
286
+ (69957, 69958, 0),
287
+ (70003, 70003, 0),
288
+ (70016, 70018, 0),
289
+ (70067, 70080, 0),
290
+ (70089, 70092, 0),
291
+ (70094, 70095, 0),
292
+ (70188, 70199, 0),
293
+ (70206, 70206, 0),
294
+ (70367, 70378, 0),
295
+ (70400, 70403, 0),
296
+ (70459, 70460, 0),
297
+ (70462, 70468, 0),
298
+ (70471, 70472, 0),
299
+ (70475, 70477, 0),
300
+ (70487, 70487, 0),
301
+ (70498, 70499, 0),
302
+ (70502, 70508, 0),
303
+ (70512, 70516, 0),
304
+ (70709, 70726, 0),
305
+ (70750, 70750, 0),
306
+ (70832, 70851, 0),
307
+ (71087, 71093, 0),
308
+ (71096, 71104, 0),
309
+ (71132, 71133, 0),
310
+ (71216, 71232, 0),
311
+ (71339, 71351, 0),
312
+ (71453, 71467, 0),
313
+ (71724, 71738, 0),
314
+ (71984, 71989, 0),
315
+ (71991, 71992, 0),
316
+ (71995, 71998, 0),
317
+ (72000, 72000, 0),
318
+ (72002, 72003, 0),
319
+ (72145, 72151, 0),
320
+ (72154, 72160, 0),
321
+ (72164, 72164, 0),
322
+ (72193, 72202, 0),
323
+ (72243, 72249, 0),
324
+ (72251, 72254, 0),
325
+ (72263, 72263, 0),
326
+ (72273, 72283, 0),
327
+ (72330, 72345, 0),
328
+ (72751, 72758, 0),
329
+ (72760, 72767, 0),
330
+ (72850, 72871, 0),
331
+ (72873, 72886, 0),
332
+ (73009, 73014, 0),
333
+ (73018, 73018, 0),
334
+ (73020, 73021, 0),
335
+ (73023, 73029, 0),
336
+ (73031, 73031, 0),
337
+ (73098, 73102, 0),
338
+ (73104, 73105, 0),
339
+ (73107, 73111, 0),
340
+ (73459, 73462, 0),
341
+ (78896, 78904, 0),
342
+ (92912, 92916, 0),
343
+ (92976, 92982, 0),
344
+ (94031, 94031, 0),
345
+ (94033, 94087, 0),
346
+ (94095, 94098, 0),
347
+ (94176, 94179, 2),
348
+ (94180, 94180, 0),
349
+ (94192, 94193, 0),
350
+ (94208, 100343, 2),
351
+ (100352, 101589, 2),
352
+ (101632, 101640, 2),
353
+ (110592, 110878, 2),
354
+ (110928, 110930, 2),
355
+ (110948, 110951, 2),
356
+ (110960, 111355, 2),
357
+ (113821, 113822, 0),
358
+ (113824, 113827, 0),
359
+ (119141, 119145, 0),
360
+ (119149, 119170, 0),
361
+ (119173, 119179, 0),
362
+ (119210, 119213, 0),
363
+ (119362, 119364, 0),
364
+ (121344, 121398, 0),
365
+ (121403, 121452, 0),
366
+ (121461, 121461, 0),
367
+ (121476, 121476, 0),
368
+ (121499, 121503, 0),
369
+ (121505, 121519, 0),
370
+ (122880, 122886, 0),
371
+ (122888, 122904, 0),
372
+ (122907, 122913, 0),
373
+ (122915, 122916, 0),
374
+ (122918, 122922, 0),
375
+ (123184, 123190, 0),
376
+ (123628, 123631, 0),
377
+ (125136, 125142, 0),
378
+ (125252, 125258, 0),
379
+ (126980, 126980, 2),
380
+ (127183, 127183, 2),
381
+ (127374, 127374, 2),
382
+ (127377, 127386, 2),
383
+ (127488, 127490, 2),
384
+ (127504, 127547, 2),
385
+ (127552, 127560, 2),
386
+ (127568, 127569, 2),
387
+ (127584, 127589, 2),
388
+ (127744, 127776, 2),
389
+ (127789, 127797, 2),
390
+ (127799, 127868, 2),
391
+ (127870, 127891, 2),
392
+ (127904, 127946, 2),
393
+ (127951, 127955, 2),
394
+ (127968, 127984, 2),
395
+ (127988, 127988, 2),
396
+ (127992, 127994, 2),
397
+ (127995, 127999, 0),
398
+ (128000, 128062, 2),
399
+ (128064, 128064, 2),
400
+ (128066, 128252, 2),
401
+ (128255, 128317, 2),
402
+ (128331, 128334, 2),
403
+ (128336, 128359, 2),
404
+ (128378, 128378, 2),
405
+ (128405, 128406, 2),
406
+ (128420, 128420, 2),
407
+ (128507, 128591, 2),
408
+ (128640, 128709, 2),
409
+ (128716, 128716, 2),
410
+ (128720, 128722, 2),
411
+ (128725, 128727, 2),
412
+ (128747, 128748, 2),
413
+ (128756, 128764, 2),
414
+ (128992, 129003, 2),
415
+ (129292, 129338, 2),
416
+ (129340, 129349, 2),
417
+ (129351, 129400, 2),
418
+ (129402, 129483, 2),
419
+ (129485, 129535, 2),
420
+ (129648, 129652, 2),
421
+ (129656, 129658, 2),
422
+ (129664, 129670, 2),
423
+ (129680, 129704, 2),
424
+ (129712, 129718, 2),
425
+ (129728, 129730, 2),
426
+ (129744, 129750, 2),
427
+ (131072, 196605, 2),
428
+ (196608, 262141, 2),
429
+ (917504, 921599, 0),
430
+ ],
431
+ frozenset(
432
+ [
433
+ "#",
434
+ "*",
435
+ "0",
436
+ "1",
437
+ "2",
438
+ "3",
439
+ "4",
440
+ "5",
441
+ "6",
442
+ "7",
443
+ "8",
444
+ "9",
445
+ "ยฉ",
446
+ "ยฎ",
447
+ "โ€ผ",
448
+ "โ‰",
449
+ "โ„ข",
450
+ "โ„น",
451
+ "โ†”",
452
+ "โ†•",
453
+ "โ†–",
454
+ "โ†—",
455
+ "โ†˜",
456
+ "โ†™",
457
+ "โ†ฉ",
458
+ "โ†ช",
459
+ "โŒจ",
460
+ "โ",
461
+ "โญ",
462
+ "โฎ",
463
+ "โฏ",
464
+ "โฑ",
465
+ "โฒ",
466
+ "โธ",
467
+ "โน",
468
+ "โบ",
469
+ "โ“‚",
470
+ "โ–ช",
471
+ "โ–ซ",
472
+ "โ–ถ",
473
+ "โ—€",
474
+ "โ—ป",
475
+ "โ—ผ",
476
+ "โ˜€",
477
+ "โ˜",
478
+ "โ˜‚",
479
+ "โ˜ƒ",
480
+ "โ˜„",
481
+ "โ˜Ž",
482
+ "โ˜‘",
483
+ "โ˜˜",
484
+ "โ˜",
485
+ "โ˜ ",
486
+ "โ˜ข",
487
+ "โ˜ฃ",
488
+ "โ˜ฆ",
489
+ "โ˜ช",
490
+ "โ˜ฎ",
491
+ "โ˜ฏ",
492
+ "โ˜ธ",
493
+ "โ˜น",
494
+ "โ˜บ",
495
+ "โ™€",
496
+ "โ™‚",
497
+ "โ™Ÿ",
498
+ "โ™ ",
499
+ "โ™ฃ",
500
+ "โ™ฅ",
501
+ "โ™ฆ",
502
+ "โ™จ",
503
+ "โ™ป",
504
+ "โ™พ",
505
+ "โš’",
506
+ "โš”",
507
+ "โš•",
508
+ "โš–",
509
+ "โš—",
510
+ "โš™",
511
+ "โš›",
512
+ "โšœ",
513
+ "โš ",
514
+ "โšง",
515
+ "โšฐ",
516
+ "โšฑ",
517
+ "โ›ˆ",
518
+ "โ›",
519
+ "โ›‘",
520
+ "โ›“",
521
+ "โ›ฉ",
522
+ "โ›ฐ",
523
+ "โ›ฑ",
524
+ "โ›ด",
525
+ "โ›ท",
526
+ "โ›ธ",
527
+ "โ›น",
528
+ "โœ‚",
529
+ "โœˆ",
530
+ "โœ‰",
531
+ "โœŒ",
532
+ "โœ",
533
+ "โœ",
534
+ "โœ’",
535
+ "โœ”",
536
+ "โœ–",
537
+ "โœ",
538
+ "โœก",
539
+ "โœณ",
540
+ "โœด",
541
+ "โ„",
542
+ "โ‡",
543
+ "โฃ",
544
+ "โค",
545
+ "โžก",
546
+ "โคด",
547
+ "โคต",
548
+ "โฌ…",
549
+ "โฌ†",
550
+ "โฌ‡",
551
+ "๐Ÿ…ฐ",
552
+ "๐Ÿ…ฑ",
553
+ "๐Ÿ…พ",
554
+ "๐Ÿ…ฟ",
555
+ "๐ŸŒก",
556
+ "๐ŸŒค",
557
+ "๐ŸŒฅ",
558
+ "๐ŸŒฆ",
559
+ "๐ŸŒง",
560
+ "๐ŸŒจ",
561
+ "๐ŸŒฉ",
562
+ "๐ŸŒช",
563
+ "๐ŸŒซ",
564
+ "๐ŸŒฌ",
565
+ "๐ŸŒถ",
566
+ "๐Ÿฝ",
567
+ "๐ŸŽ–",
568
+ "๐ŸŽ—",
569
+ "๐ŸŽ™",
570
+ "๐ŸŽš",
571
+ "๐ŸŽ›",
572
+ "๐ŸŽž",
573
+ "๐ŸŽŸ",
574
+ "๐Ÿ‹",
575
+ "๐ŸŒ",
576
+ "๐Ÿ",
577
+ "๐ŸŽ",
578
+ "๐Ÿ”",
579
+ "๐Ÿ•",
580
+ "๐Ÿ–",
581
+ "๐Ÿ—",
582
+ "๐Ÿ˜",
583
+ "๐Ÿ™",
584
+ "๐Ÿš",
585
+ "๐Ÿ›",
586
+ "๐Ÿœ",
587
+ "๐Ÿ",
588
+ "๐Ÿž",
589
+ "๐ŸŸ",
590
+ "๐Ÿณ",
591
+ "๐Ÿต",
592
+ "๐Ÿท",
593
+ "๐Ÿฟ",
594
+ "๐Ÿ‘",
595
+ "๐Ÿ“ฝ",
596
+ "๐Ÿ•‰",
597
+ "๐Ÿ•Š",
598
+ "๐Ÿ•ฏ",
599
+ "๐Ÿ•ฐ",
600
+ "๐Ÿ•ณ",
601
+ "๐Ÿ•ด",
602
+ "๐Ÿ•ต",
603
+ "๐Ÿ•ถ",
604
+ "๐Ÿ•ท",
605
+ "๐Ÿ•ธ",
606
+ "๐Ÿ•น",
607
+ "๏ฟฝ๏ฟฝ๏ฟฝ",
608
+ "๐Ÿ–Š",
609
+ "๐Ÿ–‹",
610
+ "๐Ÿ–Œ",
611
+ "๐Ÿ–",
612
+ "๐Ÿ–",
613
+ "๐Ÿ–ฅ",
614
+ "๐Ÿ–จ",
615
+ "๐Ÿ–ฑ",
616
+ "๐Ÿ–ฒ",
617
+ "๐Ÿ–ผ",
618
+ "๐Ÿ—‚",
619
+ "๐Ÿ—ƒ",
620
+ "๐Ÿ—„",
621
+ "๐Ÿ—‘",
622
+ "๐Ÿ—’",
623
+ "๐Ÿ—“",
624
+ "๐Ÿ—œ",
625
+ "๐Ÿ—",
626
+ "๐Ÿ—ž",
627
+ "๐Ÿ—ก",
628
+ "๐Ÿ—ฃ",
629
+ "๐Ÿ—จ",
630
+ "๐Ÿ—ฏ",
631
+ "๐Ÿ—ณ",
632
+ "๐Ÿ—บ",
633
+ "๐Ÿ›‹",
634
+ "๐Ÿ›",
635
+ "๐Ÿ›Ž",
636
+ "๐Ÿ›",
637
+ "๐Ÿ› ",
638
+ "๐Ÿ›ก",
639
+ "๐Ÿ›ข",
640
+ "๐Ÿ›ฃ",
641
+ "๐Ÿ›ค",
642
+ "๐Ÿ›ฅ",
643
+ "๐Ÿ›ฉ",
644
+ "๐Ÿ›ฐ",
645
+ "๐Ÿ›ณ",
646
+ ]
647
+ ),
648
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode14-0-0.py ADDED
@@ -0,0 +1,661 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "14.0.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2200, 2207, 0),
36
+ (2250, 2273, 0),
37
+ (2275, 2307, 0),
38
+ (2362, 2364, 0),
39
+ (2366, 2383, 0),
40
+ (2385, 2391, 0),
41
+ (2402, 2403, 0),
42
+ (2433, 2435, 0),
43
+ (2492, 2492, 0),
44
+ (2494, 2500, 0),
45
+ (2503, 2504, 0),
46
+ (2507, 2509, 0),
47
+ (2519, 2519, 0),
48
+ (2530, 2531, 0),
49
+ (2558, 2558, 0),
50
+ (2561, 2563, 0),
51
+ (2620, 2620, 0),
52
+ (2622, 2626, 0),
53
+ (2631, 2632, 0),
54
+ (2635, 2637, 0),
55
+ (2641, 2641, 0),
56
+ (2672, 2673, 0),
57
+ (2677, 2677, 0),
58
+ (2689, 2691, 0),
59
+ (2748, 2748, 0),
60
+ (2750, 2757, 0),
61
+ (2759, 2761, 0),
62
+ (2763, 2765, 0),
63
+ (2786, 2787, 0),
64
+ (2810, 2815, 0),
65
+ (2817, 2819, 0),
66
+ (2876, 2876, 0),
67
+ (2878, 2884, 0),
68
+ (2887, 2888, 0),
69
+ (2891, 2893, 0),
70
+ (2901, 2903, 0),
71
+ (2914, 2915, 0),
72
+ (2946, 2946, 0),
73
+ (3006, 3010, 0),
74
+ (3014, 3016, 0),
75
+ (3018, 3021, 0),
76
+ (3031, 3031, 0),
77
+ (3072, 3076, 0),
78
+ (3132, 3132, 0),
79
+ (3134, 3140, 0),
80
+ (3142, 3144, 0),
81
+ (3146, 3149, 0),
82
+ (3157, 3158, 0),
83
+ (3170, 3171, 0),
84
+ (3201, 3203, 0),
85
+ (3260, 3260, 0),
86
+ (3262, 3268, 0),
87
+ (3270, 3272, 0),
88
+ (3274, 3277, 0),
89
+ (3285, 3286, 0),
90
+ (3298, 3299, 0),
91
+ (3328, 3331, 0),
92
+ (3387, 3388, 0),
93
+ (3390, 3396, 0),
94
+ (3398, 3400, 0),
95
+ (3402, 3405, 0),
96
+ (3415, 3415, 0),
97
+ (3426, 3427, 0),
98
+ (3457, 3459, 0),
99
+ (3530, 3530, 0),
100
+ (3535, 3540, 0),
101
+ (3542, 3542, 0),
102
+ (3544, 3551, 0),
103
+ (3570, 3571, 0),
104
+ (3633, 3633, 0),
105
+ (3636, 3642, 0),
106
+ (3655, 3662, 0),
107
+ (3761, 3761, 0),
108
+ (3764, 3772, 0),
109
+ (3784, 3789, 0),
110
+ (3864, 3865, 0),
111
+ (3893, 3893, 0),
112
+ (3895, 3895, 0),
113
+ (3897, 3897, 0),
114
+ (3902, 3903, 0),
115
+ (3953, 3972, 0),
116
+ (3974, 3975, 0),
117
+ (3981, 3991, 0),
118
+ (3993, 4028, 0),
119
+ (4038, 4038, 0),
120
+ (4139, 4158, 0),
121
+ (4182, 4185, 0),
122
+ (4190, 4192, 0),
123
+ (4194, 4196, 0),
124
+ (4199, 4205, 0),
125
+ (4209, 4212, 0),
126
+ (4226, 4237, 0),
127
+ (4239, 4239, 0),
128
+ (4250, 4253, 0),
129
+ (4352, 4447, 2),
130
+ (4448, 4607, 0),
131
+ (4957, 4959, 0),
132
+ (5906, 5909, 0),
133
+ (5938, 5940, 0),
134
+ (5970, 5971, 0),
135
+ (6002, 6003, 0),
136
+ (6068, 6099, 0),
137
+ (6109, 6109, 0),
138
+ (6155, 6159, 0),
139
+ (6277, 6278, 0),
140
+ (6313, 6313, 0),
141
+ (6432, 6443, 0),
142
+ (6448, 6459, 0),
143
+ (6679, 6683, 0),
144
+ (6741, 6750, 0),
145
+ (6752, 6780, 0),
146
+ (6783, 6783, 0),
147
+ (6832, 6862, 0),
148
+ (6912, 6916, 0),
149
+ (6964, 6980, 0),
150
+ (7019, 7027, 0),
151
+ (7040, 7042, 0),
152
+ (7073, 7085, 0),
153
+ (7142, 7155, 0),
154
+ (7204, 7223, 0),
155
+ (7376, 7378, 0),
156
+ (7380, 7400, 0),
157
+ (7405, 7405, 0),
158
+ (7412, 7412, 0),
159
+ (7415, 7417, 0),
160
+ (7616, 7679, 0),
161
+ (8203, 8207, 0),
162
+ (8232, 8238, 0),
163
+ (8288, 8303, 0),
164
+ (8400, 8432, 0),
165
+ (8986, 8987, 2),
166
+ (9001, 9002, 2),
167
+ (9193, 9196, 2),
168
+ (9200, 9200, 2),
169
+ (9203, 9203, 2),
170
+ (9725, 9726, 2),
171
+ (9748, 9749, 2),
172
+ (9800, 9811, 2),
173
+ (9855, 9855, 2),
174
+ (9875, 9875, 2),
175
+ (9889, 9889, 2),
176
+ (9898, 9899, 2),
177
+ (9917, 9918, 2),
178
+ (9924, 9925, 2),
179
+ (9934, 9934, 2),
180
+ (9940, 9940, 2),
181
+ (9962, 9962, 2),
182
+ (9970, 9971, 2),
183
+ (9973, 9973, 2),
184
+ (9978, 9978, 2),
185
+ (9981, 9981, 2),
186
+ (9989, 9989, 2),
187
+ (9994, 9995, 2),
188
+ (10024, 10024, 2),
189
+ (10060, 10060, 2),
190
+ (10062, 10062, 2),
191
+ (10067, 10069, 2),
192
+ (10071, 10071, 2),
193
+ (10133, 10135, 2),
194
+ (10160, 10160, 2),
195
+ (10175, 10175, 2),
196
+ (11035, 11036, 2),
197
+ (11088, 11088, 2),
198
+ (11093, 11093, 2),
199
+ (11503, 11505, 0),
200
+ (11647, 11647, 0),
201
+ (11744, 11775, 0),
202
+ (11904, 11929, 2),
203
+ (11931, 12019, 2),
204
+ (12032, 12245, 2),
205
+ (12272, 12283, 2),
206
+ (12288, 12329, 2),
207
+ (12330, 12335, 0),
208
+ (12336, 12350, 2),
209
+ (12353, 12438, 2),
210
+ (12441, 12442, 0),
211
+ (12443, 12543, 2),
212
+ (12549, 12591, 2),
213
+ (12593, 12643, 2),
214
+ (12644, 12644, 0),
215
+ (12645, 12686, 2),
216
+ (12688, 12771, 2),
217
+ (12784, 12830, 2),
218
+ (12832, 12871, 2),
219
+ (12880, 19903, 2),
220
+ (19968, 42124, 2),
221
+ (42128, 42182, 2),
222
+ (42607, 42610, 0),
223
+ (42612, 42621, 0),
224
+ (42654, 42655, 0),
225
+ (42736, 42737, 0),
226
+ (43010, 43010, 0),
227
+ (43014, 43014, 0),
228
+ (43019, 43019, 0),
229
+ (43043, 43047, 0),
230
+ (43052, 43052, 0),
231
+ (43136, 43137, 0),
232
+ (43188, 43205, 0),
233
+ (43232, 43249, 0),
234
+ (43263, 43263, 0),
235
+ (43302, 43309, 0),
236
+ (43335, 43347, 0),
237
+ (43360, 43388, 2),
238
+ (43392, 43395, 0),
239
+ (43443, 43456, 0),
240
+ (43493, 43493, 0),
241
+ (43561, 43574, 0),
242
+ (43587, 43587, 0),
243
+ (43596, 43597, 0),
244
+ (43643, 43645, 0),
245
+ (43696, 43696, 0),
246
+ (43698, 43700, 0),
247
+ (43703, 43704, 0),
248
+ (43710, 43711, 0),
249
+ (43713, 43713, 0),
250
+ (43755, 43759, 0),
251
+ (43765, 43766, 0),
252
+ (44003, 44010, 0),
253
+ (44012, 44013, 0),
254
+ (44032, 55203, 2),
255
+ (55216, 55295, 0),
256
+ (63744, 64255, 2),
257
+ (64286, 64286, 0),
258
+ (65024, 65039, 0),
259
+ (65040, 65049, 2),
260
+ (65056, 65071, 0),
261
+ (65072, 65106, 2),
262
+ (65108, 65126, 2),
263
+ (65128, 65131, 2),
264
+ (65279, 65279, 0),
265
+ (65281, 65376, 2),
266
+ (65440, 65440, 0),
267
+ (65504, 65510, 2),
268
+ (65520, 65531, 0),
269
+ (66045, 66045, 0),
270
+ (66272, 66272, 0),
271
+ (66422, 66426, 0),
272
+ (68097, 68099, 0),
273
+ (68101, 68102, 0),
274
+ (68108, 68111, 0),
275
+ (68152, 68154, 0),
276
+ (68159, 68159, 0),
277
+ (68325, 68326, 0),
278
+ (68900, 68903, 0),
279
+ (69291, 69292, 0),
280
+ (69446, 69456, 0),
281
+ (69506, 69509, 0),
282
+ (69632, 69634, 0),
283
+ (69688, 69702, 0),
284
+ (69744, 69744, 0),
285
+ (69747, 69748, 0),
286
+ (69759, 69762, 0),
287
+ (69808, 69818, 0),
288
+ (69826, 69826, 0),
289
+ (69888, 69890, 0),
290
+ (69927, 69940, 0),
291
+ (69957, 69958, 0),
292
+ (70003, 70003, 0),
293
+ (70016, 70018, 0),
294
+ (70067, 70080, 0),
295
+ (70089, 70092, 0),
296
+ (70094, 70095, 0),
297
+ (70188, 70199, 0),
298
+ (70206, 70206, 0),
299
+ (70367, 70378, 0),
300
+ (70400, 70403, 0),
301
+ (70459, 70460, 0),
302
+ (70462, 70468, 0),
303
+ (70471, 70472, 0),
304
+ (70475, 70477, 0),
305
+ (70487, 70487, 0),
306
+ (70498, 70499, 0),
307
+ (70502, 70508, 0),
308
+ (70512, 70516, 0),
309
+ (70709, 70726, 0),
310
+ (70750, 70750, 0),
311
+ (70832, 70851, 0),
312
+ (71087, 71093, 0),
313
+ (71096, 71104, 0),
314
+ (71132, 71133, 0),
315
+ (71216, 71232, 0),
316
+ (71339, 71351, 0),
317
+ (71453, 71467, 0),
318
+ (71724, 71738, 0),
319
+ (71984, 71989, 0),
320
+ (71991, 71992, 0),
321
+ (71995, 71998, 0),
322
+ (72000, 72000, 0),
323
+ (72002, 72003, 0),
324
+ (72145, 72151, 0),
325
+ (72154, 72160, 0),
326
+ (72164, 72164, 0),
327
+ (72193, 72202, 0),
328
+ (72243, 72249, 0),
329
+ (72251, 72254, 0),
330
+ (72263, 72263, 0),
331
+ (72273, 72283, 0),
332
+ (72330, 72345, 0),
333
+ (72751, 72758, 0),
334
+ (72760, 72767, 0),
335
+ (72850, 72871, 0),
336
+ (72873, 72886, 0),
337
+ (73009, 73014, 0),
338
+ (73018, 73018, 0),
339
+ (73020, 73021, 0),
340
+ (73023, 73029, 0),
341
+ (73031, 73031, 0),
342
+ (73098, 73102, 0),
343
+ (73104, 73105, 0),
344
+ (73107, 73111, 0),
345
+ (73459, 73462, 0),
346
+ (78896, 78904, 0),
347
+ (92912, 92916, 0),
348
+ (92976, 92982, 0),
349
+ (94031, 94031, 0),
350
+ (94033, 94087, 0),
351
+ (94095, 94098, 0),
352
+ (94176, 94179, 2),
353
+ (94180, 94180, 0),
354
+ (94192, 94193, 0),
355
+ (94208, 100343, 2),
356
+ (100352, 101589, 2),
357
+ (101632, 101640, 2),
358
+ (110576, 110579, 2),
359
+ (110581, 110587, 2),
360
+ (110589, 110590, 2),
361
+ (110592, 110882, 2),
362
+ (110928, 110930, 2),
363
+ (110948, 110951, 2),
364
+ (110960, 111355, 2),
365
+ (113821, 113822, 0),
366
+ (113824, 113827, 0),
367
+ (118528, 118573, 0),
368
+ (118576, 118598, 0),
369
+ (119141, 119145, 0),
370
+ (119149, 119170, 0),
371
+ (119173, 119179, 0),
372
+ (119210, 119213, 0),
373
+ (119362, 119364, 0),
374
+ (121344, 121398, 0),
375
+ (121403, 121452, 0),
376
+ (121461, 121461, 0),
377
+ (121476, 121476, 0),
378
+ (121499, 121503, 0),
379
+ (121505, 121519, 0),
380
+ (122880, 122886, 0),
381
+ (122888, 122904, 0),
382
+ (122907, 122913, 0),
383
+ (122915, 122916, 0),
384
+ (122918, 122922, 0),
385
+ (123184, 123190, 0),
386
+ (123566, 123566, 0),
387
+ (123628, 123631, 0),
388
+ (125136, 125142, 0),
389
+ (125252, 125258, 0),
390
+ (126980, 126980, 2),
391
+ (127183, 127183, 2),
392
+ (127374, 127374, 2),
393
+ (127377, 127386, 2),
394
+ (127488, 127490, 2),
395
+ (127504, 127547, 2),
396
+ (127552, 127560, 2),
397
+ (127568, 127569, 2),
398
+ (127584, 127589, 2),
399
+ (127744, 127776, 2),
400
+ (127789, 127797, 2),
401
+ (127799, 127868, 2),
402
+ (127870, 127891, 2),
403
+ (127904, 127946, 2),
404
+ (127951, 127955, 2),
405
+ (127968, 127984, 2),
406
+ (127988, 127988, 2),
407
+ (127992, 127994, 2),
408
+ (127995, 127999, 0),
409
+ (128000, 128062, 2),
410
+ (128064, 128064, 2),
411
+ (128066, 128252, 2),
412
+ (128255, 128317, 2),
413
+ (128331, 128334, 2),
414
+ (128336, 128359, 2),
415
+ (128378, 128378, 2),
416
+ (128405, 128406, 2),
417
+ (128420, 128420, 2),
418
+ (128507, 128591, 2),
419
+ (128640, 128709, 2),
420
+ (128716, 128716, 2),
421
+ (128720, 128722, 2),
422
+ (128725, 128727, 2),
423
+ (128733, 128735, 2),
424
+ (128747, 128748, 2),
425
+ (128756, 128764, 2),
426
+ (128992, 129003, 2),
427
+ (129008, 129008, 2),
428
+ (129292, 129338, 2),
429
+ (129340, 129349, 2),
430
+ (129351, 129535, 2),
431
+ (129648, 129652, 2),
432
+ (129656, 129660, 2),
433
+ (129664, 129670, 2),
434
+ (129680, 129708, 2),
435
+ (129712, 129722, 2),
436
+ (129728, 129733, 2),
437
+ (129744, 129753, 2),
438
+ (129760, 129767, 2),
439
+ (129776, 129782, 2),
440
+ (131072, 196605, 2),
441
+ (196608, 262141, 2),
442
+ (917504, 921599, 0),
443
+ ],
444
+ frozenset(
445
+ [
446
+ "#",
447
+ "*",
448
+ "0",
449
+ "1",
450
+ "2",
451
+ "3",
452
+ "4",
453
+ "5",
454
+ "6",
455
+ "7",
456
+ "8",
457
+ "9",
458
+ "ยฉ",
459
+ "ยฎ",
460
+ "โ€ผ",
461
+ "โ‰",
462
+ "โ„ข",
463
+ "โ„น",
464
+ "โ†”",
465
+ "โ†•",
466
+ "โ†–",
467
+ "โ†—",
468
+ "โ†˜",
469
+ "โ†™",
470
+ "โ†ฉ",
471
+ "โ†ช",
472
+ "โŒจ",
473
+ "โ",
474
+ "โญ",
475
+ "โฎ",
476
+ "โฏ",
477
+ "โฑ",
478
+ "โฒ",
479
+ "โธ",
480
+ "โน",
481
+ "โบ",
482
+ "โ“‚",
483
+ "โ–ช",
484
+ "โ–ซ",
485
+ "โ–ถ",
486
+ "โ—€",
487
+ "โ—ป",
488
+ "โ—ผ",
489
+ "โ˜€",
490
+ "โ˜",
491
+ "โ˜‚",
492
+ "โ˜ƒ",
493
+ "โ˜„",
494
+ "โ˜Ž",
495
+ "โ˜‘",
496
+ "โ˜˜",
497
+ "โ˜",
498
+ "โ˜ ",
499
+ "โ˜ข",
500
+ "โ˜ฃ",
501
+ "โ˜ฆ",
502
+ "โ˜ช",
503
+ "โ˜ฎ",
504
+ "โ˜ฏ",
505
+ "โ˜ธ",
506
+ "โ˜น",
507
+ "โ˜บ",
508
+ "โ™€",
509
+ "โ™‚",
510
+ "โ™Ÿ",
511
+ "โ™ ",
512
+ "โ™ฃ",
513
+ "โ™ฅ",
514
+ "โ™ฆ",
515
+ "โ™จ",
516
+ "โ™ป",
517
+ "โ™พ",
518
+ "โš’",
519
+ "โš”",
520
+ "โš•",
521
+ "โš–",
522
+ "โš—",
523
+ "โš™",
524
+ "โš›",
525
+ "โšœ",
526
+ "โš ",
527
+ "โšง",
528
+ "โšฐ",
529
+ "โšฑ",
530
+ "โ›ˆ",
531
+ "โ›",
532
+ "โ›‘",
533
+ "โ›“",
534
+ "โ›ฉ",
535
+ "โ›ฐ",
536
+ "โ›ฑ",
537
+ "โ›ด",
538
+ "โ›ท",
539
+ "โ›ธ",
540
+ "โ›น",
541
+ "โœ‚",
542
+ "โœˆ",
543
+ "โœ‰",
544
+ "โœŒ",
545
+ "โœ",
546
+ "โœ",
547
+ "โœ’",
548
+ "โœ”",
549
+ "โœ–",
550
+ "โœ",
551
+ "โœก",
552
+ "โœณ",
553
+ "โœด",
554
+ "โ„",
555
+ "โ‡",
556
+ "โฃ",
557
+ "โค",
558
+ "โžก",
559
+ "โคด",
560
+ "โคต",
561
+ "โฌ…",
562
+ "โฌ†",
563
+ "โฌ‡",
564
+ "๐Ÿ…ฐ",
565
+ "๐Ÿ…ฑ",
566
+ "๐Ÿ…พ",
567
+ "๐Ÿ…ฟ",
568
+ "๐ŸŒก",
569
+ "๐ŸŒค",
570
+ "๐ŸŒฅ",
571
+ "๐ŸŒฆ",
572
+ "๐ŸŒง",
573
+ "๐ŸŒจ",
574
+ "๐ŸŒฉ",
575
+ "๐ŸŒช",
576
+ "๐ŸŒซ",
577
+ "๐ŸŒฌ",
578
+ "๐ŸŒถ",
579
+ "๐Ÿฝ",
580
+ "๐ŸŽ–",
581
+ "๐ŸŽ—",
582
+ "๐ŸŽ™",
583
+ "๐ŸŽš",
584
+ "๐ŸŽ›",
585
+ "๐ŸŽž",
586
+ "๐ŸŽŸ",
587
+ "๐Ÿ‹",
588
+ "๐ŸŒ",
589
+ "๐Ÿ",
590
+ "๐ŸŽ",
591
+ "๐Ÿ”",
592
+ "๐Ÿ•",
593
+ "๐Ÿ–",
594
+ "๐Ÿ—",
595
+ "๐Ÿ˜",
596
+ "๐Ÿ™",
597
+ "๐Ÿš",
598
+ "๐Ÿ›",
599
+ "๐Ÿœ",
600
+ "๐Ÿ",
601
+ "๐Ÿž",
602
+ "๏ฟฝ๏ฟฝ๏ฟฝ",
603
+ "๐Ÿณ",
604
+ "๐Ÿต",
605
+ "๐Ÿท",
606
+ "๐Ÿฟ",
607
+ "๐Ÿ‘",
608
+ "๐Ÿ“ฝ",
609
+ "๐Ÿ•‰",
610
+ "๐Ÿ•Š",
611
+ "๐Ÿ•ฏ",
612
+ "๐Ÿ•ฐ",
613
+ "๐Ÿ•ณ",
614
+ "๐Ÿ•ด",
615
+ "๐Ÿ•ต",
616
+ "๐Ÿ•ถ",
617
+ "๐Ÿ•ท",
618
+ "๐Ÿ•ธ",
619
+ "๐Ÿ•น",
620
+ "๐Ÿ–‡",
621
+ "๐Ÿ–Š",
622
+ "๐Ÿ–‹",
623
+ "๐Ÿ–Œ",
624
+ "๐Ÿ–",
625
+ "๐Ÿ–",
626
+ "๐Ÿ–ฅ",
627
+ "๐Ÿ–จ",
628
+ "๐Ÿ–ฑ",
629
+ "๐Ÿ–ฒ",
630
+ "๐Ÿ–ผ",
631
+ "๐Ÿ—‚",
632
+ "๐Ÿ—ƒ",
633
+ "๐Ÿ—„",
634
+ "๐Ÿ—‘",
635
+ "๐Ÿ—’",
636
+ "๐Ÿ—“",
637
+ "๐Ÿ—œ",
638
+ "๐Ÿ—",
639
+ "๐Ÿ—ž",
640
+ "๐Ÿ—ก",
641
+ "๐Ÿ—ฃ",
642
+ "๐Ÿ—จ",
643
+ "๐Ÿ—ฏ",
644
+ "๐Ÿ—ณ",
645
+ "๐Ÿ—บ",
646
+ "๐Ÿ›‹",
647
+ "๐Ÿ›",
648
+ "๐Ÿ›Ž",
649
+ "๐Ÿ›",
650
+ "๐Ÿ› ",
651
+ "๐Ÿ›ก",
652
+ "๐Ÿ›ข",
653
+ "๐Ÿ›ฃ",
654
+ "๐Ÿ›ค",
655
+ "๐Ÿ›ฅ",
656
+ "๐Ÿ›ฉ",
657
+ "๐Ÿ›ฐ",
658
+ "๐Ÿ›ณ",
659
+ ]
660
+ ),
661
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode15-0-0.py ADDED
@@ -0,0 +1,671 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "15.0.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2200, 2207, 0),
36
+ (2250, 2273, 0),
37
+ (2275, 2307, 0),
38
+ (2362, 2364, 0),
39
+ (2366, 2383, 0),
40
+ (2385, 2391, 0),
41
+ (2402, 2403, 0),
42
+ (2433, 2435, 0),
43
+ (2492, 2492, 0),
44
+ (2494, 2500, 0),
45
+ (2503, 2504, 0),
46
+ (2507, 2509, 0),
47
+ (2519, 2519, 0),
48
+ (2530, 2531, 0),
49
+ (2558, 2558, 0),
50
+ (2561, 2563, 0),
51
+ (2620, 2620, 0),
52
+ (2622, 2626, 0),
53
+ (2631, 2632, 0),
54
+ (2635, 2637, 0),
55
+ (2641, 2641, 0),
56
+ (2672, 2673, 0),
57
+ (2677, 2677, 0),
58
+ (2689, 2691, 0),
59
+ (2748, 2748, 0),
60
+ (2750, 2757, 0),
61
+ (2759, 2761, 0),
62
+ (2763, 2765, 0),
63
+ (2786, 2787, 0),
64
+ (2810, 2815, 0),
65
+ (2817, 2819, 0),
66
+ (2876, 2876, 0),
67
+ (2878, 2884, 0),
68
+ (2887, 2888, 0),
69
+ (2891, 2893, 0),
70
+ (2901, 2903, 0),
71
+ (2914, 2915, 0),
72
+ (2946, 2946, 0),
73
+ (3006, 3010, 0),
74
+ (3014, 3016, 0),
75
+ (3018, 3021, 0),
76
+ (3031, 3031, 0),
77
+ (3072, 3076, 0),
78
+ (3132, 3132, 0),
79
+ (3134, 3140, 0),
80
+ (3142, 3144, 0),
81
+ (3146, 3149, 0),
82
+ (3157, 3158, 0),
83
+ (3170, 3171, 0),
84
+ (3201, 3203, 0),
85
+ (3260, 3260, 0),
86
+ (3262, 3268, 0),
87
+ (3270, 3272, 0),
88
+ (3274, 3277, 0),
89
+ (3285, 3286, 0),
90
+ (3298, 3299, 0),
91
+ (3315, 3315, 0),
92
+ (3328, 3331, 0),
93
+ (3387, 3388, 0),
94
+ (3390, 3396, 0),
95
+ (3398, 3400, 0),
96
+ (3402, 3405, 0),
97
+ (3415, 3415, 0),
98
+ (3426, 3427, 0),
99
+ (3457, 3459, 0),
100
+ (3530, 3530, 0),
101
+ (3535, 3540, 0),
102
+ (3542, 3542, 0),
103
+ (3544, 3551, 0),
104
+ (3570, 3571, 0),
105
+ (3633, 3633, 0),
106
+ (3636, 3642, 0),
107
+ (3655, 3662, 0),
108
+ (3761, 3761, 0),
109
+ (3764, 3772, 0),
110
+ (3784, 3790, 0),
111
+ (3864, 3865, 0),
112
+ (3893, 3893, 0),
113
+ (3895, 3895, 0),
114
+ (3897, 3897, 0),
115
+ (3902, 3903, 0),
116
+ (3953, 3972, 0),
117
+ (3974, 3975, 0),
118
+ (3981, 3991, 0),
119
+ (3993, 4028, 0),
120
+ (4038, 4038, 0),
121
+ (4139, 4158, 0),
122
+ (4182, 4185, 0),
123
+ (4190, 4192, 0),
124
+ (4194, 4196, 0),
125
+ (4199, 4205, 0),
126
+ (4209, 4212, 0),
127
+ (4226, 4237, 0),
128
+ (4239, 4239, 0),
129
+ (4250, 4253, 0),
130
+ (4352, 4447, 2),
131
+ (4448, 4607, 0),
132
+ (4957, 4959, 0),
133
+ (5906, 5909, 0),
134
+ (5938, 5940, 0),
135
+ (5970, 5971, 0),
136
+ (6002, 6003, 0),
137
+ (6068, 6099, 0),
138
+ (6109, 6109, 0),
139
+ (6155, 6159, 0),
140
+ (6277, 6278, 0),
141
+ (6313, 6313, 0),
142
+ (6432, 6443, 0),
143
+ (6448, 6459, 0),
144
+ (6679, 6683, 0),
145
+ (6741, 6750, 0),
146
+ (6752, 6780, 0),
147
+ (6783, 6783, 0),
148
+ (6832, 6862, 0),
149
+ (6912, 6916, 0),
150
+ (6964, 6980, 0),
151
+ (7019, 7027, 0),
152
+ (7040, 7042, 0),
153
+ (7073, 7085, 0),
154
+ (7142, 7155, 0),
155
+ (7204, 7223, 0),
156
+ (7376, 7378, 0),
157
+ (7380, 7400, 0),
158
+ (7405, 7405, 0),
159
+ (7412, 7412, 0),
160
+ (7415, 7417, 0),
161
+ (7616, 7679, 0),
162
+ (8203, 8207, 0),
163
+ (8232, 8238, 0),
164
+ (8288, 8303, 0),
165
+ (8400, 8432, 0),
166
+ (8986, 8987, 2),
167
+ (9001, 9002, 2),
168
+ (9193, 9196, 2),
169
+ (9200, 9200, 2),
170
+ (9203, 9203, 2),
171
+ (9725, 9726, 2),
172
+ (9748, 9749, 2),
173
+ (9800, 9811, 2),
174
+ (9855, 9855, 2),
175
+ (9875, 9875, 2),
176
+ (9889, 9889, 2),
177
+ (9898, 9899, 2),
178
+ (9917, 9918, 2),
179
+ (9924, 9925, 2),
180
+ (9934, 9934, 2),
181
+ (9940, 9940, 2),
182
+ (9962, 9962, 2),
183
+ (9970, 9971, 2),
184
+ (9973, 9973, 2),
185
+ (9978, 9978, 2),
186
+ (9981, 9981, 2),
187
+ (9989, 9989, 2),
188
+ (9994, 9995, 2),
189
+ (10024, 10024, 2),
190
+ (10060, 10060, 2),
191
+ (10062, 10062, 2),
192
+ (10067, 10069, 2),
193
+ (10071, 10071, 2),
194
+ (10133, 10135, 2),
195
+ (10160, 10160, 2),
196
+ (10175, 10175, 2),
197
+ (11035, 11036, 2),
198
+ (11088, 11088, 2),
199
+ (11093, 11093, 2),
200
+ (11503, 11505, 0),
201
+ (11647, 11647, 0),
202
+ (11744, 11775, 0),
203
+ (11904, 11929, 2),
204
+ (11931, 12019, 2),
205
+ (12032, 12245, 2),
206
+ (12272, 12283, 2),
207
+ (12288, 12329, 2),
208
+ (12330, 12335, 0),
209
+ (12336, 12350, 2),
210
+ (12353, 12438, 2),
211
+ (12441, 12442, 0),
212
+ (12443, 12543, 2),
213
+ (12549, 12591, 2),
214
+ (12593, 12643, 2),
215
+ (12644, 12644, 0),
216
+ (12645, 12686, 2),
217
+ (12688, 12771, 2),
218
+ (12784, 12830, 2),
219
+ (12832, 12871, 2),
220
+ (12880, 19903, 2),
221
+ (19968, 42124, 2),
222
+ (42128, 42182, 2),
223
+ (42607, 42610, 0),
224
+ (42612, 42621, 0),
225
+ (42654, 42655, 0),
226
+ (42736, 42737, 0),
227
+ (43010, 43010, 0),
228
+ (43014, 43014, 0),
229
+ (43019, 43019, 0),
230
+ (43043, 43047, 0),
231
+ (43052, 43052, 0),
232
+ (43136, 43137, 0),
233
+ (43188, 43205, 0),
234
+ (43232, 43249, 0),
235
+ (43263, 43263, 0),
236
+ (43302, 43309, 0),
237
+ (43335, 43347, 0),
238
+ (43360, 43388, 2),
239
+ (43392, 43395, 0),
240
+ (43443, 43456, 0),
241
+ (43493, 43493, 0),
242
+ (43561, 43574, 0),
243
+ (43587, 43587, 0),
244
+ (43596, 43597, 0),
245
+ (43643, 43645, 0),
246
+ (43696, 43696, 0),
247
+ (43698, 43700, 0),
248
+ (43703, 43704, 0),
249
+ (43710, 43711, 0),
250
+ (43713, 43713, 0),
251
+ (43755, 43759, 0),
252
+ (43765, 43766, 0),
253
+ (44003, 44010, 0),
254
+ (44012, 44013, 0),
255
+ (44032, 55203, 2),
256
+ (55216, 55295, 0),
257
+ (63744, 64255, 2),
258
+ (64286, 64286, 0),
259
+ (65024, 65039, 0),
260
+ (65040, 65049, 2),
261
+ (65056, 65071, 0),
262
+ (65072, 65106, 2),
263
+ (65108, 65126, 2),
264
+ (65128, 65131, 2),
265
+ (65279, 65279, 0),
266
+ (65281, 65376, 2),
267
+ (65440, 65440, 0),
268
+ (65504, 65510, 2),
269
+ (65520, 65531, 0),
270
+ (66045, 66045, 0),
271
+ (66272, 66272, 0),
272
+ (66422, 66426, 0),
273
+ (68097, 68099, 0),
274
+ (68101, 68102, 0),
275
+ (68108, 68111, 0),
276
+ (68152, 68154, 0),
277
+ (68159, 68159, 0),
278
+ (68325, 68326, 0),
279
+ (68900, 68903, 0),
280
+ (69291, 69292, 0),
281
+ (69373, 69375, 0),
282
+ (69446, 69456, 0),
283
+ (69506, 69509, 0),
284
+ (69632, 69634, 0),
285
+ (69688, 69702, 0),
286
+ (69744, 69744, 0),
287
+ (69747, 69748, 0),
288
+ (69759, 69762, 0),
289
+ (69808, 69818, 0),
290
+ (69826, 69826, 0),
291
+ (69888, 69890, 0),
292
+ (69927, 69940, 0),
293
+ (69957, 69958, 0),
294
+ (70003, 70003, 0),
295
+ (70016, 70018, 0),
296
+ (70067, 70080, 0),
297
+ (70089, 70092, 0),
298
+ (70094, 70095, 0),
299
+ (70188, 70199, 0),
300
+ (70206, 70206, 0),
301
+ (70209, 70209, 0),
302
+ (70367, 70378, 0),
303
+ (70400, 70403, 0),
304
+ (70459, 70460, 0),
305
+ (70462, 70468, 0),
306
+ (70471, 70472, 0),
307
+ (70475, 70477, 0),
308
+ (70487, 70487, 0),
309
+ (70498, 70499, 0),
310
+ (70502, 70508, 0),
311
+ (70512, 70516, 0),
312
+ (70709, 70726, 0),
313
+ (70750, 70750, 0),
314
+ (70832, 70851, 0),
315
+ (71087, 71093, 0),
316
+ (71096, 71104, 0),
317
+ (71132, 71133, 0),
318
+ (71216, 71232, 0),
319
+ (71339, 71351, 0),
320
+ (71453, 71467, 0),
321
+ (71724, 71738, 0),
322
+ (71984, 71989, 0),
323
+ (71991, 71992, 0),
324
+ (71995, 71998, 0),
325
+ (72000, 72000, 0),
326
+ (72002, 72003, 0),
327
+ (72145, 72151, 0),
328
+ (72154, 72160, 0),
329
+ (72164, 72164, 0),
330
+ (72193, 72202, 0),
331
+ (72243, 72249, 0),
332
+ (72251, 72254, 0),
333
+ (72263, 72263, 0),
334
+ (72273, 72283, 0),
335
+ (72330, 72345, 0),
336
+ (72751, 72758, 0),
337
+ (72760, 72767, 0),
338
+ (72850, 72871, 0),
339
+ (72873, 72886, 0),
340
+ (73009, 73014, 0),
341
+ (73018, 73018, 0),
342
+ (73020, 73021, 0),
343
+ (73023, 73029, 0),
344
+ (73031, 73031, 0),
345
+ (73098, 73102, 0),
346
+ (73104, 73105, 0),
347
+ (73107, 73111, 0),
348
+ (73459, 73462, 0),
349
+ (73472, 73473, 0),
350
+ (73475, 73475, 0),
351
+ (73524, 73530, 0),
352
+ (73534, 73538, 0),
353
+ (78896, 78912, 0),
354
+ (78919, 78933, 0),
355
+ (92912, 92916, 0),
356
+ (92976, 92982, 0),
357
+ (94031, 94031, 0),
358
+ (94033, 94087, 0),
359
+ (94095, 94098, 0),
360
+ (94176, 94179, 2),
361
+ (94180, 94180, 0),
362
+ (94192, 94193, 0),
363
+ (94208, 100343, 2),
364
+ (100352, 101589, 2),
365
+ (101632, 101640, 2),
366
+ (110576, 110579, 2),
367
+ (110581, 110587, 2),
368
+ (110589, 110590, 2),
369
+ (110592, 110882, 2),
370
+ (110898, 110898, 2),
371
+ (110928, 110930, 2),
372
+ (110933, 110933, 2),
373
+ (110948, 110951, 2),
374
+ (110960, 111355, 2),
375
+ (113821, 113822, 0),
376
+ (113824, 113827, 0),
377
+ (118528, 118573, 0),
378
+ (118576, 118598, 0),
379
+ (119141, 119145, 0),
380
+ (119149, 119170, 0),
381
+ (119173, 119179, 0),
382
+ (119210, 119213, 0),
383
+ (119362, 119364, 0),
384
+ (121344, 121398, 0),
385
+ (121403, 121452, 0),
386
+ (121461, 121461, 0),
387
+ (121476, 121476, 0),
388
+ (121499, 121503, 0),
389
+ (121505, 121519, 0),
390
+ (122880, 122886, 0),
391
+ (122888, 122904, 0),
392
+ (122907, 122913, 0),
393
+ (122915, 122916, 0),
394
+ (122918, 122922, 0),
395
+ (123023, 123023, 0),
396
+ (123184, 123190, 0),
397
+ (123566, 123566, 0),
398
+ (123628, 123631, 0),
399
+ (124140, 124143, 0),
400
+ (125136, 125142, 0),
401
+ (125252, 125258, 0),
402
+ (126980, 126980, 2),
403
+ (127183, 127183, 2),
404
+ (127374, 127374, 2),
405
+ (127377, 127386, 2),
406
+ (127488, 127490, 2),
407
+ (127504, 127547, 2),
408
+ (127552, 127560, 2),
409
+ (127568, 127569, 2),
410
+ (127584, 127589, 2),
411
+ (127744, 127776, 2),
412
+ (127789, 127797, 2),
413
+ (127799, 127868, 2),
414
+ (127870, 127891, 2),
415
+ (127904, 127946, 2),
416
+ (127951, 127955, 2),
417
+ (127968, 127984, 2),
418
+ (127988, 127988, 2),
419
+ (127992, 127994, 2),
420
+ (127995, 127999, 0),
421
+ (128000, 128062, 2),
422
+ (128064, 128064, 2),
423
+ (128066, 128252, 2),
424
+ (128255, 128317, 2),
425
+ (128331, 128334, 2),
426
+ (128336, 128359, 2),
427
+ (128378, 128378, 2),
428
+ (128405, 128406, 2),
429
+ (128420, 128420, 2),
430
+ (128507, 128591, 2),
431
+ (128640, 128709, 2),
432
+ (128716, 128716, 2),
433
+ (128720, 128722, 2),
434
+ (128725, 128727, 2),
435
+ (128732, 128735, 2),
436
+ (128747, 128748, 2),
437
+ (128756, 128764, 2),
438
+ (128992, 129003, 2),
439
+ (129008, 129008, 2),
440
+ (129292, 129338, 2),
441
+ (129340, 129349, 2),
442
+ (129351, 129535, 2),
443
+ (129648, 129660, 2),
444
+ (129664, 129672, 2),
445
+ (129680, 129725, 2),
446
+ (129727, 129733, 2),
447
+ (129742, 129755, 2),
448
+ (129760, 129768, 2),
449
+ (129776, 129784, 2),
450
+ (131072, 196605, 2),
451
+ (196608, 262141, 2),
452
+ (917504, 921599, 0),
453
+ ],
454
+ frozenset(
455
+ [
456
+ "#",
457
+ "*",
458
+ "0",
459
+ "1",
460
+ "2",
461
+ "3",
462
+ "4",
463
+ "5",
464
+ "6",
465
+ "7",
466
+ "8",
467
+ "9",
468
+ "ยฉ",
469
+ "ยฎ",
470
+ "โ€ผ",
471
+ "โ‰",
472
+ "โ„ข",
473
+ "โ„น",
474
+ "โ†”",
475
+ "โ†•",
476
+ "โ†–",
477
+ "โ†—",
478
+ "โ†˜",
479
+ "โ†™",
480
+ "โ†ฉ",
481
+ "โ†ช",
482
+ "โŒจ",
483
+ "โ",
484
+ "โญ",
485
+ "โฎ",
486
+ "โฏ",
487
+ "โฑ",
488
+ "โฒ",
489
+ "โธ",
490
+ "โน",
491
+ "โบ",
492
+ "โ“‚",
493
+ "โ–ช",
494
+ "โ–ซ",
495
+ "โ–ถ",
496
+ "โ—€",
497
+ "โ—ป",
498
+ "โ—ผ",
499
+ "โ˜€",
500
+ "โ˜",
501
+ "โ˜‚",
502
+ "โ˜ƒ",
503
+ "โ˜„",
504
+ "โ˜Ž",
505
+ "โ˜‘",
506
+ "โ˜˜",
507
+ "โ˜",
508
+ "โ˜ ",
509
+ "โ˜ข",
510
+ "โ˜ฃ",
511
+ "โ˜ฆ",
512
+ "โ˜ช",
513
+ "โ˜ฎ",
514
+ "โ˜ฏ",
515
+ "โ˜ธ",
516
+ "โ˜น",
517
+ "โ˜บ",
518
+ "โ™€",
519
+ "โ™‚",
520
+ "โ™Ÿ",
521
+ "โ™ ",
522
+ "โ™ฃ",
523
+ "โ™ฅ",
524
+ "โ™ฆ",
525
+ "โ™จ",
526
+ "โ™ป",
527
+ "โ™พ",
528
+ "โš’",
529
+ "โš”",
530
+ "โš•",
531
+ "โš–",
532
+ "โš—",
533
+ "โš™",
534
+ "โš›",
535
+ "โšœ",
536
+ "โš ",
537
+ "โšง",
538
+ "โšฐ",
539
+ "โšฑ",
540
+ "โ›ˆ",
541
+ "โ›",
542
+ "โ›‘",
543
+ "โ›“",
544
+ "โ›ฉ",
545
+ "โ›ฐ",
546
+ "โ›ฑ",
547
+ "โ›ด",
548
+ "โ›ท",
549
+ "โ›ธ",
550
+ "โ›น",
551
+ "โœ‚",
552
+ "โœˆ",
553
+ "โœ‰",
554
+ "โœŒ",
555
+ "โœ",
556
+ "โœ",
557
+ "โœ’",
558
+ "โœ”",
559
+ "โœ–",
560
+ "โœ",
561
+ "โœก",
562
+ "โœณ",
563
+ "โœด",
564
+ "โ„",
565
+ "โ‡",
566
+ "โฃ",
567
+ "โค",
568
+ "โžก",
569
+ "โคด",
570
+ "โคต",
571
+ "โฌ…",
572
+ "โฌ†",
573
+ "โฌ‡",
574
+ "๐Ÿ…ฐ",
575
+ "๐Ÿ…ฑ",
576
+ "๐Ÿ…พ",
577
+ "๐Ÿ…ฟ",
578
+ "๐ŸŒก",
579
+ "๐ŸŒค",
580
+ "๐ŸŒฅ",
581
+ "๐ŸŒฆ",
582
+ "๐ŸŒง",
583
+ "๐ŸŒจ",
584
+ "๐ŸŒฉ",
585
+ "๐ŸŒช",
586
+ "๐ŸŒซ",
587
+ "๐ŸŒฌ",
588
+ "๐ŸŒถ",
589
+ "๐Ÿฝ",
590
+ "๐ŸŽ–",
591
+ "๐ŸŽ—",
592
+ "๐ŸŽ™",
593
+ "๐ŸŽš",
594
+ "๐ŸŽ›",
595
+ "๐ŸŽž",
596
+ "๐ŸŽŸ",
597
+ "๐Ÿ‹",
598
+ "๐ŸŒ",
599
+ "๐Ÿ",
600
+ "๐ŸŽ",
601
+ "๐Ÿ”",
602
+ "๐Ÿ•",
603
+ "๐Ÿ–",
604
+ "๐Ÿ—",
605
+ "๐Ÿ˜",
606
+ "๐Ÿ™",
607
+ "๐Ÿš",
608
+ "๐Ÿ›",
609
+ "๐Ÿœ",
610
+ "๐Ÿ",
611
+ "๐Ÿž",
612
+ "๐ŸŸ",
613
+ "๐Ÿณ",
614
+ "๐Ÿต",
615
+ "๐Ÿท",
616
+ "๐Ÿฟ",
617
+ "๐Ÿ‘",
618
+ "๐Ÿ“ฝ",
619
+ "๐Ÿ•‰",
620
+ "๐Ÿ•Š",
621
+ "๐Ÿ•ฏ",
622
+ "๐Ÿ•ฐ",
623
+ "๐Ÿ•ณ",
624
+ "๐Ÿ•ด",
625
+ "๐Ÿ•ต",
626
+ "๐Ÿ•ถ",
627
+ "๐Ÿ•ท",
628
+ "๐Ÿ•ธ",
629
+ "๐Ÿ•น",
630
+ "๐Ÿ–‡",
631
+ "๐Ÿ–Š",
632
+ "๐Ÿ–‹",
633
+ "๐Ÿ–Œ",
634
+ "๐Ÿ–",
635
+ "๐Ÿ–",
636
+ "๐Ÿ–ฅ",
637
+ "๐Ÿ–จ",
638
+ "๐Ÿ–ฑ",
639
+ "๐Ÿ–ฒ",
640
+ "๐Ÿ–ผ",
641
+ "๐Ÿ—‚",
642
+ "๐Ÿ—ƒ",
643
+ "๐Ÿ—„",
644
+ "๐Ÿ—‘",
645
+ "๐Ÿ—’",
646
+ "๐Ÿ—“",
647
+ "๐Ÿ—œ",
648
+ "๐Ÿ—",
649
+ "๐Ÿ—ž",
650
+ "๐Ÿ—ก",
651
+ "๐Ÿ—ฃ",
652
+ "๐Ÿ—จ",
653
+ "๐Ÿ—ฏ",
654
+ "๐Ÿ—ณ",
655
+ "๐Ÿ—บ",
656
+ "๐Ÿ›‹",
657
+ "๐Ÿ›",
658
+ "๐Ÿ›Ž",
659
+ "๐Ÿ›",
660
+ "๐Ÿ› ",
661
+ "๐Ÿ›ก",
662
+ "๐Ÿ›ข",
663
+ "๐Ÿ›ฃ",
664
+ "๐Ÿ›ค",
665
+ "๐Ÿ›ฅ",
666
+ "๐Ÿ›ฉ",
667
+ "๐Ÿ›ฐ",
668
+ "๐Ÿ›ณ",
669
+ ]
670
+ ),
671
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode15-1-0.py ADDED
@@ -0,0 +1,670 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "15.1.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2200, 2207, 0),
36
+ (2250, 2273, 0),
37
+ (2275, 2307, 0),
38
+ (2362, 2364, 0),
39
+ (2366, 2383, 0),
40
+ (2385, 2391, 0),
41
+ (2402, 2403, 0),
42
+ (2433, 2435, 0),
43
+ (2492, 2492, 0),
44
+ (2494, 2500, 0),
45
+ (2503, 2504, 0),
46
+ (2507, 2509, 0),
47
+ (2519, 2519, 0),
48
+ (2530, 2531, 0),
49
+ (2558, 2558, 0),
50
+ (2561, 2563, 0),
51
+ (2620, 2620, 0),
52
+ (2622, 2626, 0),
53
+ (2631, 2632, 0),
54
+ (2635, 2637, 0),
55
+ (2641, 2641, 0),
56
+ (2672, 2673, 0),
57
+ (2677, 2677, 0),
58
+ (2689, 2691, 0),
59
+ (2748, 2748, 0),
60
+ (2750, 2757, 0),
61
+ (2759, 2761, 0),
62
+ (2763, 2765, 0),
63
+ (2786, 2787, 0),
64
+ (2810, 2815, 0),
65
+ (2817, 2819, 0),
66
+ (2876, 2876, 0),
67
+ (2878, 2884, 0),
68
+ (2887, 2888, 0),
69
+ (2891, 2893, 0),
70
+ (2901, 2903, 0),
71
+ (2914, 2915, 0),
72
+ (2946, 2946, 0),
73
+ (3006, 3010, 0),
74
+ (3014, 3016, 0),
75
+ (3018, 3021, 0),
76
+ (3031, 3031, 0),
77
+ (3072, 3076, 0),
78
+ (3132, 3132, 0),
79
+ (3134, 3140, 0),
80
+ (3142, 3144, 0),
81
+ (3146, 3149, 0),
82
+ (3157, 3158, 0),
83
+ (3170, 3171, 0),
84
+ (3201, 3203, 0),
85
+ (3260, 3260, 0),
86
+ (3262, 3268, 0),
87
+ (3270, 3272, 0),
88
+ (3274, 3277, 0),
89
+ (3285, 3286, 0),
90
+ (3298, 3299, 0),
91
+ (3315, 3315, 0),
92
+ (3328, 3331, 0),
93
+ (3387, 3388, 0),
94
+ (3390, 3396, 0),
95
+ (3398, 3400, 0),
96
+ (3402, 3405, 0),
97
+ (3415, 3415, 0),
98
+ (3426, 3427, 0),
99
+ (3457, 3459, 0),
100
+ (3530, 3530, 0),
101
+ (3535, 3540, 0),
102
+ (3542, 3542, 0),
103
+ (3544, 3551, 0),
104
+ (3570, 3571, 0),
105
+ (3633, 3633, 0),
106
+ (3636, 3642, 0),
107
+ (3655, 3662, 0),
108
+ (3761, 3761, 0),
109
+ (3764, 3772, 0),
110
+ (3784, 3790, 0),
111
+ (3864, 3865, 0),
112
+ (3893, 3893, 0),
113
+ (3895, 3895, 0),
114
+ (3897, 3897, 0),
115
+ (3902, 3903, 0),
116
+ (3953, 3972, 0),
117
+ (3974, 3975, 0),
118
+ (3981, 3991, 0),
119
+ (3993, 4028, 0),
120
+ (4038, 4038, 0),
121
+ (4139, 4158, 0),
122
+ (4182, 4185, 0),
123
+ (4190, 4192, 0),
124
+ (4194, 4196, 0),
125
+ (4199, 4205, 0),
126
+ (4209, 4212, 0),
127
+ (4226, 4237, 0),
128
+ (4239, 4239, 0),
129
+ (4250, 4253, 0),
130
+ (4352, 4447, 2),
131
+ (4448, 4607, 0),
132
+ (4957, 4959, 0),
133
+ (5906, 5909, 0),
134
+ (5938, 5940, 0),
135
+ (5970, 5971, 0),
136
+ (6002, 6003, 0),
137
+ (6068, 6099, 0),
138
+ (6109, 6109, 0),
139
+ (6155, 6159, 0),
140
+ (6277, 6278, 0),
141
+ (6313, 6313, 0),
142
+ (6432, 6443, 0),
143
+ (6448, 6459, 0),
144
+ (6679, 6683, 0),
145
+ (6741, 6750, 0),
146
+ (6752, 6780, 0),
147
+ (6783, 6783, 0),
148
+ (6832, 6862, 0),
149
+ (6912, 6916, 0),
150
+ (6964, 6980, 0),
151
+ (7019, 7027, 0),
152
+ (7040, 7042, 0),
153
+ (7073, 7085, 0),
154
+ (7142, 7155, 0),
155
+ (7204, 7223, 0),
156
+ (7376, 7378, 0),
157
+ (7380, 7400, 0),
158
+ (7405, 7405, 0),
159
+ (7412, 7412, 0),
160
+ (7415, 7417, 0),
161
+ (7616, 7679, 0),
162
+ (8203, 8207, 0),
163
+ (8232, 8238, 0),
164
+ (8288, 8303, 0),
165
+ (8400, 8432, 0),
166
+ (8986, 8987, 2),
167
+ (9001, 9002, 2),
168
+ (9193, 9196, 2),
169
+ (9200, 9200, 2),
170
+ (9203, 9203, 2),
171
+ (9725, 9726, 2),
172
+ (9748, 9749, 2),
173
+ (9800, 9811, 2),
174
+ (9855, 9855, 2),
175
+ (9875, 9875, 2),
176
+ (9889, 9889, 2),
177
+ (9898, 9899, 2),
178
+ (9917, 9918, 2),
179
+ (9924, 9925, 2),
180
+ (9934, 9934, 2),
181
+ (9940, 9940, 2),
182
+ (9962, 9962, 2),
183
+ (9970, 9971, 2),
184
+ (9973, 9973, 2),
185
+ (9978, 9978, 2),
186
+ (9981, 9981, 2),
187
+ (9989, 9989, 2),
188
+ (9994, 9995, 2),
189
+ (10024, 10024, 2),
190
+ (10060, 10060, 2),
191
+ (10062, 10062, 2),
192
+ (10067, 10069, 2),
193
+ (10071, 10071, 2),
194
+ (10133, 10135, 2),
195
+ (10160, 10160, 2),
196
+ (10175, 10175, 2),
197
+ (11035, 11036, 2),
198
+ (11088, 11088, 2),
199
+ (11093, 11093, 2),
200
+ (11503, 11505, 0),
201
+ (11647, 11647, 0),
202
+ (11744, 11775, 0),
203
+ (11904, 11929, 2),
204
+ (11931, 12019, 2),
205
+ (12032, 12245, 2),
206
+ (12272, 12329, 2),
207
+ (12330, 12335, 0),
208
+ (12336, 12350, 2),
209
+ (12353, 12438, 2),
210
+ (12441, 12442, 0),
211
+ (12443, 12543, 2),
212
+ (12549, 12591, 2),
213
+ (12593, 12643, 2),
214
+ (12644, 12644, 0),
215
+ (12645, 12686, 2),
216
+ (12688, 12771, 2),
217
+ (12783, 12830, 2),
218
+ (12832, 12871, 2),
219
+ (12880, 19903, 2),
220
+ (19968, 42124, 2),
221
+ (42128, 42182, 2),
222
+ (42607, 42610, 0),
223
+ (42612, 42621, 0),
224
+ (42654, 42655, 0),
225
+ (42736, 42737, 0),
226
+ (43010, 43010, 0),
227
+ (43014, 43014, 0),
228
+ (43019, 43019, 0),
229
+ (43043, 43047, 0),
230
+ (43052, 43052, 0),
231
+ (43136, 43137, 0),
232
+ (43188, 43205, 0),
233
+ (43232, 43249, 0),
234
+ (43263, 43263, 0),
235
+ (43302, 43309, 0),
236
+ (43335, 43347, 0),
237
+ (43360, 43388, 2),
238
+ (43392, 43395, 0),
239
+ (43443, 43456, 0),
240
+ (43493, 43493, 0),
241
+ (43561, 43574, 0),
242
+ (43587, 43587, 0),
243
+ (43596, 43597, 0),
244
+ (43643, 43645, 0),
245
+ (43696, 43696, 0),
246
+ (43698, 43700, 0),
247
+ (43703, 43704, 0),
248
+ (43710, 43711, 0),
249
+ (43713, 43713, 0),
250
+ (43755, 43759, 0),
251
+ (43765, 43766, 0),
252
+ (44003, 44010, 0),
253
+ (44012, 44013, 0),
254
+ (44032, 55203, 2),
255
+ (55216, 55295, 0),
256
+ (63744, 64255, 2),
257
+ (64286, 64286, 0),
258
+ (65024, 65039, 0),
259
+ (65040, 65049, 2),
260
+ (65056, 65071, 0),
261
+ (65072, 65106, 2),
262
+ (65108, 65126, 2),
263
+ (65128, 65131, 2),
264
+ (65279, 65279, 0),
265
+ (65281, 65376, 2),
266
+ (65440, 65440, 0),
267
+ (65504, 65510, 2),
268
+ (65520, 65531, 0),
269
+ (66045, 66045, 0),
270
+ (66272, 66272, 0),
271
+ (66422, 66426, 0),
272
+ (68097, 68099, 0),
273
+ (68101, 68102, 0),
274
+ (68108, 68111, 0),
275
+ (68152, 68154, 0),
276
+ (68159, 68159, 0),
277
+ (68325, 68326, 0),
278
+ (68900, 68903, 0),
279
+ (69291, 69292, 0),
280
+ (69373, 69375, 0),
281
+ (69446, 69456, 0),
282
+ (69506, 69509, 0),
283
+ (69632, 69634, 0),
284
+ (69688, 69702, 0),
285
+ (69744, 69744, 0),
286
+ (69747, 69748, 0),
287
+ (69759, 69762, 0),
288
+ (69808, 69818, 0),
289
+ (69826, 69826, 0),
290
+ (69888, 69890, 0),
291
+ (69927, 69940, 0),
292
+ (69957, 69958, 0),
293
+ (70003, 70003, 0),
294
+ (70016, 70018, 0),
295
+ (70067, 70080, 0),
296
+ (70089, 70092, 0),
297
+ (70094, 70095, 0),
298
+ (70188, 70199, 0),
299
+ (70206, 70206, 0),
300
+ (70209, 70209, 0),
301
+ (70367, 70378, 0),
302
+ (70400, 70403, 0),
303
+ (70459, 70460, 0),
304
+ (70462, 70468, 0),
305
+ (70471, 70472, 0),
306
+ (70475, 70477, 0),
307
+ (70487, 70487, 0),
308
+ (70498, 70499, 0),
309
+ (70502, 70508, 0),
310
+ (70512, 70516, 0),
311
+ (70709, 70726, 0),
312
+ (70750, 70750, 0),
313
+ (70832, 70851, 0),
314
+ (71087, 71093, 0),
315
+ (71096, 71104, 0),
316
+ (71132, 71133, 0),
317
+ (71216, 71232, 0),
318
+ (71339, 71351, 0),
319
+ (71453, 71467, 0),
320
+ (71724, 71738, 0),
321
+ (71984, 71989, 0),
322
+ (71991, 71992, 0),
323
+ (71995, 71998, 0),
324
+ (72000, 72000, 0),
325
+ (72002, 72003, 0),
326
+ (72145, 72151, 0),
327
+ (72154, 72160, 0),
328
+ (72164, 72164, 0),
329
+ (72193, 72202, 0),
330
+ (72243, 72249, 0),
331
+ (72251, 72254, 0),
332
+ (72263, 72263, 0),
333
+ (72273, 72283, 0),
334
+ (72330, 72345, 0),
335
+ (72751, 72758, 0),
336
+ (72760, 72767, 0),
337
+ (72850, 72871, 0),
338
+ (72873, 72886, 0),
339
+ (73009, 73014, 0),
340
+ (73018, 73018, 0),
341
+ (73020, 73021, 0),
342
+ (73023, 73029, 0),
343
+ (73031, 73031, 0),
344
+ (73098, 73102, 0),
345
+ (73104, 73105, 0),
346
+ (73107, 73111, 0),
347
+ (73459, 73462, 0),
348
+ (73472, 73473, 0),
349
+ (73475, 73475, 0),
350
+ (73524, 73530, 0),
351
+ (73534, 73538, 0),
352
+ (78896, 78912, 0),
353
+ (78919, 78933, 0),
354
+ (92912, 92916, 0),
355
+ (92976, 92982, 0),
356
+ (94031, 94031, 0),
357
+ (94033, 94087, 0),
358
+ (94095, 94098, 0),
359
+ (94176, 94179, 2),
360
+ (94180, 94180, 0),
361
+ (94192, 94193, 0),
362
+ (94208, 100343, 2),
363
+ (100352, 101589, 2),
364
+ (101632, 101640, 2),
365
+ (110576, 110579, 2),
366
+ (110581, 110587, 2),
367
+ (110589, 110590, 2),
368
+ (110592, 110882, 2),
369
+ (110898, 110898, 2),
370
+ (110928, 110930, 2),
371
+ (110933, 110933, 2),
372
+ (110948, 110951, 2),
373
+ (110960, 111355, 2),
374
+ (113821, 113822, 0),
375
+ (113824, 113827, 0),
376
+ (118528, 118573, 0),
377
+ (118576, 118598, 0),
378
+ (119141, 119145, 0),
379
+ (119149, 119170, 0),
380
+ (119173, 119179, 0),
381
+ (119210, 119213, 0),
382
+ (119362, 119364, 0),
383
+ (121344, 121398, 0),
384
+ (121403, 121452, 0),
385
+ (121461, 121461, 0),
386
+ (121476, 121476, 0),
387
+ (121499, 121503, 0),
388
+ (121505, 121519, 0),
389
+ (122880, 122886, 0),
390
+ (122888, 122904, 0),
391
+ (122907, 122913, 0),
392
+ (122915, 122916, 0),
393
+ (122918, 122922, 0),
394
+ (123023, 123023, 0),
395
+ (123184, 123190, 0),
396
+ (123566, 123566, 0),
397
+ (123628, 123631, 0),
398
+ (124140, 124143, 0),
399
+ (125136, 125142, 0),
400
+ (125252, 125258, 0),
401
+ (126980, 126980, 2),
402
+ (127183, 127183, 2),
403
+ (127374, 127374, 2),
404
+ (127377, 127386, 2),
405
+ (127488, 127490, 2),
406
+ (127504, 127547, 2),
407
+ (127552, 127560, 2),
408
+ (127568, 127569, 2),
409
+ (127584, 127589, 2),
410
+ (127744, 127776, 2),
411
+ (127789, 127797, 2),
412
+ (127799, 127868, 2),
413
+ (127870, 127891, 2),
414
+ (127904, 127946, 2),
415
+ (127951, 127955, 2),
416
+ (127968, 127984, 2),
417
+ (127988, 127988, 2),
418
+ (127992, 127994, 2),
419
+ (127995, 127999, 0),
420
+ (128000, 128062, 2),
421
+ (128064, 128064, 2),
422
+ (128066, 128252, 2),
423
+ (128255, 128317, 2),
424
+ (128331, 128334, 2),
425
+ (128336, 128359, 2),
426
+ (128378, 128378, 2),
427
+ (128405, 128406, 2),
428
+ (128420, 128420, 2),
429
+ (128507, 128591, 2),
430
+ (128640, 128709, 2),
431
+ (128716, 128716, 2),
432
+ (128720, 128722, 2),
433
+ (128725, 128727, 2),
434
+ (128732, 128735, 2),
435
+ (128747, 128748, 2),
436
+ (128756, 128764, 2),
437
+ (128992, 129003, 2),
438
+ (129008, 129008, 2),
439
+ (129292, 129338, 2),
440
+ (129340, 129349, 2),
441
+ (129351, 129535, 2),
442
+ (129648, 129660, 2),
443
+ (129664, 129672, 2),
444
+ (129680, 129725, 2),
445
+ (129727, 129733, 2),
446
+ (129742, 129755, 2),
447
+ (129760, 129768, 2),
448
+ (129776, 129784, 2),
449
+ (131072, 196605, 2),
450
+ (196608, 262141, 2),
451
+ (917504, 921599, 0),
452
+ ],
453
+ frozenset(
454
+ [
455
+ "#",
456
+ "*",
457
+ "0",
458
+ "1",
459
+ "2",
460
+ "3",
461
+ "4",
462
+ "5",
463
+ "6",
464
+ "7",
465
+ "8",
466
+ "9",
467
+ "ยฉ",
468
+ "ยฎ",
469
+ "โ€ผ",
470
+ "โ‰",
471
+ "โ„ข",
472
+ "โ„น",
473
+ "โ†”",
474
+ "โ†•",
475
+ "โ†–",
476
+ "โ†—",
477
+ "โ†˜",
478
+ "โ†™",
479
+ "โ†ฉ",
480
+ "โ†ช",
481
+ "โŒจ",
482
+ "โ",
483
+ "โญ",
484
+ "โฎ",
485
+ "โฏ",
486
+ "โฑ",
487
+ "โฒ",
488
+ "โธ",
489
+ "โน",
490
+ "โบ",
491
+ "โ“‚",
492
+ "โ–ช",
493
+ "โ–ซ",
494
+ "โ–ถ",
495
+ "โ—€",
496
+ "โ—ป",
497
+ "โ—ผ",
498
+ "โ˜€",
499
+ "โ˜",
500
+ "โ˜‚",
501
+ "โ˜ƒ",
502
+ "โ˜„",
503
+ "โ˜Ž",
504
+ "โ˜‘",
505
+ "โ˜˜",
506
+ "โ˜",
507
+ "โ˜ ",
508
+ "โ˜ข",
509
+ "โ˜ฃ",
510
+ "โ˜ฆ",
511
+ "โ˜ช",
512
+ "โ˜ฎ",
513
+ "โ˜ฏ",
514
+ "โ˜ธ",
515
+ "โ˜น",
516
+ "โ˜บ",
517
+ "โ™€",
518
+ "โ™‚",
519
+ "โ™Ÿ",
520
+ "โ™ ",
521
+ "โ™ฃ",
522
+ "โ™ฅ",
523
+ "โ™ฆ",
524
+ "โ™จ",
525
+ "โ™ป",
526
+ "โ™พ",
527
+ "โš’",
528
+ "โš”",
529
+ "โš•",
530
+ "โš–",
531
+ "โš—",
532
+ "โš™",
533
+ "โš›",
534
+ "โšœ",
535
+ "โš ",
536
+ "โšง",
537
+ "โšฐ",
538
+ "โšฑ",
539
+ "โ›ˆ",
540
+ "โ›",
541
+ "โ›‘",
542
+ "โ›“",
543
+ "โ›ฉ",
544
+ "โ›ฐ",
545
+ "โ›ฑ",
546
+ "โ›ด",
547
+ "โ›ท",
548
+ "โ›ธ",
549
+ "โ›น",
550
+ "โœ‚",
551
+ "โœˆ",
552
+ "โœ‰",
553
+ "โœŒ",
554
+ "โœ",
555
+ "โœ",
556
+ "โœ’",
557
+ "โœ”",
558
+ "โœ–",
559
+ "โœ",
560
+ "โœก",
561
+ "โœณ",
562
+ "โœด",
563
+ "โ„",
564
+ "โ‡",
565
+ "โฃ",
566
+ "โค",
567
+ "โžก",
568
+ "โคด",
569
+ "โคต",
570
+ "โฌ…",
571
+ "โฌ†",
572
+ "โฌ‡",
573
+ "๐Ÿ…ฐ",
574
+ "๐Ÿ…ฑ",
575
+ "๐Ÿ…พ",
576
+ "๐Ÿ…ฟ",
577
+ "๐ŸŒก",
578
+ "๐ŸŒค",
579
+ "๐ŸŒฅ",
580
+ "๐ŸŒฆ",
581
+ "๐ŸŒง",
582
+ "๐ŸŒจ",
583
+ "๐ŸŒฉ",
584
+ "๐ŸŒช",
585
+ "๐ŸŒซ",
586
+ "๐ŸŒฌ",
587
+ "๐ŸŒถ",
588
+ "๐Ÿฝ",
589
+ "๐ŸŽ–",
590
+ "๐ŸŽ—",
591
+ "๐ŸŽ™",
592
+ "๐ŸŽš",
593
+ "๐ŸŽ›",
594
+ "๐ŸŽž",
595
+ "๐ŸŽŸ",
596
+ "๐Ÿ‹",
597
+ "๐ŸŒ",
598
+ "๐Ÿ",
599
+ "๐ŸŽ",
600
+ "๐Ÿ”",
601
+ "๐Ÿ•",
602
+ "๐Ÿ–",
603
+ "๐Ÿ—",
604
+ "๐Ÿ˜",
605
+ "๐Ÿ™",
606
+ "๐Ÿš",
607
+ "๐Ÿ›",
608
+ "๐Ÿœ",
609
+ "๐Ÿ",
610
+ "๐Ÿž",
611
+ "๐ŸŸ",
612
+ "๐Ÿณ",
613
+ "๐Ÿต",
614
+ "๐Ÿท",
615
+ "๐Ÿฟ",
616
+ "๐Ÿ‘",
617
+ "๐Ÿ“ฝ",
618
+ "๐Ÿ•‰",
619
+ "๐Ÿ•Š",
620
+ "๐Ÿ•ฏ",
621
+ "๐Ÿ•ฐ",
622
+ "๐Ÿ•ณ",
623
+ "๐Ÿ•ด",
624
+ "๐Ÿ•ต",
625
+ "๐Ÿ•ถ",
626
+ "๐Ÿ•ท",
627
+ "๐Ÿ•ธ",
628
+ "๐Ÿ•น",
629
+ "๐Ÿ–‡",
630
+ "๐Ÿ–Š",
631
+ "๐Ÿ–‹",
632
+ "๐Ÿ–Œ",
633
+ "๐Ÿ–",
634
+ "๐Ÿ–",
635
+ "๐Ÿ–ฅ",
636
+ "๐Ÿ–จ",
637
+ "๐Ÿ–ฑ",
638
+ "๐Ÿ–ฒ",
639
+ "๐Ÿ–ผ",
640
+ "๐Ÿ—‚",
641
+ "๐Ÿ—ƒ",
642
+ "๐Ÿ—„",
643
+ "๐Ÿ—‘",
644
+ "๐Ÿ—’",
645
+ "๐Ÿ—“",
646
+ "๐Ÿ—œ",
647
+ "๐Ÿ—",
648
+ "๐Ÿ—ž",
649
+ "๐Ÿ—ก",
650
+ "๐Ÿ—ฃ",
651
+ "๐Ÿ—จ",
652
+ "๐Ÿ—ฏ",
653
+ "๐Ÿ—ณ",
654
+ "๐Ÿ—บ",
655
+ "๐Ÿ›‹",
656
+ "๐Ÿ›",
657
+ "๐Ÿ›Ž",
658
+ "๐Ÿ›",
659
+ "๐Ÿ› ",
660
+ "๐Ÿ›ก",
661
+ "๐Ÿ›ข",
662
+ "๐Ÿ›ฃ",
663
+ "๐Ÿ›ค",
664
+ "๐Ÿ›ฅ",
665
+ "๐Ÿ›ฉ",
666
+ "๐Ÿ›ฐ",
667
+ "๐Ÿ›ณ",
668
+ ]
669
+ ),
670
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode16-0-0.py ADDED
@@ -0,0 +1,683 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "16.0.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2199, 2207, 0),
36
+ (2250, 2273, 0),
37
+ (2275, 2307, 0),
38
+ (2362, 2364, 0),
39
+ (2366, 2383, 0),
40
+ (2385, 2391, 0),
41
+ (2402, 2403, 0),
42
+ (2433, 2435, 0),
43
+ (2492, 2492, 0),
44
+ (2494, 2500, 0),
45
+ (2503, 2504, 0),
46
+ (2507, 2509, 0),
47
+ (2519, 2519, 0),
48
+ (2530, 2531, 0),
49
+ (2558, 2558, 0),
50
+ (2561, 2563, 0),
51
+ (2620, 2620, 0),
52
+ (2622, 2626, 0),
53
+ (2631, 2632, 0),
54
+ (2635, 2637, 0),
55
+ (2641, 2641, 0),
56
+ (2672, 2673, 0),
57
+ (2677, 2677, 0),
58
+ (2689, 2691, 0),
59
+ (2748, 2748, 0),
60
+ (2750, 2757, 0),
61
+ (2759, 2761, 0),
62
+ (2763, 2765, 0),
63
+ (2786, 2787, 0),
64
+ (2810, 2815, 0),
65
+ (2817, 2819, 0),
66
+ (2876, 2876, 0),
67
+ (2878, 2884, 0),
68
+ (2887, 2888, 0),
69
+ (2891, 2893, 0),
70
+ (2901, 2903, 0),
71
+ (2914, 2915, 0),
72
+ (2946, 2946, 0),
73
+ (3006, 3010, 0),
74
+ (3014, 3016, 0),
75
+ (3018, 3021, 0),
76
+ (3031, 3031, 0),
77
+ (3072, 3076, 0),
78
+ (3132, 3132, 0),
79
+ (3134, 3140, 0),
80
+ (3142, 3144, 0),
81
+ (3146, 3149, 0),
82
+ (3157, 3158, 0),
83
+ (3170, 3171, 0),
84
+ (3201, 3203, 0),
85
+ (3260, 3260, 0),
86
+ (3262, 3268, 0),
87
+ (3270, 3272, 0),
88
+ (3274, 3277, 0),
89
+ (3285, 3286, 0),
90
+ (3298, 3299, 0),
91
+ (3315, 3315, 0),
92
+ (3328, 3331, 0),
93
+ (3387, 3388, 0),
94
+ (3390, 3396, 0),
95
+ (3398, 3400, 0),
96
+ (3402, 3405, 0),
97
+ (3415, 3415, 0),
98
+ (3426, 3427, 0),
99
+ (3457, 3459, 0),
100
+ (3530, 3530, 0),
101
+ (3535, 3540, 0),
102
+ (3542, 3542, 0),
103
+ (3544, 3551, 0),
104
+ (3570, 3571, 0),
105
+ (3633, 3633, 0),
106
+ (3636, 3642, 0),
107
+ (3655, 3662, 0),
108
+ (3761, 3761, 0),
109
+ (3764, 3772, 0),
110
+ (3784, 3790, 0),
111
+ (3864, 3865, 0),
112
+ (3893, 3893, 0),
113
+ (3895, 3895, 0),
114
+ (3897, 3897, 0),
115
+ (3902, 3903, 0),
116
+ (3953, 3972, 0),
117
+ (3974, 3975, 0),
118
+ (3981, 3991, 0),
119
+ (3993, 4028, 0),
120
+ (4038, 4038, 0),
121
+ (4139, 4158, 0),
122
+ (4182, 4185, 0),
123
+ (4190, 4192, 0),
124
+ (4194, 4196, 0),
125
+ (4199, 4205, 0),
126
+ (4209, 4212, 0),
127
+ (4226, 4237, 0),
128
+ (4239, 4239, 0),
129
+ (4250, 4253, 0),
130
+ (4352, 4447, 2),
131
+ (4448, 4607, 0),
132
+ (4957, 4959, 0),
133
+ (5906, 5909, 0),
134
+ (5938, 5940, 0),
135
+ (5970, 5971, 0),
136
+ (6002, 6003, 0),
137
+ (6068, 6099, 0),
138
+ (6109, 6109, 0),
139
+ (6155, 6159, 0),
140
+ (6277, 6278, 0),
141
+ (6313, 6313, 0),
142
+ (6432, 6443, 0),
143
+ (6448, 6459, 0),
144
+ (6679, 6683, 0),
145
+ (6741, 6750, 0),
146
+ (6752, 6780, 0),
147
+ (6783, 6783, 0),
148
+ (6832, 6862, 0),
149
+ (6912, 6916, 0),
150
+ (6964, 6980, 0),
151
+ (7019, 7027, 0),
152
+ (7040, 7042, 0),
153
+ (7073, 7085, 0),
154
+ (7142, 7155, 0),
155
+ (7204, 7223, 0),
156
+ (7376, 7378, 0),
157
+ (7380, 7400, 0),
158
+ (7405, 7405, 0),
159
+ (7412, 7412, 0),
160
+ (7415, 7417, 0),
161
+ (7616, 7679, 0),
162
+ (8203, 8207, 0),
163
+ (8232, 8238, 0),
164
+ (8288, 8303, 0),
165
+ (8400, 8432, 0),
166
+ (8986, 8987, 2),
167
+ (9001, 9002, 2),
168
+ (9193, 9196, 2),
169
+ (9200, 9200, 2),
170
+ (9203, 9203, 2),
171
+ (9725, 9726, 2),
172
+ (9748, 9749, 2),
173
+ (9776, 9783, 2),
174
+ (9800, 9811, 2),
175
+ (9855, 9855, 2),
176
+ (9866, 9871, 2),
177
+ (9875, 9875, 2),
178
+ (9889, 9889, 2),
179
+ (9898, 9899, 2),
180
+ (9917, 9918, 2),
181
+ (9924, 9925, 2),
182
+ (9934, 9934, 2),
183
+ (9940, 9940, 2),
184
+ (9962, 9962, 2),
185
+ (9970, 9971, 2),
186
+ (9973, 9973, 2),
187
+ (9978, 9978, 2),
188
+ (9981, 9981, 2),
189
+ (9989, 9989, 2),
190
+ (9994, 9995, 2),
191
+ (10024, 10024, 2),
192
+ (10060, 10060, 2),
193
+ (10062, 10062, 2),
194
+ (10067, 10069, 2),
195
+ (10071, 10071, 2),
196
+ (10133, 10135, 2),
197
+ (10160, 10160, 2),
198
+ (10175, 10175, 2),
199
+ (11035, 11036, 2),
200
+ (11088, 11088, 2),
201
+ (11093, 11093, 2),
202
+ (11503, 11505, 0),
203
+ (11647, 11647, 0),
204
+ (11744, 11775, 0),
205
+ (11904, 11929, 2),
206
+ (11931, 12019, 2),
207
+ (12032, 12245, 2),
208
+ (12272, 12329, 2),
209
+ (12330, 12335, 0),
210
+ (12336, 12350, 2),
211
+ (12353, 12438, 2),
212
+ (12441, 12442, 0),
213
+ (12443, 12543, 2),
214
+ (12549, 12591, 2),
215
+ (12593, 12643, 2),
216
+ (12644, 12644, 0),
217
+ (12645, 12686, 2),
218
+ (12688, 12773, 2),
219
+ (12783, 12830, 2),
220
+ (12832, 12871, 2),
221
+ (12880, 42124, 2),
222
+ (42128, 42182, 2),
223
+ (42607, 42610, 0),
224
+ (42612, 42621, 0),
225
+ (42654, 42655, 0),
226
+ (42736, 42737, 0),
227
+ (43010, 43010, 0),
228
+ (43014, 43014, 0),
229
+ (43019, 43019, 0),
230
+ (43043, 43047, 0),
231
+ (43052, 43052, 0),
232
+ (43136, 43137, 0),
233
+ (43188, 43205, 0),
234
+ (43232, 43249, 0),
235
+ (43263, 43263, 0),
236
+ (43302, 43309, 0),
237
+ (43335, 43347, 0),
238
+ (43360, 43388, 2),
239
+ (43392, 43395, 0),
240
+ (43443, 43456, 0),
241
+ (43493, 43493, 0),
242
+ (43561, 43574, 0),
243
+ (43587, 43587, 0),
244
+ (43596, 43597, 0),
245
+ (43643, 43645, 0),
246
+ (43696, 43696, 0),
247
+ (43698, 43700, 0),
248
+ (43703, 43704, 0),
249
+ (43710, 43711, 0),
250
+ (43713, 43713, 0),
251
+ (43755, 43759, 0),
252
+ (43765, 43766, 0),
253
+ (44003, 44010, 0),
254
+ (44012, 44013, 0),
255
+ (44032, 55203, 2),
256
+ (55216, 55295, 0),
257
+ (63744, 64255, 2),
258
+ (64286, 64286, 0),
259
+ (65024, 65039, 0),
260
+ (65040, 65049, 2),
261
+ (65056, 65071, 0),
262
+ (65072, 65106, 2),
263
+ (65108, 65126, 2),
264
+ (65128, 65131, 2),
265
+ (65279, 65279, 0),
266
+ (65281, 65376, 2),
267
+ (65440, 65440, 0),
268
+ (65504, 65510, 2),
269
+ (65520, 65531, 0),
270
+ (66045, 66045, 0),
271
+ (66272, 66272, 0),
272
+ (66422, 66426, 0),
273
+ (68097, 68099, 0),
274
+ (68101, 68102, 0),
275
+ (68108, 68111, 0),
276
+ (68152, 68154, 0),
277
+ (68159, 68159, 0),
278
+ (68325, 68326, 0),
279
+ (68900, 68903, 0),
280
+ (68969, 68973, 0),
281
+ (69291, 69292, 0),
282
+ (69372, 69375, 0),
283
+ (69446, 69456, 0),
284
+ (69506, 69509, 0),
285
+ (69632, 69634, 0),
286
+ (69688, 69702, 0),
287
+ (69744, 69744, 0),
288
+ (69747, 69748, 0),
289
+ (69759, 69762, 0),
290
+ (69808, 69818, 0),
291
+ (69826, 69826, 0),
292
+ (69888, 69890, 0),
293
+ (69927, 69940, 0),
294
+ (69957, 69958, 0),
295
+ (70003, 70003, 0),
296
+ (70016, 70018, 0),
297
+ (70067, 70080, 0),
298
+ (70089, 70092, 0),
299
+ (70094, 70095, 0),
300
+ (70188, 70199, 0),
301
+ (70206, 70206, 0),
302
+ (70209, 70209, 0),
303
+ (70367, 70378, 0),
304
+ (70400, 70403, 0),
305
+ (70459, 70460, 0),
306
+ (70462, 70468, 0),
307
+ (70471, 70472, 0),
308
+ (70475, 70477, 0),
309
+ (70487, 70487, 0),
310
+ (70498, 70499, 0),
311
+ (70502, 70508, 0),
312
+ (70512, 70516, 0),
313
+ (70584, 70592, 0),
314
+ (70594, 70594, 0),
315
+ (70597, 70597, 0),
316
+ (70599, 70602, 0),
317
+ (70604, 70608, 0),
318
+ (70610, 70610, 0),
319
+ (70625, 70626, 0),
320
+ (70709, 70726, 0),
321
+ (70750, 70750, 0),
322
+ (70832, 70851, 0),
323
+ (71087, 71093, 0),
324
+ (71096, 71104, 0),
325
+ (71132, 71133, 0),
326
+ (71216, 71232, 0),
327
+ (71339, 71351, 0),
328
+ (71453, 71467, 0),
329
+ (71724, 71738, 0),
330
+ (71984, 71989, 0),
331
+ (71991, 71992, 0),
332
+ (71995, 71998, 0),
333
+ (72000, 72000, 0),
334
+ (72002, 72003, 0),
335
+ (72145, 72151, 0),
336
+ (72154, 72160, 0),
337
+ (72164, 72164, 0),
338
+ (72193, 72202, 0),
339
+ (72243, 72249, 0),
340
+ (72251, 72254, 0),
341
+ (72263, 72263, 0),
342
+ (72273, 72283, 0),
343
+ (72330, 72345, 0),
344
+ (72751, 72758, 0),
345
+ (72760, 72767, 0),
346
+ (72850, 72871, 0),
347
+ (72873, 72886, 0),
348
+ (73009, 73014, 0),
349
+ (73018, 73018, 0),
350
+ (73020, 73021, 0),
351
+ (73023, 73029, 0),
352
+ (73031, 73031, 0),
353
+ (73098, 73102, 0),
354
+ (73104, 73105, 0),
355
+ (73107, 73111, 0),
356
+ (73459, 73462, 0),
357
+ (73472, 73473, 0),
358
+ (73475, 73475, 0),
359
+ (73524, 73530, 0),
360
+ (73534, 73538, 0),
361
+ (73562, 73562, 0),
362
+ (78896, 78912, 0),
363
+ (78919, 78933, 0),
364
+ (90398, 90415, 0),
365
+ (92912, 92916, 0),
366
+ (92976, 92982, 0),
367
+ (94031, 94031, 0),
368
+ (94033, 94087, 0),
369
+ (94095, 94098, 0),
370
+ (94176, 94179, 2),
371
+ (94180, 94180, 0),
372
+ (94192, 94193, 0),
373
+ (94208, 100343, 2),
374
+ (100352, 101589, 2),
375
+ (101631, 101640, 2),
376
+ (110576, 110579, 2),
377
+ (110581, 110587, 2),
378
+ (110589, 110590, 2),
379
+ (110592, 110882, 2),
380
+ (110898, 110898, 2),
381
+ (110928, 110930, 2),
382
+ (110933, 110933, 2),
383
+ (110948, 110951, 2),
384
+ (110960, 111355, 2),
385
+ (113821, 113822, 0),
386
+ (113824, 113827, 0),
387
+ (118528, 118573, 0),
388
+ (118576, 118598, 0),
389
+ (119141, 119145, 0),
390
+ (119149, 119170, 0),
391
+ (119173, 119179, 0),
392
+ (119210, 119213, 0),
393
+ (119362, 119364, 0),
394
+ (119552, 119638, 2),
395
+ (119648, 119670, 2),
396
+ (121344, 121398, 0),
397
+ (121403, 121452, 0),
398
+ (121461, 121461, 0),
399
+ (121476, 121476, 0),
400
+ (121499, 121503, 0),
401
+ (121505, 121519, 0),
402
+ (122880, 122886, 0),
403
+ (122888, 122904, 0),
404
+ (122907, 122913, 0),
405
+ (122915, 122916, 0),
406
+ (122918, 122922, 0),
407
+ (123023, 123023, 0),
408
+ (123184, 123190, 0),
409
+ (123566, 123566, 0),
410
+ (123628, 123631, 0),
411
+ (124140, 124143, 0),
412
+ (124398, 124399, 0),
413
+ (125136, 125142, 0),
414
+ (125252, 125258, 0),
415
+ (126980, 126980, 2),
416
+ (127183, 127183, 2),
417
+ (127374, 127374, 2),
418
+ (127377, 127386, 2),
419
+ (127488, 127490, 2),
420
+ (127504, 127547, 2),
421
+ (127552, 127560, 2),
422
+ (127568, 127569, 2),
423
+ (127584, 127589, 2),
424
+ (127744, 127776, 2),
425
+ (127789, 127797, 2),
426
+ (127799, 127868, 2),
427
+ (127870, 127891, 2),
428
+ (127904, 127946, 2),
429
+ (127951, 127955, 2),
430
+ (127968, 127984, 2),
431
+ (127988, 127988, 2),
432
+ (127992, 127994, 2),
433
+ (127995, 127999, 0),
434
+ (128000, 128062, 2),
435
+ (128064, 128064, 2),
436
+ (128066, 128252, 2),
437
+ (128255, 128317, 2),
438
+ (128331, 128334, 2),
439
+ (128336, 128359, 2),
440
+ (128378, 128378, 2),
441
+ (128405, 128406, 2),
442
+ (128420, 128420, 2),
443
+ (128507, 128591, 2),
444
+ (128640, 128709, 2),
445
+ (128716, 128716, 2),
446
+ (128720, 128722, 2),
447
+ (128725, 128727, 2),
448
+ (128732, 128735, 2),
449
+ (128747, 128748, 2),
450
+ (128756, 128764, 2),
451
+ (128992, 129003, 2),
452
+ (129008, 129008, 2),
453
+ (129292, 129338, 2),
454
+ (129340, 129349, 2),
455
+ (129351, 129535, 2),
456
+ (129648, 129660, 2),
457
+ (129664, 129673, 2),
458
+ (129679, 129734, 2),
459
+ (129742, 129756, 2),
460
+ (129759, 129769, 2),
461
+ (129776, 129784, 2),
462
+ (131072, 196605, 2),
463
+ (196608, 262141, 2),
464
+ (917504, 921599, 0),
465
+ ],
466
+ frozenset(
467
+ [
468
+ "#",
469
+ "*",
470
+ "0",
471
+ "1",
472
+ "2",
473
+ "3",
474
+ "4",
475
+ "5",
476
+ "6",
477
+ "7",
478
+ "8",
479
+ "9",
480
+ "ยฉ",
481
+ "ยฎ",
482
+ "โ€ผ",
483
+ "โ‰",
484
+ "โ„ข",
485
+ "โ„น",
486
+ "โ†”",
487
+ "โ†•",
488
+ "โ†–",
489
+ "โ†—",
490
+ "โ†˜",
491
+ "โ†™",
492
+ "โ†ฉ",
493
+ "โ†ช",
494
+ "โŒจ",
495
+ "โ",
496
+ "โญ",
497
+ "โฎ",
498
+ "โฏ",
499
+ "โฑ",
500
+ "โฒ",
501
+ "โธ",
502
+ "โน",
503
+ "โบ",
504
+ "โ“‚",
505
+ "โ–ช",
506
+ "โ–ซ",
507
+ "โ–ถ",
508
+ "โ—€",
509
+ "โ—ป",
510
+ "โ—ผ",
511
+ "โ˜€",
512
+ "โ˜",
513
+ "โ˜‚",
514
+ "โ˜ƒ",
515
+ "โ˜„",
516
+ "โ˜Ž",
517
+ "โ˜‘",
518
+ "โ˜˜",
519
+ "โ˜",
520
+ "โ˜ ",
521
+ "โ˜ข",
522
+ "โ˜ฃ",
523
+ "โ˜ฆ",
524
+ "โ˜ช",
525
+ "โ˜ฎ",
526
+ "โ˜ฏ",
527
+ "โ˜ธ",
528
+ "โ˜น",
529
+ "โ˜บ",
530
+ "โ™€",
531
+ "โ™‚",
532
+ "โ™Ÿ",
533
+ "โ™ ",
534
+ "โ™ฃ",
535
+ "โ™ฅ",
536
+ "โ™ฆ",
537
+ "โ™จ",
538
+ "โ™ป",
539
+ "โ™พ",
540
+ "โš’",
541
+ "โš”",
542
+ "โš•",
543
+ "โš–",
544
+ "โš—",
545
+ "โš™",
546
+ "โš›",
547
+ "โšœ",
548
+ "โš ",
549
+ "โšง",
550
+ "โšฐ",
551
+ "โšฑ",
552
+ "โ›ˆ",
553
+ "โ›",
554
+ "โ›‘",
555
+ "โ›“",
556
+ "โ›ฉ",
557
+ "โ›ฐ",
558
+ "โ›ฑ",
559
+ "โ›ด",
560
+ "โ›ท",
561
+ "โ›ธ",
562
+ "โ›น",
563
+ "โœ‚",
564
+ "โœˆ",
565
+ "โœ‰",
566
+ "โœŒ",
567
+ "โœ",
568
+ "โœ",
569
+ "โœ’",
570
+ "โœ”",
571
+ "โœ–",
572
+ "โœ",
573
+ "โœก",
574
+ "โœณ",
575
+ "โœด",
576
+ "โ„",
577
+ "โ‡",
578
+ "โฃ",
579
+ "โค",
580
+ "โžก",
581
+ "โคด",
582
+ "โคต",
583
+ "โฌ…",
584
+ "โฌ†",
585
+ "โฌ‡",
586
+ "๐Ÿ…ฐ",
587
+ "๐Ÿ…ฑ",
588
+ "๐Ÿ…พ",
589
+ "๐Ÿ…ฟ",
590
+ "๐ŸŒก",
591
+ "๐ŸŒค",
592
+ "๐ŸŒฅ",
593
+ "๐ŸŒฆ",
594
+ "๐ŸŒง",
595
+ "๐ŸŒจ",
596
+ "๐ŸŒฉ",
597
+ "๐ŸŒช",
598
+ "๐ŸŒซ",
599
+ "๐ŸŒฌ",
600
+ "๐ŸŒถ",
601
+ "๐Ÿฝ",
602
+ "๐ŸŽ–",
603
+ "๐ŸŽ—",
604
+ "๐ŸŽ™",
605
+ "๐ŸŽš",
606
+ "๐ŸŽ›",
607
+ "๐ŸŽž",
608
+ "๐ŸŽŸ",
609
+ "๐Ÿ‹",
610
+ "๐ŸŒ",
611
+ "๐Ÿ",
612
+ "๐ŸŽ",
613
+ "๐Ÿ”",
614
+ "๐Ÿ•",
615
+ "๐Ÿ–",
616
+ "๐Ÿ—",
617
+ "๐Ÿ˜",
618
+ "๐Ÿ™",
619
+ "๐Ÿš",
620
+ "๐Ÿ›",
621
+ "๐Ÿœ",
622
+ "๐Ÿ",
623
+ "๐Ÿž",
624
+ "๐ŸŸ",
625
+ "๐Ÿณ",
626
+ "๐Ÿต",
627
+ "๐Ÿท",
628
+ "๐Ÿฟ",
629
+ "๐Ÿ‘",
630
+ "๐Ÿ“ฝ",
631
+ "๐Ÿ•‰",
632
+ "๐Ÿ•Š",
633
+ "๐Ÿ•ฏ",
634
+ "๐Ÿ•ฐ",
635
+ "๐Ÿ•ณ",
636
+ "๐Ÿ•ด",
637
+ "๐Ÿ•ต",
638
+ "๐Ÿ•ถ",
639
+ "๐Ÿ•ท",
640
+ "๐Ÿ•ธ",
641
+ "๐Ÿ•น",
642
+ "๐Ÿ–‡",
643
+ "๐Ÿ–Š",
644
+ "๐Ÿ–‹",
645
+ "๐Ÿ–Œ",
646
+ "๐Ÿ–",
647
+ "๐Ÿ–",
648
+ "๐Ÿ–ฅ",
649
+ "๐Ÿ–จ",
650
+ "๐Ÿ–ฑ",
651
+ "๐Ÿ–ฒ",
652
+ "๐Ÿ–ผ",
653
+ "๐Ÿ—‚",
654
+ "๐Ÿ—ƒ",
655
+ "๐Ÿ—„",
656
+ "๐Ÿ—‘",
657
+ "๐Ÿ—’",
658
+ "๐Ÿ—“",
659
+ "๐Ÿ—œ",
660
+ "๐Ÿ—",
661
+ "๐Ÿ—ž",
662
+ "๐Ÿ—ก",
663
+ "๐Ÿ—ฃ",
664
+ "๐Ÿ—จ",
665
+ "๐Ÿ—ฏ",
666
+ "๐Ÿ—ณ",
667
+ "๐Ÿ—บ",
668
+ "๐Ÿ›‹",
669
+ "๐Ÿ›",
670
+ "๐Ÿ›Ž",
671
+ "๐Ÿ›",
672
+ "๐Ÿ› ",
673
+ "๐Ÿ›ก",
674
+ "๐Ÿ›ข",
675
+ "๐Ÿ›ฃ",
676
+ "๐Ÿ›ค",
677
+ "๐Ÿ›ฅ",
678
+ "๐Ÿ›ฉ",
679
+ "๐Ÿ›ฐ",
680
+ "๐Ÿ›ณ",
681
+ ]
682
+ ),
683
+ )
.cache/uv/archive-v0/KOiHYK6ViV-2WF560FUzG/rich/_unicode_data/unicode17-0-0.py ADDED
@@ -0,0 +1,691 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auto generated by tools/make_width_tables.py
2
+ # Data from wcwidth project (https://github.com/jquast/wcwidth)
3
+
4
+ from rich.cells import CellTable
5
+
6
+ cell_table = CellTable(
7
+ "17.0.0",
8
+ [
9
+ (0, 0, 0),
10
+ (768, 879, 0),
11
+ (1155, 1161, 0),
12
+ (1425, 1469, 0),
13
+ (1471, 1471, 0),
14
+ (1473, 1474, 0),
15
+ (1476, 1477, 0),
16
+ (1479, 1479, 0),
17
+ (1552, 1562, 0),
18
+ (1564, 1564, 0),
19
+ (1611, 1631, 0),
20
+ (1648, 1648, 0),
21
+ (1750, 1756, 0),
22
+ (1759, 1764, 0),
23
+ (1767, 1768, 0),
24
+ (1770, 1773, 0),
25
+ (1809, 1809, 0),
26
+ (1840, 1866, 0),
27
+ (1958, 1968, 0),
28
+ (2027, 2035, 0),
29
+ (2045, 2045, 0),
30
+ (2070, 2073, 0),
31
+ (2075, 2083, 0),
32
+ (2085, 2087, 0),
33
+ (2089, 2093, 0),
34
+ (2137, 2139, 0),
35
+ (2199, 2207, 0),
36
+ (2250, 2273, 0),
37
+ (2275, 2307, 0),
38
+ (2362, 2364, 0),
39
+ (2366, 2383, 0),
40
+ (2385, 2391, 0),
41
+ (2402, 2403, 0),
42
+ (2433, 2435, 0),
43
+ (2492, 2492, 0),
44
+ (2494, 2500, 0),
45
+ (2503, 2504, 0),
46
+ (2507, 2509, 0),
47
+ (2519, 2519, 0),
48
+ (2530, 2531, 0),
49
+ (2558, 2558, 0),
50
+ (2561, 2563, 0),
51
+ (2620, 2620, 0),
52
+ (2622, 2626, 0),
53
+ (2631, 2632, 0),
54
+ (2635, 2637, 0),
55
+ (2641, 2641, 0),
56
+ (2672, 2673, 0),
57
+ (2677, 2677, 0),
58
+ (2689, 2691, 0),
59
+ (2748, 2748, 0),
60
+ (2750, 2757, 0),
61
+ (2759, 2761, 0),
62
+ (2763, 2765, 0),
63
+ (2786, 2787, 0),
64
+ (2810, 2815, 0),
65
+ (2817, 2819, 0),
66
+ (2876, 2876, 0),
67
+ (2878, 2884, 0),
68
+ (2887, 2888, 0),
69
+ (2891, 2893, 0),
70
+ (2901, 2903, 0),
71
+ (2914, 2915, 0),
72
+ (2946, 2946, 0),
73
+ (3006, 3010, 0),
74
+ (3014, 3016, 0),
75
+ (3018, 3021, 0),
76
+ (3031, 3031, 0),
77
+ (3072, 3076, 0),
78
+ (3132, 3132, 0),
79
+ (3134, 3140, 0),
80
+ (3142, 3144, 0),
81
+ (3146, 3149, 0),
82
+ (3157, 3158, 0),
83
+ (3170, 3171, 0),
84
+ (3201, 3203, 0),
85
+ (3260, 3260, 0),
86
+ (3262, 3268, 0),
87
+ (3270, 3272, 0),
88
+ (3274, 3277, 0),
89
+ (3285, 3286, 0),
90
+ (3298, 3299, 0),
91
+ (3315, 3315, 0),
92
+ (3328, 3331, 0),
93
+ (3387, 3388, 0),
94
+ (3390, 3396, 0),
95
+ (3398, 3400, 0),
96
+ (3402, 3405, 0),
97
+ (3415, 3415, 0),
98
+ (3426, 3427, 0),
99
+ (3457, 3459, 0),
100
+ (3530, 3530, 0),
101
+ (3535, 3540, 0),
102
+ (3542, 3542, 0),
103
+ (3544, 3551, 0),
104
+ (3570, 3571, 0),
105
+ (3633, 3633, 0),
106
+ (3636, 3642, 0),
107
+ (3655, 3662, 0),
108
+ (3761, 3761, 0),
109
+ (3764, 3772, 0),
110
+ (3784, 3790, 0),
111
+ (3864, 3865, 0),
112
+ (3893, 3893, 0),
113
+ (3895, 3895, 0),
114
+ (3897, 3897, 0),
115
+ (3902, 3903, 0),
116
+ (3953, 3972, 0),
117
+ (3974, 3975, 0),
118
+ (3981, 3991, 0),
119
+ (3993, 4028, 0),
120
+ (4038, 4038, 0),
121
+ (4139, 4158, 0),
122
+ (4182, 4185, 0),
123
+ (4190, 4192, 0),
124
+ (4194, 4196, 0),
125
+ (4199, 4205, 0),
126
+ (4209, 4212, 0),
127
+ (4226, 4237, 0),
128
+ (4239, 4239, 0),
129
+ (4250, 4253, 0),
130
+ (4352, 4447, 2),
131
+ (4448, 4607, 0),
132
+ (4957, 4959, 0),
133
+ (5906, 5909, 0),
134
+ (5938, 5940, 0),
135
+ (5970, 5971, 0),
136
+ (6002, 6003, 0),
137
+ (6068, 6099, 0),
138
+ (6109, 6109, 0),
139
+ (6155, 6159, 0),
140
+ (6277, 6278, 0),
141
+ (6313, 6313, 0),
142
+ (6432, 6443, 0),
143
+ (6448, 6459, 0),
144
+ (6679, 6683, 0),
145
+ (6741, 6750, 0),
146
+ (6752, 6780, 0),
147
+ (6783, 6783, 0),
148
+ (6832, 6877, 0),
149
+ (6880, 6891, 0),
150
+ (6912, 6916, 0),
151
+ (6964, 6980, 0),
152
+ (7019, 7027, 0),
153
+ (7040, 7042, 0),
154
+ (7073, 7085, 0),
155
+ (7142, 7155, 0),
156
+ (7204, 7223, 0),
157
+ (7376, 7378, 0),
158
+ (7380, 7400, 0),
159
+ (7405, 7405, 0),
160
+ (7412, 7412, 0),
161
+ (7415, 7417, 0),
162
+ (7616, 7679, 0),
163
+ (8203, 8207, 0),
164
+ (8232, 8238, 0),
165
+ (8288, 8303, 0),
166
+ (8400, 8432, 0),
167
+ (8986, 8987, 2),
168
+ (9001, 9002, 2),
169
+ (9193, 9196, 2),
170
+ (9200, 9200, 2),
171
+ (9203, 9203, 2),
172
+ (9725, 9726, 2),
173
+ (9748, 9749, 2),
174
+ (9776, 9783, 2),
175
+ (9800, 9811, 2),
176
+ (9855, 9855, 2),
177
+ (9866, 9871, 2),
178
+ (9875, 9875, 2),
179
+ (9889, 9889, 2),
180
+ (9898, 9899, 2),
181
+ (9917, 9918, 2),
182
+ (9924, 9925, 2),
183
+ (9934, 9934, 2),
184
+ (9940, 9940, 2),
185
+ (9962, 9962, 2),
186
+ (9970, 9971, 2),
187
+ (9973, 9973, 2),
188
+ (9978, 9978, 2),
189
+ (9981, 9981, 2),
190
+ (9989, 9989, 2),
191
+ (9994, 9995, 2),
192
+ (10024, 10024, 2),
193
+ (10060, 10060, 2),
194
+ (10062, 10062, 2),
195
+ (10067, 10069, 2),
196
+ (10071, 10071, 2),
197
+ (10133, 10135, 2),
198
+ (10160, 10160, 2),
199
+ (10175, 10175, 2),
200
+ (11035, 11036, 2),
201
+ (11088, 11088, 2),
202
+ (11093, 11093, 2),
203
+ (11503, 11505, 0),
204
+ (11647, 11647, 0),
205
+ (11744, 11775, 0),
206
+ (11904, 11929, 2),
207
+ (11931, 12019, 2),
208
+ (12032, 12245, 2),
209
+ (12272, 12329, 2),
210
+ (12330, 12335, 0),
211
+ (12336, 12350, 2),
212
+ (12353, 12438, 2),
213
+ (12441, 12442, 0),
214
+ (12443, 12543, 2),
215
+ (12549, 12591, 2),
216
+ (12593, 12643, 2),
217
+ (12644, 12644, 0),
218
+ (12645, 12686, 2),
219
+ (12688, 12773, 2),
220
+ (12783, 12830, 2),
221
+ (12832, 12871, 2),
222
+ (12880, 42124, 2),
223
+ (42128, 42182, 2),
224
+ (42607, 42610, 0),
225
+ (42612, 42621, 0),
226
+ (42654, 42655, 0),
227
+ (42736, 42737, 0),
228
+ (43010, 43010, 0),
229
+ (43014, 43014, 0),
230
+ (43019, 43019, 0),
231
+ (43043, 43047, 0),
232
+ (43052, 43052, 0),
233
+ (43136, 43137, 0),
234
+ (43188, 43205, 0),
235
+ (43232, 43249, 0),
236
+ (43263, 43263, 0),
237
+ (43302, 43309, 0),
238
+ (43335, 43347, 0),
239
+ (43360, 43388, 2),
240
+ (43392, 43395, 0),
241
+ (43443, 43456, 0),
242
+ (43493, 43493, 0),
243
+ (43561, 43574, 0),
244
+ (43587, 43587, 0),
245
+ (43596, 43597, 0),
246
+ (43643, 43645, 0),
247
+ (43696, 43696, 0),
248
+ (43698, 43700, 0),
249
+ (43703, 43704, 0),
250
+ (43710, 43711, 0),
251
+ (43713, 43713, 0),
252
+ (43755, 43759, 0),
253
+ (43765, 43766, 0),
254
+ (44003, 44010, 0),
255
+ (44012, 44013, 0),
256
+ (44032, 55203, 2),
257
+ (55216, 55295, 0),
258
+ (63744, 64255, 2),
259
+ (64286, 64286, 0),
260
+ (65024, 65039, 0),
261
+ (65040, 65049, 2),
262
+ (65056, 65071, 0),
263
+ (65072, 65106, 2),
264
+ (65108, 65126, 2),
265
+ (65128, 65131, 2),
266
+ (65279, 65279, 0),
267
+ (65281, 65376, 2),
268
+ (65440, 65440, 0),
269
+ (65504, 65510, 2),
270
+ (65520, 65531, 0),
271
+ (66045, 66045, 0),
272
+ (66272, 66272, 0),
273
+ (66422, 66426, 0),
274
+ (68097, 68099, 0),
275
+ (68101, 68102, 0),
276
+ (68108, 68111, 0),
277
+ (68152, 68154, 0),
278
+ (68159, 68159, 0),
279
+ (68325, 68326, 0),
280
+ (68900, 68903, 0),
281
+ (68969, 68973, 0),
282
+ (69291, 69292, 0),
283
+ (69370, 69375, 0),
284
+ (69446, 69456, 0),
285
+ (69506, 69509, 0),
286
+ (69632, 69634, 0),
287
+ (69688, 69702, 0),
288
+ (69744, 69744, 0),
289
+ (69747, 69748, 0),
290
+ (69759, 69762, 0),
291
+ (69808, 69818, 0),
292
+ (69826, 69826, 0),
293
+ (69888, 69890, 0),
294
+ (69927, 69940, 0),
295
+ (69957, 69958, 0),
296
+ (70003, 70003, 0),
297
+ (70016, 70018, 0),
298
+ (70067, 70080, 0),
299
+ (70089, 70092, 0),
300
+ (70094, 70095, 0),
301
+ (70188, 70199, 0),
302
+ (70206, 70206, 0),
303
+ (70209, 70209, 0),
304
+ (70367, 70378, 0),
305
+ (70400, 70403, 0),
306
+ (70459, 70460, 0),
307
+ (70462, 70468, 0),
308
+ (70471, 70472, 0),
309
+ (70475, 70477, 0),
310
+ (70487, 70487, 0),
311
+ (70498, 70499, 0),
312
+ (70502, 70508, 0),
313
+ (70512, 70516, 0),
314
+ (70584, 70592, 0),
315
+ (70594, 70594, 0),
316
+ (70597, 70597, 0),
317
+ (70599, 70602, 0),
318
+ (70604, 70608, 0),
319
+ (70610, 70610, 0),
320
+ (70625, 70626, 0),
321
+ (70709, 70726, 0),
322
+ (70750, 70750, 0),
323
+ (70832, 70851, 0),
324
+ (71087, 71093, 0),
325
+ (71096, 71104, 0),
326
+ (71132, 71133, 0),
327
+ (71216, 71232, 0),
328
+ (71339, 71351, 0),
329
+ (71453, 71467, 0),
330
+ (71724, 71738, 0),
331
+ (71984, 71989, 0),
332
+ (71991, 71992, 0),
333
+ (71995, 71998, 0),
334
+ (72000, 72000, 0),
335
+ (72002, 72003, 0),
336
+ (72145, 72151, 0),
337
+ (72154, 72160, 0),
338
+ (72164, 72164, 0),
339
+ (72193, 72202, 0),
340
+ (72243, 72249, 0),
341
+ (72251, 72254, 0),
342
+ (72263, 72263, 0),
343
+ (72273, 72283, 0),
344
+ (72330, 72345, 0),
345
+ (72544, 72551, 0),
346
+ (72751, 72758, 0),
347
+ (72760, 72767, 0),
348
+ (72850, 72871, 0),
349
+ (72873, 72886, 0),
350
+ (73009, 73014, 0),
351
+ (73018, 73018, 0),
352
+ (73020, 73021, 0),
353
+ (73023, 73029, 0),
354
+ (73031, 73031, 0),
355
+ (73098, 73102, 0),
356
+ (73104, 73105, 0),
357
+ (73107, 73111, 0),
358
+ (73459, 73462, 0),
359
+ (73472, 73473, 0),
360
+ (73475, 73475, 0),
361
+ (73524, 73530, 0),
362
+ (73534, 73538, 0),
363
+ (73562, 73562, 0),
364
+ (78896, 78912, 0),
365
+ (78919, 78933, 0),
366
+ (90398, 90415, 0),
367
+ (92912, 92916, 0),
368
+ (92976, 92982, 0),
369
+ (94031, 94031, 0),
370
+ (94033, 94087, 0),
371
+ (94095, 94098, 0),
372
+ (94176, 94179, 2),
373
+ (94180, 94180, 0),
374
+ (94192, 94193, 0),
375
+ (94194, 94198, 2),
376
+ (94208, 101589, 2),
377
+ (101631, 101662, 2),
378
+ (101760, 101874, 2),
379
+ (110576, 110579, 2),
380
+ (110581, 110587, 2),
381
+ (110589, 110590, 2),
382
+ (110592, 110882, 2),
383
+ (110898, 110898, 2),
384
+ (110928, 110930, 2),
385
+ (110933, 110933, 2),
386
+ (110948, 110951, 2),
387
+ (110960, 111355, 2),
388
+ (113821, 113822, 0),
389
+ (113824, 113827, 0),
390
+ (118528, 118573, 0),
391
+ (118576, 118598, 0),
392
+ (119141, 119145, 0),
393
+ (119149, 119170, 0),
394
+ (119173, 119179, 0),
395
+ (119210, 119213, 0),
396
+ (119362, 119364, 0),
397
+ (119552, 119638, 2),
398
+ (119648, 119670, 2),
399
+ (121344, 121398, 0),
400
+ (121403, 121452, 0),
401
+ (121461, 121461, 0),
402
+ (121476, 121476, 0),
403
+ (121499, 121503, 0),
404
+ (121505, 121519, 0),
405
+ (122880, 122886, 0),
406
+ (122888, 122904, 0),
407
+ (122907, 122913, 0),
408
+ (122915, 122916, 0),
409
+ (122918, 122922, 0),
410
+ (123023, 123023, 0),
411
+ (123184, 123190, 0),
412
+ (123566, 123566, 0),
413
+ (123628, 123631, 0),
414
+ (124140, 124143, 0),
415
+ (124398, 124399, 0),
416
+ (124643, 124643, 0),
417
+ (124646, 124646, 0),
418
+ (124654, 124655, 0),
419
+ (124661, 124661, 0),
420
+ (125136, 125142, 0),
421
+ (125252, 125258, 0),
422
+ (126980, 126980, 2),
423
+ (127183, 127183, 2),
424
+ (127374, 127374, 2),
425
+ (127377, 127386, 2),
426
+ (127488, 127490, 2),
427
+ (127504, 127547, 2),
428
+ (127552, 127560, 2),
429
+ (127568, 127569, 2),
430
+ (127584, 127589, 2),
431
+ (127744, 127776, 2),
432
+ (127789, 127797, 2),
433
+ (127799, 127868, 2),
434
+ (127870, 127891, 2),
435
+ (127904, 127946, 2),
436
+ (127951, 127955, 2),
437
+ (127968, 127984, 2),
438
+ (127988, 127988, 2),
439
+ (127992, 127994, 2),
440
+ (127995, 127999, 0),
441
+ (128000, 128062, 2),
442
+ (128064, 128064, 2),
443
+ (128066, 128252, 2),
444
+ (128255, 128317, 2),
445
+ (128331, 128334, 2),
446
+ (128336, 128359, 2),
447
+ (128378, 128378, 2),
448
+ (128405, 128406, 2),
449
+ (128420, 128420, 2),
450
+ (128507, 128591, 2),
451
+ (128640, 128709, 2),
452
+ (128716, 128716, 2),
453
+ (128720, 128722, 2),
454
+ (128725, 128728, 2),
455
+ (128732, 128735, 2),
456
+ (128747, 128748, 2),
457
+ (128756, 128764, 2),
458
+ (128992, 129003, 2),
459
+ (129008, 129008, 2),
460
+ (129292, 129338, 2),
461
+ (129340, 129349, 2),
462
+ (129351, 129535, 2),
463
+ (129648, 129660, 2),
464
+ (129664, 129674, 2),
465
+ (129678, 129734, 2),
466
+ (129736, 129736, 2),
467
+ (129741, 129756, 2),
468
+ (129759, 129770, 2),
469
+ (129775, 129784, 2),
470
+ (131072, 196605, 2),
471
+ (196608, 262141, 2),
472
+ (917504, 921599, 0),
473
+ ],
474
+ frozenset(
475
+ [
476
+ "#",
477
+ "*",
478
+ "0",
479
+ "1",
480
+ "2",
481
+ "3",
482
+ "4",
483
+ "5",
484
+ "6",
485
+ "7",
486
+ "8",
487
+ "9",
488
+ "ยฉ",
489
+ "ยฎ",
490
+ "โ€ผ",
491
+ "โ‰",
492
+ "โ„ข",
493
+ "โ„น",
494
+ "โ†”",
495
+ "โ†•",
496
+ "โ†–",
497
+ "โ†—",
498
+ "โ†˜",
499
+ "โ†™",
500
+ "โ†ฉ",
501
+ "โ†ช",
502
+ "โŒจ",
503
+ "โ",
504
+ "โญ",
505
+ "โฎ",
506
+ "โฏ",
507
+ "โฑ",
508
+ "โฒ",
509
+ "โธ",
510
+ "โน",
511
+ "โบ",
512
+ "โ“‚",
513
+ "โ–ช",
514
+ "โ–ซ",
515
+ "โ–ถ",
516
+ "โ—€",
517
+ "โ—ป",
518
+ "โ—ผ",
519
+ "โ˜€",
520
+ "โ˜",
521
+ "โ˜‚",
522
+ "โ˜ƒ",
523
+ "โ˜„",
524
+ "โ˜Ž",
525
+ "โ˜‘",
526
+ "โ˜˜",
527
+ "โ˜",
528
+ "โ˜ ",
529
+ "โ˜ข",
530
+ "โ˜ฃ",
531
+ "โ˜ฆ",
532
+ "โ˜ช",
533
+ "โ˜ฎ",
534
+ "โ˜ฏ",
535
+ "โ˜ธ",
536
+ "โ˜น",
537
+ "โ˜บ",
538
+ "โ™€",
539
+ "โ™‚",
540
+ "โ™Ÿ",
541
+ "โ™ ",
542
+ "โ™ฃ",
543
+ "โ™ฅ",
544
+ "โ™ฆ",
545
+ "โ™จ",
546
+ "โ™ป",
547
+ "โ™พ",
548
+ "โš’",
549
+ "โš”",
550
+ "โš•",
551
+ "โš–",
552
+ "โš—",
553
+ "โš™",
554
+ "โš›",
555
+ "โšœ",
556
+ "โš ",
557
+ "โšง",
558
+ "โšฐ",
559
+ "โšฑ",
560
+ "โ›ˆ",
561
+ "โ›",
562
+ "โ›‘",
563
+ "โ›“",
564
+ "โ›ฉ",
565
+ "โ›ฐ",
566
+ "โ›ฑ",
567
+ "โ›ด",
568
+ "โ›ท",
569
+ "โ›ธ",
570
+ "โ›น",
571
+ "โœ‚",
572
+ "โœˆ",
573
+ "โœ‰",
574
+ "โœŒ",
575
+ "โœ",
576
+ "โœ",
577
+ "โœ’",
578
+ "โœ”",
579
+ "โœ–",
580
+ "โœ",
581
+ "โœก",
582
+ "โœณ",
583
+ "โœด",
584
+ "โ„",
585
+ "โ‡",
586
+ "โฃ",
587
+ "โค",
588
+ "โžก",
589
+ "โคด",
590
+ "โคต",
591
+ "โฌ…",
592
+ "โฌ†",
593
+ "โฌ‡",
594
+ "๐Ÿ…ฐ",
595
+ "๐Ÿ…ฑ",
596
+ "๐Ÿ…พ",
597
+ "๐Ÿ…ฟ",
598
+ "๐ŸŒก",
599
+ "๐ŸŒค",
600
+ "๐ŸŒฅ",
601
+ "๐ŸŒฆ",
602
+ "๐ŸŒง",
603
+ "๐ŸŒจ",
604
+ "๐ŸŒฉ",
605
+ "๐ŸŒช",
606
+ "๐ŸŒซ",
607
+ "๐ŸŒฌ",
608
+ "๐ŸŒถ",
609
+ "๐Ÿฝ",
610
+ "๐ŸŽ–",
611
+ "๐ŸŽ—",
612
+ "๐ŸŽ™",
613
+ "๐ŸŽš",
614
+ "๐ŸŽ›",
615
+ "๐ŸŽž",
616
+ "๐ŸŽŸ",
617
+ "๐Ÿ‹",
618
+ "๐ŸŒ",
619
+ "๐Ÿ",
620
+ "๐ŸŽ",
621
+ "๐Ÿ”",
622
+ "๐Ÿ•",
623
+ "๐Ÿ–",
624
+ "๐Ÿ—",
625
+ "๐Ÿ˜",
626
+ "๐Ÿ™",
627
+ "๐Ÿš",
628
+ "๐Ÿ›",
629
+ "๐Ÿœ",
630
+ "๐Ÿ",
631
+ "๐Ÿž",
632
+ "๐ŸŸ",
633
+ "๐Ÿณ",
634
+ "๐Ÿต",
635
+ "๐Ÿท",
636
+ "๐Ÿฟ",
637
+ "๐Ÿ‘",
638
+ "๐Ÿ“ฝ",
639
+ "๐Ÿ•‰",
640
+ "๐Ÿ•Š",
641
+ "๐Ÿ•ฏ",
642
+ "๐Ÿ•ฐ",
643
+ "๐Ÿ•ณ",
644
+ "๐Ÿ•ด",
645
+ "๐Ÿ•ต",
646
+ "๐Ÿ•ถ",
647
+ "๐Ÿ•ท",
648
+ "๐Ÿ•ธ",
649
+ "๐Ÿ•น",
650
+ "๐Ÿ–‡",
651
+ "๐Ÿ–Š",
652
+ "๐Ÿ–‹",
653
+ "๐Ÿ–Œ",
654
+ "๐Ÿ–",
655
+ "๐Ÿ–",
656
+ "๐Ÿ–ฅ",
657
+ "๐Ÿ–จ",
658
+ "๐Ÿ–ฑ",
659
+ "๐Ÿ–ฒ",
660
+ "๐Ÿ–ผ",
661
+ "๐Ÿ—‚",
662
+ "๐Ÿ—ƒ",
663
+ "๐Ÿ—„",
664
+ "๐Ÿ—‘",
665
+ "๐Ÿ—’",
666
+ "๐Ÿ—“",
667
+ "๐Ÿ—œ",
668
+ "๐Ÿ—",
669
+ "๐Ÿ—ž",
670
+ "๐Ÿ—ก",
671
+ "๐Ÿ—ฃ",
672
+ "๐Ÿ—จ",
673
+ "๐Ÿ—ฏ",
674
+ "๐Ÿ—ณ",
675
+ "๐Ÿ—บ",
676
+ "๐Ÿ›‹",
677
+ "๐Ÿ›",
678
+ "๐Ÿ›Ž",
679
+ "๐Ÿ›",
680
+ "๐Ÿ› ",
681
+ "๐Ÿ›ก",
682
+ "๐Ÿ›ข",
683
+ "๐Ÿ›ฃ",
684
+ "๐Ÿ›ค",
685
+ "๐Ÿ›ฅ",
686
+ "๐Ÿ›ฉ",
687
+ "๐Ÿ›ฐ",
688
+ "๐Ÿ›ณ",
689
+ ]
690
+ ),
691
+ )