◆ NFC_CRLF_noctr()
|
inlinestaticconstexprnoexcept |
Use NFC normalization, convert all line-feed-like characters to CR-LF.
◆ NFC_PS_noctr()
|
inlinestaticconstexprnoexcept |
Use NFC normalization, convert all line-feed-like characters to PS.
◆ decomposition_mask
uint64_t v1::unicode_normalize_config::decomposition_mask |
The types of decompositions, that should be used when decomposing.
◆ drop
Code-points to be dropped.
◆ drop_C0
uint64_t v1::unicode_normalize_config::drop_C0 |
Drop the C0 control characters.
◆ drop_C1
uint64_t v1::unicode_normalize_config::drop_C1 |
Drop the C1 control characters.
◆ line_separator_character
char32_t v1::unicode_normalize_config::line_separator_character = unicode_LS |
The code-point to output when a line separator was found.
If this value is the carriage return CR, then the decomposition algorithm will also emit a line-feed LF code-point.
◆ line_separators
Code-points to be treated as line-separators.
◆ paragraph_separator_character
char32_t v1::unicode_normalize_config::paragraph_separator_character = unicode_PS |
The code-points to output when a paragraph separator was found.
If this value is the carriage return CR, then the decomposition algorithm will also emit a line-feed LF code-point.
◆ paragraph_separators
Code-points to be treated as line-separators.
The documentation for this struct was generated from the following file: