rivo / uniseg

Unicode Text Segmentation, Word Wrapping, and String Width Calculation in Go
MIT License
585 stars 62 forks source link

What version of unicode standard and emoji you are implementing? #4

Closed yumetodo closed 5 years ago

yumetodo commented 5 years ago

It will be widely known that there are many breaking changes on each release of Unicode standard in Unicode grapheme cluster breaking algorithm. ref: https://github.com/foliojs/grapheme-breaker/pull/4

So, what version of Unicode standard and emoji you are implementing is important, I think.

rivo commented 5 years ago

I added the version number to the repo's readme.