&nbsp; - non break space comes up as ? inside structured text. &lt; for < for example works just fine.
&#160; for space works ok, it is &nbsp; that fails.
&nbsp; - non break space comes up as ? inside structured text. &lt; for < for example works just fine.
&#160; for space works ok, it is &nbsp; that fails.
hint parsetext "one&nbsp;two&#160;three"
comes up as
one?two three