aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/cmaps/Korea1/KSC-EUC-V_0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/cmaps/Korea1/KSC-EUC-V_0.cpp')
-rw-r--r--core/fpdfapi/cmaps/Korea1/KSC-EUC-V_0.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/fpdfapi/cmaps/Korea1/KSC-EUC-V_0.cpp b/core/fpdfapi/cmaps/Korea1/KSC-EUC-V_0.cpp
index 7408f9e59..b16607594 100644
--- a/core/fpdfapi/cmaps/Korea1/KSC-EUC-V_0.cpp
+++ b/core/fpdfapi/cmaps/Korea1/KSC-EUC-V_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/Korea1/cmaps_korea1.h"
-const uint16_t g_FXCMAP_KSC_EUC_V_0[16 * 3] = {
+namespace fxcmap {
+
+const uint16_t kKSC_EUC_V_0[16 * 3] = {
0xA1A2, 0xA1A3, 0x1F78, 0xA1A5, 0xA1A5, 0x1F7A, 0xA1A6, 0xA1A6,
0x2080, 0xA1A9, 0xA1AB, 0x1F7B, 0xA1AD, 0xA1AD, 0x1F7E, 0xA1B2,
0xA1BD, 0x1F7F, 0xA1EB, 0xA1EB, 0x1F8B, 0xA3A1, 0xA3A1, 0x1F8C,
@@ -14,3 +16,5 @@ const uint16_t g_FXCMAP_KSC_EUC_V_0[16 * 3] = {
0x1F90, 0xA3BA, 0xA3BF, 0x1F91, 0xA3DB, 0xA3DB, 0x1F97, 0xA3DD,
0xA3DD, 0x1F98, 0xA3DF, 0xA3DF, 0x1F99, 0xA3FB, 0xA3FE, 0x1F9A,
};
+
+} // namespace fxcmap