arp242 / uni

Query the Unicode database from the commandline, with good support for emojis
MIT License
790 stars 19 forks source link

`uni list` - `from` and `to` are identical #39

Closed adamkiss closed 1 year ago

adamkiss commented 1 year ago

I have a strong suspicion the error happens here - https://github.com/arp242/uni/blob/7084420964a4e00735518c5e19b457423dccb15d/uni.go#L531-L532 and should be b.range[1] - but I don't know enough about go to be sure and PR it.

Thank you

arp242 commented 1 year ago

Yes, you are correct; thank you!