Converts COBOL DISPLAY encoded strings to UTF-16 encoded strings.
typedef cblt_rtncode (*PFI_IDPES_FN_DISPLAY_TO_UTF16)( cobuns8_t in_string, cobuns32_t in_len, cobuns8_t out_string, cobuns32_t *out_len);
in_string | COBOL DISPLAY encoded string |
in_len | Size of in_string |
out_len | Maximum size of out_string, or 0 for function to return the required size of out_string |
Comments:
Used by user exits to convert COBOL DISPLAY encoded strings into UTF-16 encoded ones