From a6c9215eea43b0536b228093ee7dd0e83ef62a46 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 4 Oct 2016 10:58:54 -0700 Subject: Move core/fpdfapi/fpdf_cmaps to core/fpdfapi/cmaps BUG=pdfium:603 Review-Url: https://codereview.chromium.org/2391013002 --- core/fpdfapi/cmaps/GB1/GBK-EUC-V_2.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 core/fpdfapi/cmaps/GB1/GBK-EUC-V_2.cpp (limited to 'core/fpdfapi/cmaps/GB1/GBK-EUC-V_2.cpp') diff --git a/core/fpdfapi/cmaps/GB1/GBK-EUC-V_2.cpp b/core/fpdfapi/cmaps/GB1/GBK-EUC-V_2.cpp new file mode 100644 index 0000000000..87e53a7b70 --- /dev/null +++ b/core/fpdfapi/cmaps/GB1/GBK-EUC-V_2.cpp @@ -0,0 +1,17 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com + +#include "core/fpdfapi/cmaps/GB1/cmaps_gb1.h" + +const uint16_t g_FXCMAP_GBK_EUC_V_2[20 * 3] = { + 0xA1A2, 0xA1A2, 0x023F, 0xA1A3, 0xA1A3, 0x023E, 0xA1AA, 0xA1AA, 0x0256, + 0xA1AB, 0xA1AC, 0x1E18, 0xA1AD, 0xA1AD, 0x0257, 0xA1B2, 0xA1BF, 0x0246, + 0xA1FE, 0xA1FE, 0x1E1A, 0xA3A1, 0xA3A1, 0x0242, 0xA3A8, 0xA3A9, 0x0244, + 0xA3AC, 0xA3AC, 0x023D, 0xA3AE, 0xA3AE, 0x1E1B, 0xA3BA, 0xA3BB, 0x0240, + 0xA3BD, 0xA3BD, 0x1E1C, 0xA3BF, 0xA3BF, 0x0243, 0xA3DB, 0xA3DB, 0x1E1D, + 0xA3DD, 0xA3DD, 0x1E1E, 0xA3DF, 0xA3DF, 0x0258, 0xA3FB, 0xA3FB, 0x0254, + 0xA3FD, 0xA3FD, 0x0255, 0xA3FE, 0xA3FE, 0x1E1F, +}; -- cgit v1.2.3