AliSoftware / OHAttributedLabel

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

unicode letters and digits are not underlined #140

Open suhailkaleem opened 11 years ago

suhailkaleem commented 11 years ago

< u >< /u > does not underlined unicode numbers and letters

like < u >٠١٢٣٤٥٦٧٨٩< /u > will not be underlined

AliSoftware commented 10 years ago

I guess that you mean when using the OHASBasicHTMLParser to build your NSAttributedString?

So can you confirm this is not related to OHAttributedLabel itself (and its CoreText rendering) but only to the helper methods of OHASBasicHTMLParser used to build an NSAttributedString?

Thx