summaryrefslogtreecommitdiff
path: root/pygments/unistring.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/unistring.py')
-rw-r--r--pygments/unistring.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/unistring.py b/pygments/unistring.py
index 0fc775cd..e79e143e 100644
--- a/pygments/unistring.py
+++ b/pygments/unistring.py
@@ -129,6 +129,7 @@ except UnicodeDecodeError:
else:
f.write('%s = %r\n\n' % (cat, val))
f.write('cats = %r\n\n' % sorted(categories.keys()))
+ f.write('# Generated from unidata %s\n\n' % (unicodedata.unidata_version,))
f.write(footer)
f.close()