blob: a8c196985657e6bbd4949721682b8a1e3c73c69b [file] [log] [blame]
// Copyright 2015 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
#ifndef CORE_FPDFTEXT_UNICODENORMALIZATIONDATA_H_
#define CORE_FPDFTEXT_UNICODENORMALIZATIONDATA_H_
#include <stdint.h>
extern const uint16_t kUnicodeDataNormalization[];
extern const uint16_t kUnicodeDataNormalizationMap1[];
extern const uint16_t kUnicodeDataNormalizationMap2[];
extern const uint16_t kUnicodeDataNormalizationMap3[];
extern const uint16_t kUnicodeDataNormalizationMap4[];
#endif // CORE_FPDFTEXT_UNICODENORMALIZATIONDATA_H_