Re: Reading in UTF-8 to Data
Re: Reading in UTF-8 to Data
- Subject: Re: Reading in UTF-8 to Data
- From: Greg Guerin <email@hidden>
- Date: Thu, 15 Jul 2010 18:20:29 -0700
Brad Stone wrote:
Yes, quoted-printable. That's precisely it but in doing my
research in the documentation and on the internet it doesn't seem
like it's a simple process especially for someone like me with 9
months of Cocoa development experience.
There is nothing apparent in your code that would cause quoted-
printable to magically appear. If it's not your code, the next most
obvious candidate is your data.
Exactly where is your data coming from, and exactly how did it get
there? Maybe you have a glitch somewhere along your data-production
pathway, that's unexpectedly producing quoted-printable.
That pathway includes all uploads, file-transfers, file copies, etc.
It even includes any editor you used the last time you looked at the
original XML file. If the editor is "helping" you by interpreting
quoted-printable, then you might want to try something simpler, like
the 'cat' command in Terminal.app, or even the 'hexdump -C' command.
If you're not a Terminal person, HexFiend is your friend (google it).
-- GG
_______________________________________________
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