I have recently been implementing support for the UAX#14 linebreaking algorithm
in mupdf. While doing so I needed to access the linebreaking
class for each code point and thought that this would make sense to have in ucdn.
This enlarges each UCDRecord by a single byte. I have also implemented support
in the python script to extract the information from the unicode-files and have
re-generated the database.
I hope this passes your code review, if not let me know how to help out in getting
this into ucdn proper. :)
Hi!
I have recently been implementing support for the UAX#14 linebreaking algorithm in mupdf. While doing so I needed to access the linebreaking class for each code point and thought that this would make sense to have in ucdn. This enlarges each UCDRecord by a single byte. I have also implemented support in the python script to extract the information from the unicode-files and have re-generated the database.
I hope this passes your code review, if not let me know how to help out in getting this into ucdn proper. :)
/ Sebastian