Boost.Locale
boost::locale::converter_base Class Reference

This class provides base flags for text manipulation. It is used as base for converter facet. More...

#include <boost/locale/conversion.hpp>

Inheritance diagram for boost::locale::converter_base:
boost::locale::converter< Char >

Public Types

enum  conversion_type {
  normalization , upper_case , lower_case , case_folding ,
  title_case
}
 The flag used for facet - the type of operation to perform. More...
 

Detailed Description

This class provides base flags for text manipulation. It is used as base for converter facet.

Member Enumeration Documentation

◆ conversion_type

The flag used for facet - the type of operation to perform.

Enumerator
normalization 

Apply Unicode normalization on the text.

upper_case 

Convert text to upper case.

lower_case 

Convert text to lower case.

case_folding 

Fold case in the text.

title_case 

Convert text to title case.


The documentation for this class was generated from the following file: