K
ke.kewen
I use ActivePerl 5.8.6, and install the Encode::Hanextra module through
PPM, but 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 the alias
"GB-18030" couldn't work.
Is there some bug? or I do something wrong?
Thanks very much.
PPM, but 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 the alias
"GB-18030" couldn't work.
Is there some bug? or I do something wrong?
Thanks very much.