This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Description
Based on how long ago the last update was made, I'm guessing this library is dead, but in case the maintainer intends to keep it alive:
Attempting to rebuild the unicode tables results in the following error:
Traceback (most recent call last):
File "/usr/local/unicorn/scripts/make-tables", line 628, in <module>
process_file('ucd/Scripts.txt', script_record, 2)
File "/usr/local/unicorn/scripts/make-tables", line 55, in process_file
callback([f.strip() for f in fields])
File "/usr/local/unicorn/scripts/make-tables", line 618, in script_record
script = script_name_codes[fields[1]]
KeyError: 'Common'
Machine: Intel mac, Sonoma 14.3.1
Python: 3.9.16