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.