change charset name for Big5 from BIG5

This commit is contained in:
ftang%netscape.com 1999-11-19 01:15:10 +00:00
parent bc94b9f589
commit 2aad1e4273
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ PCK4BITS(eError,eStart,eStart,eStart,eStart,eStart,eStart,eStart) //10-17
static nsVerifier nsBIG5Verifier = {
"BIG5",
"Big5",
{
eIdxSft4bits,
eSftMsk4bits,

View File

@ -31,7 +31,7 @@ package genverifier;
);
$big5_ver = genverifier::GenVerifier("BIG5", "BIG5", \@big5_cls, 5, \@big5_st);
$big5_ver = genverifier::GenVerifier("BIG5", "Big5", \@big5_cls, 5, \@big5_st);
print $big5_ver;