TChar::TCharInfo Struct Reference

#include <e32cmn.h>

struct TChar::TCharInfo

Detailed Description

A structure to hold information about a Unicode character.

An object of this type is passed to TChar::GetInfo().

See also: TChar::GetInfo

Member Attribute Documentation

iBdCategory

TBdCategory iBdCategory

Bi-directional category.

iCategory

TCategory iCategory

General category.

iCombiningClass

TInt iCombiningClass

Combining class: number (currently) in the range 0..234

iLowerCase

TUint iLowerCase

Lower case form.

iMirrored

TBool iMirrored

True, if the character is mirrored.

iNumericValue

TInt iNumericValue

Integer numeric value: -1 if none, -2 if a fraction.

iTitleCase

TUint iTitleCase

Title case form.

iUpperCase

TUint iUpperCase

Upper case form.