summaryrefslogtreecommitdiff
path: root/examples/cuneiform_python.py
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2021-09-25 12:34:13 -0500
committerptmcg <ptmcg@austin.rr.com>2021-09-25 12:34:13 -0500
commitd9b2b46f98e262661a2236b62f89bbadb42edda6 (patch)
treec24ffb8e6c9de9a14ccb19cdbe92cd6ee81cacf1 /examples/cuneiform_python.py
parent8ac3934a145890308f615ba3bc8a83add98ceb71 (diff)
downloadpyparsing-git-d9b2b46f98e262661a2236b62f89bbadb42edda6.tar.gz
Add numbers and punctuation to Cuneiform class
Diffstat (limited to 'examples/cuneiform_python.py')
-rw-r--r--examples/cuneiform_python.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cuneiform_python.py b/examples/cuneiform_python.py
index 273fb1d..9d4e74d 100644
--- a/examples/cuneiform_python.py
+++ b/examples/cuneiform_python.py
@@ -15,6 +15,7 @@ class Cuneiform(pp.unicode_set):
_ranges: List[Tuple[int, ...]] = [
(0x10380, 0x103d5),
(0x12000, 0x123FF),
+ (0x12400, 0x1247F),
]