AliSoftware / OHAttributedLabel

UILabel that supports NSAttributedString
https://github.com/AliSoftware/OHAttributedLabel/wiki
1.51k stars 344 forks source link

Special characters prevents parser from building link #178

Open Leveton opened 10 years ago

Leveton commented 10 years ago

When I pass a string with special characters such as 'ánime', and then call [OHASBasicMarkupParser processMarkupInAttributedString:myNSMutableAttributedString]; the highlighted link does not get created.

Thanks and great library.