How does java handle unicode characters?
问题 I read this blogentry regarding perl and how they handle unicode and normalization of unicode. Short version, as I understand it, is that there are several ways to write the identifier "é" in unicode. Either as one unicode character or as a combination of two character. And the perl program may not be able to distinguish between them causing strange errors. So that got me thinking, how does the Java editor in Eclipse handle unicode? Or java in general, since I guess thats the same question.