3 require "genverifier.pm";
27 1, 0, 0, 0, 0, 0, 3, # state 0
28 1, 1, 1, 1, 1, 1, 1, # Error State - 1
29 2, 2, 2, 2, 2, 2, 2, # ItsMe State - 2
30 1, 1, 0, 4, 1, 0, 0, # state 3, multibytes, 1st byte identified
31 1, 1, 1, 1, 1, 1, 5, # state 4, multibytes, 2nd byte identified
32 1, 1, 1, 2, 1, 1, 1, # state 5, multibytes, 3rd byte identified
36 $gb18030_ver = genverifier
::GenVerifier
("gb18030", "gb18030", \
@gb18030_cls, 7, \
@gb18030_st);