RCP API  6.61.0

◆ c_list_decode()

c_list_error_t c_list_decode ( const c_list_t c_list)

Decode all decorated strings in list.

Decorated string contain special characters encoded using the HTML Entities syntax. That is, &special;. This function will decode all the strings and replace the special characters with ASCII equivalents. For example, &red1over; will be replaced with "1/".

Parameters
[in]c_listlist object
Returns
C_LIST_SUCCESS on success.