NightWhistler/HtmlSpanner

TextUtil.replaceHtmlEntities deleting whitespace in paragraphs on Android

Opened this issue · 0 comments

On android, the following returns "Test.Test2".
It's removing the spaces. If this is part of a paragraph, the sentences are merged together.

TextUtil.replaceHtmlEntities("Test.\u00a0 Test2.", false)