u5e
UnicodeTextC++Library
canonical_combining_class.hpp
1 #ifndef INCLUDED_U5E_PROPS_CANONICAL_COMBINING_CLASS
2 #define INCLUDED_U5E_PROPS_CANONICAL_COMBINING_CLASS
3 
4 namespace u5e {
5  /**
6  * \brief codepoint property handling
7  */
8  namespace props {
9  /**
10  * \brief Canonical_Combining_Class attribute
11  */
13  public:
14  /**
15  * Return the Canonical_Combining_class for this codepoint
16  */
17  static int resolve(int input);
18  };
19  }
20 }
21 
22 #endif
Canonical_Combining_Class attribute.
main u5e namespace
codepoint property handling