I am running eclipse in Linux and while shift+control+U+1+1+1+1 works in other apps (where 1111 are the 4 digits of the unicode character in question) like firefox, it fails in eclipse.
I just want to add some special chars to my Java string.
If all else fails, just use a Unicode escape:
String s = "\u1111";
Spares you the hassle of configuring charsets for your source files as well :)
Make the character in another program and copy it to Eclipse.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With