Re: NSString looses Umlaute
Re: NSString looses Umlaute
- Subject: Re: NSString looses Umlaute
- From: Vincent Habchi <email@hidden>
- Date: Thu, 22 Dec 2011 10:24:47 +0100
> Yes, tried NSUTF8StringEncoding, I really tried all the ones I found in the NSString encoding documentation.
>
> When I import this file as DBF into FileMaker Pro it looks just as bad. But when I import it into a MySql it works fine.
>
> Here an example of what NSLog says:
>
> "R\U0094h.",
> "R\U0094hrchen"
>
> It should instead say Röhrchen.
It looks like you string is UTF-16 based (\U0094 looks like UTF-16).
But ö should be \U00F6, not \U0094 or 0xC3 0xB6 in UTF-8.
Something is rotten in your tubes! ;)
Cheers,
Vincent_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden