aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/cmaps/GB1/GBpc-EUC-H_0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/cmaps/GB1/GBpc-EUC-H_0.cpp')
-rw-r--r--core/fpdfapi/cmaps/GB1/GBpc-EUC-H_0.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/fpdfapi/cmaps/GB1/GBpc-EUC-H_0.cpp b/core/fpdfapi/cmaps/GB1/GBpc-EUC-H_0.cpp
index ff437d725..f1f6dd31f 100644
--- a/core/fpdfapi/cmaps/GB1/GBpc-EUC-H_0.cpp
+++ b/core/fpdfapi/cmaps/GB1/GBpc-EUC-H_0.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_GBpc_EUC_H_0[91 * 3] = {
+namespace fxcmap {
+
+const uint16_t kGBpc_EUC_H_0[91 * 3] = {
0x0020, 0x007E, 0x0001, 0x0080, 0x0080, 0x1E20, 0x00FD, 0x00FF, 0x1E21,
0xA1A1, 0xA1FE, 0x0060, 0xA2B1, 0xA2E2, 0x00BE, 0xA2E5, 0xA2EE, 0x00F0,
0xA2F1, 0xA2FC, 0x00FA, 0xA3A1, 0xA3FE, 0x0106, 0xA4A1, 0xA4F3, 0x0164,
@@ -39,3 +41,5 @@ const uint16_t g_FXCMAP_GBpc_EUC_H_0[91 * 3] = {
0xF4A1, 0xF4FE, 0x1C9F, 0xF5A1, 0xF5FE, 0x1CFD, 0xF6A1, 0xF6FE, 0x1D5B,
0xF7A1, 0xF7FE, 0x1DB9,
};
+
+} // namespace fxcmap