Jump to content

Udcrange t: Difference between revisions

From EDM2
udcrange_t created
(No difference)

Revision as of 06:20, 20 March 2006

udcrange_t

Struct that provides a set of ranges of characters of the user defined character range.

Type

unsigned short first
unsigned short last

C declaration method

typedef struct

Fields

first First code point.
last  Last code point.

Comment

The range for unsigned short is 0 through 65535.