Enable raw text in output
I sometimes have to work with devices like thermal printers and need to have characters like TABs in the output. The current text option (HTML) automatically convert TAB to spaces and prevents me from getting an accurate and usable output.
7
votes
Nelson Ferrari
shared this idea
-
takeshik commented
Try this: Util.RawHtml("<pre>foo\tbar</pre>");