Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show a character's Unicode codepoint value in Eclipse

Tags:

I have a UTF-8 text file open in Eclipse, and I'd like to find out what a particular Unicode character is. Is there a function to display the Unicode codepoint of the character under the cursor?

like image 630
Craig McQueen Avatar asked Nov 04 '09 01:11

Craig McQueen


1 Answers

I do not think there is yet a plugin doing exactly what you are looking for.

I know about a small plugin able to encode/decode a unicode sequence:

alt text

The sources (there is not even a fully built jar plugin yet) are here, with its associated tarball: you can import it as a PDE plugin project a,d test it in your eclipse.

like image 111
VonC Avatar answered Nov 15 '22 07:11

VonC