On 28 Mar 2012, at 14:35, Andreas Grosam wrote:

> What's the preferred method to append a sequence of bytes in encoding 
> 'encoding' (a CFStringEncoding) to a CFMutableString object?
> 
> Well, the set of encodings which I'm interested in are the Unicode encoding 
> schemes (UTF-8, UTF-16,  UTF-16LE, UTF-16BE, etc)
> 
> Unfortunately, there is no CFStringAppendBytes() function where I could 
> specify the encoding.
> 
> 
I presume that you considered CFStringAppendCString():

void CFStringAppendCString (
   CFMutableStringRef theString,
   const char *cStr,
   CFStringEncoding encoding
);

Regards

Jonathan Mitchell
Mugginsoft LLP



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to