OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
BasConst_Unicode.hpp
Go to the documentation of this file.
1#ifndef __OPENTREP_BAS_BASCONST_UNICODE_HPP
2#define __OPENTREP_BAS_BASCONST_UNICODE_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7
8namespace OPENTREP {
9
14 extern const char* K_ICU_ACCENT_REMOVAL_RULE;
15
20 extern const char* K_ICU_QUOTATION_REMOVAL_RULE;
21
26 extern const char* K_ICU_PUNCTUATION_REMOVAL_RULE;
27
32 extern const char* K_ICU_GENERIC_TRANSLITERATOR_RULE;
33
34}
35#endif // __OPENTREP_BAS_BASCONST_UNICODE_HPP
const char * K_ICU_ACCENT_REMOVAL_RULE
Definition BasConst.cpp:110
const char * K_ICU_GENERIC_TRANSLITERATOR_RULE
Definition BasConst.cpp:129
const char * K_ICU_QUOTATION_REMOVAL_RULE
Definition BasConst.cpp:116
const char * K_ICU_PUNCTUATION_REMOVAL_RULE
Definition BasConst.cpp:123