// Copyright 2015 The PDFium Authors // 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 #ifndef CORE_FPDFTEXT_UNICODENORMALIZATIONDATA_H_ #define CORE_FPDFTEXT_UNICODENORMALIZATIONDATA_H_ #include #include extern const std::array kUnicodeDataNormalization; extern const std::array kUnicodeDataNormalizationMap1; extern const std::array kUnicodeDataNormalizationMap2; extern const std::array kUnicodeDataNormalizationMap3; extern const std::array kUnicodeDataNormalizationMap4; #endif // CORE_FPDFTEXT_UNICODENORMALIZATIONDATA_H_