PrevUpHomeNext

Type grapheme_property

boost::text::grapheme_property

Synopsis

// In header: <boost/text/grapheme_break.hpp>


enum grapheme_property { Other, CR, LF, Control, Extend, Regional_Indicator, 
                         Prepend, SpacingMark, L, V, T, LV, LVT, ExtPict, ZWJ };

Description

The grapheme properties defined by Unicode.


PrevUpHomeNext