Synopsis

PDX_MSGT unl_StrUTF32ToUTF8(long option, const unsigned long *src, unsigned char **dest)

Purpose

Convert UTF32 string to UTF8 string.

Description

Convert UTF32 string to UTF8 string. If *dest is NULL, then the memory will be dynamically allocated.

Input

option

Not Used

src

UTF32 string to be converted

Output

dest

UTF8 string.

Return

      UNL_NOERR
      No Error
      UNL_CONVERSION_ERR
      Low level error return
      .fi