result = CFStringGetCString(toolStringRef,
app,
length+1,
kCFStringEncodingMacRoman);
The problems comes when the CFStringRef "toolStringRef" contains
accentuated characters (such as é, è, à, ...): the C "app" string does
not contain proper characters, so the call to execl() does nothing and
returns with an error.
Wrong encoding. The command line expects UTF-8 encoded strings not
MacRoman.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden