Marfuas Flörte

Show:

What's happening?

  • ODBCField and encodings

    Failed getting asString of ODBCField to handle character encodings correctly (e.g. Swedish accented å,ä,ö with the default encoding of MySQL5, or UTF8 encoding). Workaround (with a hardcoded encoding): NSString *strValue; NSManagedObject* newObject; ODBCColumn* col; ODBCField* fld; // ... case SQL_WVARCHAR: strValue = [[NSString alloc] initWithData:[fld asData]...

    2009-03-13 11:19:59 UTC in ODBCKit

About Me


Send me a message