NSString and control character
NSString and control character
- Subject: NSString and control character
- From: Seungoh Ryu <email@hidden>
- Date: Wed, 25 Sep 2002 22:54:08 -0400
Does anyone know how to force control characters into an NSString
without complicated substitution?
To be specific, I have a NSTextField in which user writes some TeX
commands, such as :
\documentstyle[12pt]
\pagestyle{empty}
etc....
Now, when I load them into an NSString, all the '\' characters cause
trouble as
most of them are interpreted as control characters, especially \p .
How can I turn the long TeX file into an NSString with all the \
commands in tact
without a major hassle ?
Thanks for any suggestion.
Seungoh Ryu
_______________________________________________
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.