Re: NSXMLParser and Unicode/"Foreign" Character problems
Re: NSXMLParser and Unicode/"Foreign" Character problems
- Subject: Re: NSXMLParser and Unicode/"Foreign" Character problems
- From: "Stephen J. Butler" <email@hidden>
- Date: Mon, 2 Feb 2009 01:08:46 -0600
On Sun, Feb 1, 2009 at 1:36 PM, Todd Atkins <email@hidden> wrote:
> What happens is that gNames ends up with the truncated string value.
> The output of NSLog, though, shows:
> 2009-02-01 12:45:09.538 [320:10b] String: Gro
> 2009-02-01 12:45:09.538 [320:10b] String: ßefehn-4 - Großefehnkanal
That's perfectly valid behavior, and is documented in the delegate
parser:foundCharacters:. Since you already have an NSMutableString,
use appendString: instead.
_______________________________________________
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