Technical Notes |
|
Reflection uses the ASCII character set for most common characters (such as letters and numbers) and the host character set for national and special characters. Additionally, Microsoft Windows uses the ANSI character set, which is similar to the ASCII character set. This technical note contains character translation tables for ASCII, ANSI, and the Reflection character sets for HP Emulation.
Most microcomputers, computer terminals, and printers use ASCII codes to represent standard printable characters, including letters, numbers, and punctuation characters. The ASCII character set consists of characters with decimal values 0-127. The characters 0-31 are control codes; they appear on your screen only when display functions are enabled. Refer to online help for more information on display functions and control codes.
ANSI is an extension of the ASCII character set and is used by Microsoft Windows to display and print standard characters. It includes all the ASCII characters plus additional characters represented with decimal values 128-255. The ASCII and ANSI character sets are identical for decimal values 32-126.
Reflection can send and receive characters in either the ASCII character set or the host's supported character set. Characters used by Reflection must be converted to ANSI before they can be displayed by other Windows applications.
Note: The ANSI characters below correspond to ANSI code page 1252, which is most commonly used in the United States and Western Europe. If your keyboard is set to use a different ANSI code page, the characters you see will differ from the characters shown below.
To enter a special ANSI character using the Alt key:
Windows applications can display only those characters from the IBM PC extended character set (ECS) that also appear in the ANSI character set. You can enter any common character, even if the ECS code is different from the ANSI code; Windows automatically performs the conversion for you.
To enter a character in the terminal window from the IBM extended character set:
The Roman 8 Extension character set includes special and multinational characters used in non-U.S. ASCII national languages.
Reflection generates all the characters in the HP line drawing character set, which is an alternate character set comprising simple line and graphic elements. Each letter key generates only one line drawing character, whether the Shift key is pressed or not.
To access the line drawing character set, press Ctrl+N and type the decimal value of the line drawing character you want to see. To return to normal characters, press Ctrl+O. Reflection reverts to the normal character set when the cursor moves to a new row.
In the tables that follow, the character "cell" is shaded to show each line drawing character's position within the cell.
Figure 6 - HP Line Drawing Character Set (HP Emulation)
For more information on control codes and character sets, refer to your Reflection documentation and online help.