Skip to content

Commit

Permalink
fixed charset name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed May 4, 2016
1 parent a0a69a2 commit 38029f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/nsMBCSSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ SMModel EUCTWSMModel = {
7,
{eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, EUCTW_st },
EUCTWCharLenTable,
"x-euc-tw",
"EUC-TW",
};

/* obsolete GB2312 by gb18030
Expand Down
2 changes: 1 addition & 1 deletion src/tables/LangCyrillicModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ SequenceModel MacCyrillicModel =
64,
(float)0.976601,
PR_FALSE,
"x-mac-cyrillic"
"MAC-CYRILLIC"
};

SequenceModel Ibm866_CyrillicModel =
Expand Down
2 changes: 1 addition & 1 deletion src/tables/LangHungarianModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ SequenceModel Win1250_HungarianModel =
32,
(float)0.9744556413335339,
PR_FALSE,
"WINDOWS-1250"
"windows-1250"
};

0 comments on commit 38029f9

Please sign in to comment.