I don't think the backspace character will be interpreted as you want it by 
a web browser. It doesn't really make sense in a stored format like HTML.

fredag 6. mars 2015 19.46.28 UTC+1 skrev DP følgende:
>
> I am using juliabox (v0.3.6)
>
> On Saturday, March 7, 2015 at 12:10:16 AM UTC+5:30, Ivar Nesje wrote:
>>
>> It works for me in the standard OSX terminal with a recent 0.4 version. 
>> What kind of system (and julia version) are you on? (versioninfo() tells us 
>> everything we need).
>>
>> fredag 6. mars 2015 19.27.48 UTC+1 skrev DP følgende:
>>>
>>> print("123",char(0x08),"567")
>>> println()
>>> print("123",char(0x09),"567")
>>>
>>> 123567
>>>
>>> 123 567
>>>
>>> As per ASCII Characters,
>>>
>>> ht horizontal tab 
>>> bs backspace
>>>
>>> Why backspace is not working?
>>> Am I doing something wrong?
>>> ​
>>>
>>>

Reply via email to