>>>>> "AP" == Alex Pozgaj <[EMAIL PROTECTED]> writes:
AP> I just tried it out on Solaris (SunOS 5.6), both with jdk1.2
AP> and with jdk1.1.5.
AP> Under 1.2 it worked. Under 1.1.5, I got the same error message
AP> as you did.
AP> Oh, and something more: why in a wolrd would somebody want to
AP> call his classes like *that*?
The Java spec says that it supports I18N characters for
identifiers. While you probably don't want to use a name like that,
there are times when a non English specking programmer wants to assign
names to identifiers that are easier to remeber using his/her native
language. In Japanese, for example, you could use Hiragana characters
for the class name and using the nativetoascii tool convert the source
to the \uXXXX notation.
--Paolo