[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] cruft in readAllStringHTML



Hi all,

If you run the following two lines you will see 
¬†  
in the resultant string.

f = File("/Applications/SuperCollider3/build/Help/BinaryOps/absdif.html", "r");
f.readAllStringHTML
These appear in the HTML source as
<span class="Apple-converted-space">  </span>

Is there some easy fix for this or would it mean adding a special check in html2txt or
is this a flaw in the HTML generation?

RJK