gregjacobs / Autolinker.js

Utility to Automatically Link URLs, Email Addresses, Phone Numbers, Twitter handles, and Hashtags in a given block of text/HTML
MIT License
1.48k stars 238 forks source link

Hashtags with cyrillic symbols are ignored #115

Closed bodrovis closed 8 years ago

bodrovis commented 9 years ago

Hello and many thanks for this great library!

I am supporting a service with both latin and cyrillic characters. Recently I noticed that Autolinker does not add links for Twitter hashtags with cyrillic symbols, whereas it does work for latin. For example, #НашФутбол #рфпл those hashtags are ignored completely.

gregjacobs commented 8 years ago

Fixed in 0.24.0

bodrovis commented 8 years ago

My thanks!