You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef NFC_SETS_HH
|
|
#define NFC_SETS_HH
|
|
|
|
#include <set>
|
|
|
|
// These sets are filled by code generated automatically
|
|
// from Unicode's DerivedNormalizationProps.txt
|
|
extern const std::set<unsigned> NFC_No;
|
|
extern const std::set<unsigned> NFC_Maybe;
|
|
|
|
#endif // NFC_SETS_HH
|