Recent content by sayan

  1. S

    how to convert UTF16 to UTF8 string without dataloss to use in fopen()

    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...
Back
Top