I would like to compare the character returned by characterAtIndex with some “hard” characters like @ "or @" P. "This may look silly, but I can't find a way to do this ...
Use single quotes:
if ([@"test" characterAtIndex:1] == 'e')