Re: NULL characters?
Re: NULL characters?
- Subject: Re: NULL characters?
- From: James Bucanek <email@hidden>
- Date: Fri, 11 Mar 2005 08:14:31 -0700
Mark Dawson wrote on Thursday, March 10, 2005:
>I assume this is the NULL symbol? How do I get rid of it? I
>have a .strings file that when I try to "Show control characters"
>(generated by genstrings), XCode .1.5 seems to hang (just sits around
>for over a minute)…
I see you've already found a solution, but for future reference my favorate tool for fixing/checking these problems is BBEdit's 'Zap Gremlins' command. This command might also be in BBEdit Lite and TextWrangler.
You can also strip out any '\0's using tr
tr -d \\0 < bad.h > clean.h
--
James Bucanek <mailto:email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden