Character set select – Printronix P3000 Series User Manual

Page 105

Advertising
background image

6–19

Programming

Character Set Select

ASCII

Hex

Decimal

P–Series

SFCC l xyz

SFCC 6C xyz

SFCC 108 xyz

(lowercase L)

Serial

ESC l xyz

1B 6C xyz

27 108 xyz

(lowercase L)

Purpose

Selects the character set, extended character set, and the international language for a
specific character set.

Expression

CHR$(27);

l

;CHR$(x);CHR$(y);CHR$(z);

where

x is the character set (Table 6–1);

y is the international language for the selected character set (Table 6–2);

z is the extended character set for the selected character set (Table 6–3);

Table 6–1. Character Set Select (x)

Character Set

0(30)

1(31)

2(32)

3(33)

IBM PC

Multinational

ECMA–94 Latin 1

DEC Multinational

x

Table 6–2. International Language Select (y)

ECMA –94

0(30)

1(31)

2(32)

3(33)

4(34)

IBM PC

DEC

Latin 1

Multinational

Multinational

ASCII (USA)

ASCII (USA)

ASCII (USA)

German

Swedish

Danish

Norwegian

Finnish

English

Dutch

French

Spanish

Italian

Turkish

Japanese

French

German

English

Danish

Swedish

Italian

Spanish

Japanese

French Canadian

French

German

English

Norwegian/Danish

Swedish

Italian

Spanish

Japanese

French Canadian

Dutch

Finnish

5(35)

6(36)

7(37)

8(38)

9(39)

10(3A)

11(3B)

12(3C)

y

Swiss

Latin American

x

0(30)

2(32)

1(31)

3(33)

ASCII (USA)

EBCDIC

Advertising