does anyone know how to convert UTF 16 string to UTF 8 string without data loss.??
i have converted ASCII string to UTF 16 string with following code ::
UniChar* ASCII2Uni(const char* filepath)
{
CFStringRef name = CFStringCreateWithCString(kCFAllocatorDefault, filepath...