vmg / rinku

Autolinking. Ruby. Yes, that's pretty much it.
ISC License
597 stars 67 forks source link

Support for UTF-8 parens #68

Closed 193s closed 7 years ago

193s commented 7 years ago

...including fix of #67.

It doesn't matter to this PR, but those parsing process looks a bit weird to me.. As Japanese text can include letters (non-space UTF-8 characters) right after closing parentheses, to split a text by spaces first of all seems not to be a good way of doing it. I'd be happy if you could take a look at this issue.

kivikakk commented 7 years ago

Proper UTF-8 support! This is amazing; thank you!