CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
normalization_form.h
1
2#ifndef system_text_normalization_form_h
3#define system_text_normalization_form_h
4
5namespace System { namespace Text {
6
9{
11 FormC = 1,
13 FormD = 2,
15 FormKC = 5,
17 FormKD = 6
18};
19
20}}
21
22#endif
@ Text
Defines color adjustment information for text.
NormalizationForm
Defines how to normalize Unicode string.
Definition: normalization_form.h:9
@ FormKD
Use full compatibility decomposition.
@ FormD
Use full canonical decomposition.
@ FormKC
Use full compatibility decomposition, then replace sequences with their primary composites.
@ FormC
Use full canonical decomposition, then replace sequences with their primary composites.
Definition: db_command.h:9