grigorig / ucdn

Unicode Database and Normalization
Other
85 stars 12 forks source link

Support for UAX#14 line breaking classes #7

Closed sebras closed 8 years ago

sebras commented 8 years ago

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

sebras commented 8 years ago

In case you want to read up on the specifcation it is located here.

grigorig commented 8 years ago

OK, looks good to me.