The Main Manual Page Dynamic API Documentation CD-ROM API Documentation About Onix Types About Onix Errors Onix's Web Site at Lextek International Lextek International Onix Full Text Indexing and Retrieval Toolkit

ixUnicodeHexToChar

NAME

ixUnicodeHexToChar -- Converts a hex value to its byte value.

SYNOPSIS

void ixUnicodeHexToChar(UCharT *Char, UCharT *Hex)

ARGUMENTS

Char   -- A pointer to a character (at least two bytes in size).

Hex   --  A pointer to the four bytes which have the hex value for the character.

RETURNS

 Nothing

DESCRIPTION

ixUnicodeHexToChar converts four hex characters into a two bytes of corresponding value.  So, for example if you pass a pointer to the hexadecimal characters "0043", the two bytes pointed to by Char will be converted to the Unicode character "C".

SEE ALSO

 ixCharToHex, ixUnicodeHexToChar, ixUnicodeCharToHex