Now I get the same output with LOADBTM on or off. But I just don't understand how it works. This is (ASCII) TEST.BTM (as I see it with TYPE, LIST, VIEW, or in an editor).
In the file, that superscript 2 is 0xB2 (178). When I run the BTM I see
I get a different result at the command line.
Why are they different and where's character 9619 coming from?
Code:
echo ² is character %@ascii[²]
echo @CHAR[%@ASCII[²]] is %@CHAR[%@ASCII[²]]
echo ²²²²²²²²²²²²²²²²²²²²
echo %@repeat[²,20]
echo %@repeat[%@char[178],20]
Code:
▓ is character 9619
@CHAR[9619] is ▓
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
²²²²²²²²²²²²²²²²²²²²
Code:
v:\> echo ² is character %@ascii[²] & echo @CHAR[%@ASCII[²]] is %@CHAR[%@ASCII[²]] & echo ²²²²²²²²²²²²²²²²²²²² & echo %@repeat[²,20] & echo %@repeat[%@char[178],20]
² is character 178
@CHAR[178] is ²
²²²²²²²²²²²²²²²²²²²²
²²²²²²²²²²²²²²²²²²²²
²²²²²²²²²²²²²²²²²²²²