char* qStrConvEncoding ( const char *  str,
const char *  fromcode,
const char *  tocode,
float  mag 
)

Convert character encoding

Parameters:
str additional seed string. this can be NULL
fromcode encoding type of str
tocode encoding to convert
mag magnification between fromcode and tocode
Returns:
a pointer of malloced converted string if successful, otherwise returns NULL
   qCharEncode("KOREAN_EUCKR_STRING", "EUC-KR", "UTF-8", 1.5);

Definition at line 562 of file qString.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1