You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
This built NSAttributedString has the same issue when you use it on UILabel (in iOS6 which supports NSAttributedStrings)?
When you add the underline attribute yourself, or via -[NSMutableAttributeString setTextIsUnderlined:YES range:…], the text is then correctly underlined?
< u >< /u > does not underlined unicode numbers and letters
like < u >٠١٢٣٤٥٦٧٨٩< /u > will not be underlined
The text was updated successfully, but these errors were encountered: