
88
Country
U.S.A
France
Germany
England
DemarktypeI
Sweden
Table
International character sets
35 | 36 | 64 | 91 | 92 | 93 | 94 | 96 | 123 124 125 12( | |||
# | !$ @ | [ | \ | ] | “ | ‘ | { | : | } | - | |
# | $ a “ G s | “ | ‘ | ~ u & ‘“ | |||||||
# | $ s A o u | “ | ‘ | a o u R | |||||||
S | $ | @ | [ | \ | ] | - | ‘ | { | : | } | “ |
#$ @ E 0 A * ‘ E @ a “
#?3 E x o A u ‘6 a o a u
Italy | * $ @ 0 \ 4 “ u & ~ & ~ |
Spain | R | $ | @ | i | N | L | “ |
Japan | # | $ | @ | [ | Y | ] | “ |
Norway | # | !3 | E | E | 0 | A | u |
DenmarktypeII | # | $ | E | E | 0 | A | u |
“ | ““ | Pi | } | “ |
‘ | { | ! | } | “ |
6 | z | g | & | u |
6 | z | $ | a | u |
■Printing characters in the control code area
When you refer the Appendix B, you’ll find many characters are printed in the control code area. (Remember that the low- order control codes are the ASCII codes Othrough 31 plus 127, and the
These codes don’t normally print symbols on paper, rather they cause the printer to change modes. To make them print as normal symbols requires an extra command. For example, the command to “normalize” the
10 ‘ Demo of characters in the
area
20LPRINT CHR$(27) ; “6”;
30FOR 1=128 TO 159
40LPRINTCHR$(I) ;
50NEXTI
60LPRINTCHR$(27); “7”
70END
When you run this program you’ll get like this: