OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
8 namespace 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_PUNCTUATION_REMOVAL_RULE
Definition: BasConst.cpp:67
const char * K_ICU_GENERIC_TRANSLITERATOR_RULE
Definition: BasConst.cpp:73
const char * K_ICU_QUOTATION_REMOVAL_RULE
Definition: BasConst.cpp:60
const char * K_ICU_ACCENT_REMOVAL_RULE
Definition: BasConst.cpp:54