On May 20, 2011, at 10:14 AM, Panayotis Katsaloulis wrote:
>
> On May 20, 2011, at 9:58 AM, Arno Puder wrote:
>
>>
>> please send a small, self-contained example.
>>
>> Arno
>
> The iFireworks project.
> There are 13 entries like this.
> For a quick list:
> cat .../constant_pool.m | grep JAVA_ARRAY_CHAR | grep -
I was also trying to add a simple unicode string in the beginning of this demo.
Namely at the very beginning after applicationDidFinishLaunching, I added this code:
System.out.println("QQQQ-Καλημέρα!");
I checked it and this does not contain any negative values.
When run, Xcode fails to attach to the executable and the binary crashes.
|