hexawyz / NetUnicodeInfo

Unicode Character Inspector & Library providing a subset of the Unicode data for .NET clients.
https://www.nuget.org/packages/UnicodeInformation/
MIT License
59 stars 11 forks source link

Update to Unicode 15.0 #9

Closed adams85 closed 1 year ago

adams85 commented 1 year ago

Hi there,

You have a nice lib here! We started to use it for providing proper Unicode support in our ECMAScript parser project. We've got a minor problem though: we need Unicode 15.0 while the latest release of your lib includes 14.0 only.

Thus, as a temporary solution, I had to fork the repo and do the update myself. However, it would be much better if I didn't have to mess with a fork but the original lib could be updated.

hexawyz commented 1 year ago

Ah sorry, I haven't followed the latest Unicode versions 😅 I'll take a look at this issue during the weekend

adams85 commented 1 year ago

Sounds great, thank you!

hexawyz commented 1 year ago

I proceeded to the upgrade here: https://github.com/GoldenCrystal/NetUnicodeInfo/commit/faa2aa4fba2c8d47f95c815ad5ec14d566499506 The package has been updated 🙂

adams85 commented 1 year ago

Awesome, thanks again!