adah1972 / libunibreak

The libunibreak library
zlib License
173 stars 38 forks source link

Fix ranging issue, update to unicode 14.0.0 #34

Closed bartwe closed 2 years ago

bartwe commented 2 years ago

Fix issues with string length ranges being put into int and unsigned instead of kept in size_t. Fix issue with int typed functions returning char typed values which are assigned to char typed results. Update data to unicode 14.0.0

adah1972 commented 2 years ago

First, I would like to thank you for the enhancement efforts.

For details:

It might also be a good idea that you break these PRs so that I can accept them separately.

bartwe commented 2 years ago

Closing and splitting into separate prs