The thread about determining CFString mutability got me to thinking about a
question I've had about CFMutableStringRefs, which is, why are there no
creation APIs to create CFMutableStringRef directly from a UniChar buffer or
strings in a .strings file? To get create a CFMutableStringRef with a string
from a .strings file you have to get a CFStringRef, copy it to a
CFMutableStringRef, and then release the CFStringRef. Why isn't there a
CopyMutableLocalizedString function?
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden