| Index: fpdfsdk/cfx_systemhandler.cpp
|
| diff --git a/fpdfsdk/cfx_systemhandler.cpp b/fpdfsdk/cfx_systemhandler.cpp
|
| index 08d9743993691f6e4cf12df74a00d87f302f7311..cbd929f5c2a759aecebd1959aa87e0d2fff0b492 100644
|
| --- a/fpdfsdk/cfx_systemhandler.cpp
|
| +++ b/fpdfsdk/cfx_systemhandler.cpp
|
| @@ -26,7 +26,7 @@ int CharSet2CP(int charset) {
|
| return 932;
|
| if (charset == FXFONT_GB2312_CHARSET)
|
| return 936;
|
| - if (charset == FXFONT_HANGEUL_CHARSET)
|
| + if (charset == FXFONT_HANGUL_CHARSET)
|
| return 949;
|
| if (charset == FXFONT_CHINESEBIG5_CHARSET)
|
| return 950;
|
|
|