Simn / genjvm

13 stars 1 forks source link

Emojis #42

Closed Simn closed 5 years ago

Simn commented 5 years ago
class Main {
    static public function main() {
        Sys.println("😂");
    }
}
java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file Main

I thought I didn't have to worry about this kind of stuff but... looks like I do.

Simn commented 5 years ago

I asked our intern if he wants to write a function for this and he seems interested. \o/