All Classes |Grouped Classes |Index

Class CL_StringHelp

String helper functions. More...

Derived from:

None

Derived by:

None

Group:

Text (Core)

#include <ClanLib/core.h>

Class Members:

Operations:

BOMType

split_text

wchar_to_utf8

Wide char to utf-8.

unicode_to_utf8

unicode char to utf-8

trim

Trim.

compare

Compare.

text_to_upper

Text to upper.

local8_to_upper

Local8 to upper.

ucs2_to_upper

Ucs2 to upper.

text_to_lower

Text to lower.

local8_to_lower

Local8 to lower.

ucs2_to_lower

Ucs2 to lower.

float_to_text

Float to text.

float_to_local8

Float to local8.

float_to_ucs2

Float to ucs2.

text_to_float

Text to float.

local8_to_float

Local8 to float.

ucs2_to_float

Ucs2 to float.

double_to_text

Double to text.

double_to_local8

Double to local8.

double_to_ucs2

Double to ucs2.

text_to_double

Text to double.

local8_to_double

Local8 to double.

ucs2_to_double

Ucs2 to double.

int_to_text

Int to text.

int_to_local8

Int to local8.

int_to_ucs2

Int to ucs2.

text_to_int

Text to int.

local8_to_int

Local8 to int.

ucs2_to_int

Ucs2 to int.

uint_to_text

Uint to text.

uint_to_local8

Uint to local8.

uint_to_ucs2

Uint to ucs2.

text_to_uint

local8_to_uint

ucs2_to_uint

ll_to_text

Long long to text.

ll_to_local8

Long long to local8.

ll_to_ucs2

Long long to ucs2.

text_to_ll

Text to long long.

local8_to_ll

Local8 to long long.

ucs2_to_ll

Ucs2 to long long.

ull_to_text

Unsigned long long to text.

ull_to_local8

Unsigned long long to local8.

ull_to_ucs2

Unsigned long long to ucs2.

text_to_ull

Text to unsigned long long.

local8_to_ull

Local8 to unsigned long long.

ucs2_to_ull

Ucs2 to unsigned long long.

bool_to_text

Bool to text.

bool_to_local8

Bool to local8.

bool_to_ucs2

Bool to ucs2.

text_to_bool

Text to bool.

local8_to_bool

Local8 to bool.

ucs2_to_bool

Ucs2 to bool.

text_to_cp437

Text to cp437.

ucs2_to_cp437

Ucs2 to cp437.

cp437_to_text

Cp437 to text.

cp437_to_ucs2

Cp437 to ucs2.

text_to_local8

Text to local8.

text_to_utf8

Text to utf8.

ucs2_to_latin1

Ucs2 to latin1.

ucs2_to_latin9

Ucs2 to latin9.

ucs2_to_local8

Ucs2 to local8.

ucs2_to_utf8

Ucs2 to utf8.

local8_to_text

Local8 to text.

ucs2_to_text

Ucs2 to text.

latin1_to_ucs2

Latin1 to ucs2.

latin9_to_ucs2

Latin9 to ucs2.

local8_to_ucs2

Local8 to ucs2.

utf8_to_ucs2

Utf8 to ucs2.

utf8_to_text

Utf8 to text.

detect_bom

Detect bom.