On Tue, Apr 5, 2011 at 9:31 PM, Kyle Sluder wrote:
> On Tue, Apr 5, 2011 at 8:55 AM, Horst Jäger
> wrote:
>> Any idea why?
>
> Because "unichar" is not the same thing as a grapheme.
>
> http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Strings/Articles/stringsClusters.html%2
On Tue, Apr 5, 2011 at 8:55 AM, Horst Jäger wrote:
> Any idea why?
Because "unichar" is not the same thing as a grapheme.
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Strings/Articles/stringsClusters.html%23//apple_ref/doc/uid/TP40008025-SW1
--Kyle Sluder
_
On Tue, Apr 5, 2011 at 11:55 AM, Horst Jäger wrote:
>
> [dst appendFormat:@"%c", chr];
%c is the format specifier for 8-bit chars - use %C for 16-bit unichars.
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
___
Hi,
I have noticed that special characters are destoryed when they are copied one
by one from one string into another. Listed below is some demo code (demo.h,
Demo.m) which yields the console log also listed below (Demo.log).
It states that the String containig no special characters is copied