// htmlText = "This is test"; public String fixDoubleSpaceIssue(String htmlText) { htmlText= text.replace(" ", " "); htmlText= text.replace(" ", " "); return htmlText; }
转自
https://stackoverflow.com/questions/16311416/html-fromhtml-removes-double-space?r=SearchResults