Class, interface, or package name contains characters not in the ASCII character set
The compiler detected a character that is not in the ASCII character set used for a class, interface, or package name. Some computer systems may not support this character. To ensure that your class, interface, or package name can be interpreted by Virtual Machines (VM) on other computer systems, change the invalid character to a valid character from the ASCII character set and compile again.