#include <stdio.h>
#include <SWIchar.h>
Functions | |
*SWIcharResult | SWIwcstoutf8 (const wchar_t *src, unsigned char *dst, int maxdstlen) |
Wide to UTF-8 conversion. | |
SWIcharResult | SWIutf8towcs (const unsigned char *src, wchar_t *dst, int maxdstlen) |
UTF-8 to wide conversion. | |
int | SWIwcstoutf8len (const wchar_t *src) |
Returns the length of a UTF-8 string after conversion from wide. | |
int | SWIutf8towcslen (const unsigned char *src) |
Returns the length of a wide string after conversion from UTF-8. |