aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/cmaps/GB1/GBK-EUC-H_2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/cmaps/GB1/GBK-EUC-H_2.cpp')
-rw-r--r--core/fpdfapi/cmaps/GB1/GBK-EUC-H_2.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/fpdfapi/cmaps/GB1/GBK-EUC-H_2.cpp b/core/fpdfapi/cmaps/GB1/GBK-EUC-H_2.cpp
index 617f020b8..5cfc25fe7 100644
--- a/core/fpdfapi/cmaps/GB1/GBK-EUC-H_2.cpp
+++ b/core/fpdfapi/cmaps/GB1/GBK-EUC-H_2.cpp
@@ -1,4 +1,4 @@
-// Copyright 2014 PDFium Authors. All rights reserved.
+// Copyright 2014 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,7 +6,9 @@
#include "core/fpdfapi/cmaps/GB1/cmaps_gb1.h"
-const uint16_t g_FXCMAP_GBK_EUC_H_2[4071 * 3] = {
+namespace fxcmap {
+
+const uint16_t kGBK_EUC_H_2[4071 * 3] = {
0x0020, 0x0020, 0x1E24, 0x0021, 0x007E, 0x032E, 0x8140, 0x8178, 0x2758,
0x8179, 0x8179, 0x2059, 0x817A, 0x817E, 0x2791, 0x8180, 0x8185, 0x2796,
0x8186, 0x8186, 0x21F1, 0x8187, 0x81EC, 0x279C, 0x81ED, 0x81ED, 0x1FF2,
@@ -1365,3 +1367,5 @@ const uint16_t g_FXCMAP_GBK_EUC_H_2[4071 * 3] = {
0xFD9E, 0xFD9E, 0x40D3, 0xFD9F, 0xFD9F, 0x200C, 0xFDA0, 0xFDA0, 0x5083,
0xFE40, 0xFE40, 0x1259, 0xFE41, 0xFE7E, 0x5610, 0xFE80, 0xFEA0, 0x564E,
};
+
+} // namespace fxcmap