Subject: | does it work? |
I use ActivePerl 5.8.6, and install the hanextra module through PPM, and the perl couldn't find the codepage of "gb18030".
I find the next three lines in Encode\Config.pm:
#'big5plus' => 'Encode::HanExtra',
#'euc-tw' => 'Encode::HanExtra',
#'gb18030' => 'Encode::HanExtra',
after un-comment these lines. "gb18030" could work, but "GB-18030" couldn't work.
Is there some bug? or I do something wrong?
Thanks very much.