Post Reply 
CASette IO Utilities updated
12-25-2014, 12:37 PM
Post: #1
CASette IO Utilities updated
I've updated my CASette IO Utilities. Some programs now support Unicode (UTF-8) input an output. Here is an example from list850:

Code:
Program (ASCII): "charpb7.TXT"

120PRINT"¥╲"
130PRINT"80:▁▂▃▄▅▆▇█"
140PRINT"88:▏▎▍▌▋▊▉┼":INPUTA$:CLS
150PRINT"90:┴┬┤├⎹─│⎺"
160PRINT"98:┌┐└┘╭╮╰╯":INPUTA$:CLS
170PRINT"A0: 。「」、・ヲァ"
180PRINT"A8:ィゥェォャュョッ":INPUTA$:CLS
190PRINT"B0:ーアイウエオカキ"
200PRINT"B8:クケコサシヌャソ":INPUTA$:CLS
210PRINT"C0:タチツテトナニヌ"
220PRINT"C8:ネノハヒフヘホマ":INPUTA$:CLS
230PRINT"D0:ミムメモヤユヨラ"
240PRINT"D8:リルレロワン゛゜":INPUTA$:CLS
250PRINT"E0:═╞╪╡┴◣◥◤"
260PRINT"E8:♠♥♦♣●○▄╲":INPUTA$:CLS
270PRINT"F0:*円年⽉⽇時分秒"
280PRINT"F8:〒市区町村人░":INPUTA$:CLS

Code F0 is originally the multiplication sign (×) but this would break the communication protocol to the PB-700 and is therefore silently replaced with '*' by the bas850 compiler.

For those of you who own an HP Jornada 720: You can now run the utilities in the command window of your Windows CE handheld.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CASette IO Utilities updated - Marcus von Cube - 12-25-2014 12:37 PM
RE: CASette IO Utilities updated - jebem - 01-02-2015, 11:16 PM



User(s) browsing this thread: 1 Guest(s)