| Index: core/src/fpdftext/unicodenormalization.cpp
|
| diff --git a/core/src/fpdftext/unicodenormalization.cpp b/core/src/fpdftext/unicodenormalization.cpp
|
| index 1d36b8576a9f7104a038b38b984b0af7eccd88ae..c36cad775fd0bafefcad69441eeb0aa862a2ce9b 100644
|
| --- a/core/src/fpdftext/unicodenormalization.cpp
|
| +++ b/core/src/fpdftext/unicodenormalization.cpp
|
| @@ -1,13 +1,13 @@
|
| // 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 "../../include/fpdftext/fpdf_text.h"
|
| extern const FX_WCHAR g_UnicodeData_Normalization[65536];
|
| extern const FX_WCHAR g_UnicodeData_Normalization_Map1[5376];
|
| -extern const FX_WCHAR g_UnicodeData_Normalization_Map2[1734];
|
| +extern const FX_WCHAR g_UnicodeData_Normalization_Map2[1724];
|
| extern const FX_WCHAR g_UnicodeData_Normalization_Map3[1164];
|
| extern const FX_WCHAR g_UnicodeData_Normalization_Map4[488];
|
| FX_LPCWSTR g_UnicodeData_Normalization_Maps[5] = {
|
|
|