Home > other >  How compile java using unicode characters in identifiers
How compile java using unicode characters in identifiers

Time:08-09

First, I understand this goes against all convention and advice, but I want to do it anyway.

How can I (or is it even possible) compile java code using unicode characters in identifiers (method names, variable names, etc.)

I want to be able to do something like the following:

public class            
  • Related