HP also supports a 7-bit coding scheme with ISO-7 and National Replacement Sets where punctuation characters such as { are redefined as national characters with diacritical marks.
Microsoft Windows 3.1 Uses the 8-bit ANSI Character Set, which is incompatible with the DOS character set, but based on the ISO Latin-1 character set. DOS and Windows support Alt-Number for entering extended characters.
To further complicate things, Asian character sets
require 16 bits, so Windows NT uses 16-bit Unicode internally
for all character values. Unicode even has its own Web page.
Entering European Characters on HP Crt
To enter Extended Characters on an HP terminal, use the Extend
Key. For an accented character, press Extend with r, t
, y, u, or i
for the desired diacritical mark. Then release Extend and press
the key to accent. For example, Î is Extend u o.
Some characters take only a single Extend keystroke:
Extend A is Ð.
On a DOS-PC with the
Reflection Terminal Emulator
depress Alt-Z instead of the Extend key.
With: | a | e | i | n | o | u | y | A | E | I | N | O | U | Y | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Extend-R | á | é | í | ó | ú | ý | Á | É | Í | Ó | Ú | Ý | ||||
Extend-T | à | è | ì | ò | ù | À | È | Ì | Ò | Ù | ||||||
Extend-Y | â | ê | î | ô | û | Â | Ê | Î | Ô | Û | ||||||
Extend-U | ä | ë | ï | ö | ü | Ä | Ë | Ï | Ö | Ü | ||||||
Extend-I | ã | ñ | õ | Ã | Ñ | Õ |
Extend-a | = | å | Extend-A | = | Å | Extend-v | = | § |
---|---|---|---|---|---|---|---|---|
Extend-c | = | ç | Extend-A | = | Ç | Extend-l | = | £ |
Extend-e | = | æ | Extend-E | = | æ | Extend-k | = | ¢ |
Extend-o | = | ø | Extend-O | = | Ø | Extend-o | = | ¿(Zero!) |
Extend-s | = | ß | Extend-f | = | Extend-h | = | ¥ |
/list $ch $hex
or /list $ch
$dec
to check values and
use one of these methods to edit:
/set decimal on | {enable 'nnn notation in strings} |
/change 5 '27 * | {insert Esc before column 5 in the current line} |
/set mod qzmod | {configure Qzmodify for Modify command} |
/modify * | {edit the current line} |
^W? | {print the character value at the cursor} |
^W$ hh | {put hex value hh at the cursor} |
^W^P c | {put character "c" at the cursor} |