I would like to do something like this:
const UniChar KA = 'γ';
But Xcode returns a "multi-character constant."
I try not to use + characterAtIndex from NSString ... I need this to iterate over the kana, for example, you can char myCharacter = 'A'; over the alphabet ( char myCharacter = 'A'; )
I looked at Target c did not like my unichars? but that really doesn't solve it for me.
In any case, I try to put "tenten" and / or "maru" on top of γ, γ, etc., for example γ β γ, γ β γ . Perhaps this is a ready-made solution for this, in case someone knows that it will also solve my problem.
Jonny
source share