| Index: core/src/fpdfdoc/doc_form.cpp
|
| diff --git a/core/src/fpdfdoc/doc_form.cpp b/core/src/fpdfdoc/doc_form.cpp
|
| index c1e41526d48a1e87d0ca58ca95d258580ea0eda6..821b9981b83f9361598facfef89d2b890a10a045 100644
|
| --- a/core/src/fpdfdoc/doc_form.cpp
|
| +++ b/core/src/fpdfdoc/doc_form.cpp
|
| @@ -1492,10 +1492,10 @@ const struct _SupportFieldEncoding {
|
| FX_LPCSTR m_name;
|
| FX_INT32 m_codePage;
|
| } g_fieldEncoding[] = {
|
| - "BigFive", 950,
|
| - "GBK", 936,
|
| - "Shift-JIS", 932,
|
| - "UHC", 949,
|
| + { "BigFive", 950 },
|
| + { "GBK", 936 },
|
| + { "Shift-JIS", 932 },
|
| + { "UHC", 949 },
|
| };
|
| static void FPDFDOC_FDF_GetFieldValue(CPDF_Dictionary *pFieldDict, CFX_WideString &csValue, CFX_ByteString &bsEncoding)
|
| {
|
|
|