All Classes |Grouped Classes |Index

Class CL_UTF8_Reader

UTF8 reader helper functions. More...

Derived from:

None

Derived by:

None

Group:

Text (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_UTF8_Reader


Operations:

is_end

Returns true if the current position is at the end of the string.

get_char

Get the character at the current position.

get_char_length

Returns the length of the current character.

prev

Moves position to the previous character.

next

Moves position to the next character.

move_to_leadbyte

Moves position to the lead byte of the character.

get_position

Get the current position of the reader.

set_position

Set the current position of the reader.