diff options
Diffstat (limited to 'xfa/fgas/crt/fgas_codepage.h')
-rw-r--r-- | xfa/fgas/crt/fgas_codepage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fgas/crt/fgas_codepage.h b/xfa/fgas/crt/fgas_codepage.h index 8e29736149..17813595e6 100644 --- a/xfa/fgas/crt/fgas_codepage.h +++ b/xfa/fgas/crt/fgas_codepage.h @@ -97,6 +97,7 @@ #define FX_CODEPAGE_ISCII_Punjabi 57011 #define FX_CODEPAGE_UTF7 65000 #define FX_CODEPAGE_UTF8 65001 + #define FX_CHARSET_ANSI 0 #define FX_CHARSET_Default 1 #define FX_CHARSET_Symbol 2 @@ -133,6 +134,4 @@ #define FX_CHARSET_US 254 #define FX_CHARSET_OEM 255 -uint16_t FX_GetCodePageFromCharset(uint8_t charset); - #endif // XFA_FGAS_CRT_FGAS_CODEPAGE_H_ |