Re: NSCharacterSet Parsing MS Word 97 files? <SOLVED>
Re: NSCharacterSet Parsing MS Word 97 files? <SOLVED>
- Subject: Re: NSCharacterSet Parsing MS Word 97 files? <SOLVED>
- From: Vince Ackerman <email@hidden>
- Date: Wed, 6 Jul 2005 10:06:21 -0700
Thanks! Rookie mistake! That's why I love this list, being a total
newbie and all. That fixed it.
Using NSAttributedString initWithDocFormat to read in the MS Word
file worked like a champ. All encoding was stripped from the string
with the exception of some plain text formatting details at the
beginning and end which are easily skipped over. I was hoping there
was a simple way to do this and using two lines of code (seems to
have) easily solved the problem. So far I don't see a down side to
this....
Thanks for the help
Vince
On Jul 6, 2005, at 09:37, Nick Zitzmann wrote:
[NSAttributedString alloc]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden