donatj / wordwrap

UTF-8 Unicode Safe Golang Byte Size WordWrap
MIT License
9 stars 0 forks source link

slightly clearer doc ... #1

Closed henderjon closed 8 years ago

henderjon commented 8 years ago
I created this because I could not find a library that broke a string by a given number of *bytes* without breaking the *runes* within that string. I needed this to work with a protocol where UTF-8 string message size was limited by bytes.
donatj commented 8 years ago

Thanks. I've reworded the block as a whole changing the tense.