unicorn-lib icon indicating copy to clipboard operation
unicorn-lib copied to clipboard

Unicode tables no longer build

Open trbabb opened this issue 1 year ago • 0 comments

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

trbabb avatar Feb 24 '24 20:02 trbabb