ovalhub/pyicu

Missing binding for `getPropertyValueName` and `getPropertyValueNameEnum`

Closed this issue · 2 comments

glebm commented

These methods are missings and without them it doesn't seem to be possible to obtain human-readable names for Unicode property values.

Indeed, they are missing. Maybe it's because I didn't understand what they did.
I added those just now in HEAD.
Please, try them out and let me if they work as you'd expect.
Thanks !

glebm commented

That was quick! Thanks!