summaryrefslogtreecommitdiffstats
path: root/gen_utf8_tables.py
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 01:02:18 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 01:33:04 +0100
commit1ebb3825400074dc62e92d161f76a57ef4fd40d4 (patch)
treec2dd6fe4dd3487c4b44e4ec0f15fd335abea7388 /gen_utf8_tables.py
parent2363246eeaa700924279ba288a18b518d570b9ca (diff)
Check in jv_utf8_tables.gen.h, it is unlikely to change.
Diffstat (limited to 'gen_utf8_tables.py')
-rw-r--r--gen_utf8_tables.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_utf8_tables.py b/gen_utf8_tables.py
index 98df9144..2ccab491 100644
--- a/gen_utf8_tables.py
+++ b/gen_utf8_tables.py
@@ -1,5 +1,7 @@
#!/usr/bin/python
+# This program was used to generate jv_utf8_tables.gen.h
+
mask = lambda n: (1 << n) - 1