diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-04-18 15:07:51 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-18 19:45:58 +0000 |
commit | 1d0dc5ea42642b253bf87b69b9d8cff01f4e6dbb (patch) | |
tree | e1cdc4c27da0e013282ca6ea9b8fc47cfc539d68 /xfa/fgas/crt/fgas_codepage.h | |
parent | 4fcdf058734b5df696420aa653ea787842678224 (diff) | |
download | pdfium-1d0dc5ea42642b253bf87b69b9d8cff01f4e6dbb.tar.xz |
Codepage code into anonymouse namespace
This CL moves the FX_GetCodePageFromCharset method into cfgas_fontmgr
anonymouse namespace.
Change-Id: I1232341b8639328035f12aebfb7a65a4fc0ba08f
Reviewed-on: https://pdfium-review.googlesource.com/4291
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
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_ |