mySQL; Cocoa; dealing with german special chars
mySQL; Cocoa; dealing with german special chars
- Subject: mySQL; Cocoa; dealing with german special chars
- From: Martin Kautz <email@hidden>
- Date: Wed, 22 May 2002 15:19:43 +0200
Hello list,
I'm currently playing with the C-API of mySQL to write a small Cocoa driven
application, which is getting back a product name for a given order number.
Well, connecting the server, firing up a query an getting results already
works, but I stuck with that german special chars...
Until now I'm getting the product names from the database to a *char (c
style string) and I wanted to process this string inside Cocoa with the
method 'initWithCString:' which lacks german special char support.
Does anybody know how to deal with that? Guess, it's in the documentation of
NSString, but I'm too stupid to find it...
TIA,
Martin
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.