3 require "genverifier.pm";
35 # ESC$((([)][AG])|([*]H))|[NO])
40 0, 3, 1, 0, 0, 0, 0, 0, 0, # Start State - 0
41 1, 1, 1, 1, 1, 1, 1, 1, 1, # Error State - 1
42 2, 2, 2, 2, 2, 2, 2, 2, 2, # ItsMe State - 2
43 1, 1, 1, 4, 1, 1, 1, 1, 2, # state 3 - got ESC
44 1, 1, 1, 1, 5, 6, 1, 1, 1, # state 4 - got ESC $
45 1, 1, 1, 1, 1, 1, 2, 1, 1, # state 5 - got ESC $ )
46 1, 1, 1, 1, 1, 1, 1, 2, 1, # state 6 - got ESC $ *
49 $iso2022cn_ver = genverifier
::GenVerifier
("ISO2022CN", "ISO-2022-CN",
50 \
@iso2022cn_cls, 9, \
@iso2022cn_st);