ixUnicodeCharToHex
Name
ixUnicodeCharToHex
Synopsis
void ixUnicodeCharToHex( UCharT C, UCharT *Output)
Arguments
C: An unicode character.
Ouput: A string to hold the hexadecimal form of the unicode character
Returns
Nothing.
If an error occurred, Status will be set to the error number.
Description
ixUnicodeCharToHex converts a two byte unicode character into four hexadecimal characters. So, for example if you pass the unicode character "C" it will generate the string containing the characters "0043". Note that it is your responsibility to ensure that the string has enough space to hold the results
See Also
Unicode
ixCharToHex, ixUnicodeHexToChar, ixUnicodeCharToHex