Constants

CP437

CP437 = 0

ISO8859_1

ISO8859_1 = 1

ISO8859_2

ISO8859_2 = 4

ISO8859_3

ISO8859_3 = 5

ISO8859_4

ISO8859_4 = 6

ISO8859_5

ISO8859_5 = 7

ISO8859_6

ISO8859_6 = 8

ISO8859_7

ISO8859_7 = 9

ISO8859_8

ISO8859_8 = 10

ISO8859_9

ISO8859_9 = 11

ISO8859_10

ISO8859_10 = 12

ISO8859_11

ISO8859_11 = 13

ISO8859_12

ISO8859_12 = 14

ISO8859_13

ISO8859_13 = 15

ISO8859_14

ISO8859_14 = 16

ISO8859_15

ISO8859_15 = 17

ISO8859_16

ISO8859_16 = 18

SJIS

SJIS = 20

CP1250

CP1250 = 21

CP1251

CP1251 = 22

CP1252

CP1252 = 23

CP1256

CP1256 = 24

UNICODE_BIG_UNMARKED

UNICODE_BIG_UNMARKED = 25

UTF8

UTF8 = 26

ASCII

ASCII = 27

BIG5

BIG5 = 28

GB18030

GB18030 = 29

EUC_KR

EUC_KR = 30

Properties

$nameToEci

$nameToEci : array

Map between character names and their ECI values.

Type

array

$additionalValues

$additionalValues : array

Additional possible values for character sets.

Type

array

$name

$name : 

Type

Methods

getCharacterSetECIByValue()

getCharacterSetECIByValue(  $value) : \Zxing\Common\CharacterSetEci|null

Gets character set ECI by value.

Parameters

$value

Returns

\Zxing\Common\CharacterSetEci|null

name()

name() : \Zxing\Common\character

Gets character set ECI name.

Returns

\Zxing\Common\character —

set ECI name|null

getCharacterSetECIByName()

getCharacterSetECIByName(string  $name) : \Zxing\Common\CharacterSetEci|null

Gets character set ECI by name.

Parameters

string $name

Returns

\Zxing\Common\CharacterSetEci|null

setName()

setName(  $value) 

Parameters

$value