Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 169
Chapter 2 Program Instructions
NASC
Field of Application
Statement for selecting a single-byte character set.
Syntax NASC<nexp>
<nexp> is the reference number of a character set:
1 = Roman 8 (default)
33 = French
34 = Spanish
39 = Italian
44 = English (UK)
46 = Swedish
47 = Norwegian
49 = German
81 = Japanese Latin (romají)
351 = Portuguese
-1 = PCMAP
- 2 = ANSI (same as 1252)
850 = MS-DOS Latin 1
851 = MS-DOS Greek 1
852 = MS-DOS Latin 2
855 = MS-DOS Cyrillic
857 = MS-DOS Turkish
1250 = Windows Latin 2 (Central Europe)
1251 = Windows Cyrillic (Slavic)
1252 = Windows Latin 1 (ANSI, same as -2)
1253 = Windows Greek
1254 = Windows Latin 5 (Turkish)
1257 = Windows Baltic Rim
Remarks
Please refer to Chapter 4 for complete character set tables.
By default, after processing of possible MAP statements, the Intermec
Fingerprint rmware will print and, when applicable, display all characters
according to the Roman 8 character set. However, the Intermec Fingerprint
rmware contains a number of other character sets, which allows you
to print and display such characters that are characteristic for a number
of countries or language areas, or to adapt the printer for the operating
system of the host.
That implies that a certain ASCII code received by the printer may
result in a different character is printed or displayed depending on which
character set has been selected.
If none of the character sets available contains the desired character(s), use a
MAP statement to reMAP the character set that comes closest to your needs.
Note that MAP statements are processed before NASC statements.