Skip to content

Instantly share code, notes, and snippets.

@cosminpopescu14
Created October 23, 2018 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosminpopescu14/45b998bbe8d55981aa8fcede6217fd84 to your computer and use it in GitHub Desktop.
Save cosminpopescu14/45b998bbe8d55981aa8fcede6217fd84 to your computer and use it in GitHub Desktop.
Non ascii in java
int ⁀‿⁀ = 0, ⁀⁔⁀ = 1, ¢ = 2;
String nonAscii = "⁀‿⁀";
if (⁀‿⁀ != ⁀⁔⁀)
System.out.println(¢);
System.out.println(nonAscii);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment