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?
|
|
You can also look-up a character in the Unicode database using the Character Properties Unicode Utility at http://unicode.org/. I've made a Firefox Search Engine to search via that utility. So, just copy-and-paste from your favourite editor into the search box. See the list of online tools at http://unicode.org/. E.g. it lists Unicode Lookup by Jonathan Hedley. |
|||
|
|
|
|
Here's a Python script to show information about Unicode characters on a Windows clipboard. So, just copy the character in your favourite editor, then run this program. Not built-in to Eclipse, but it's what I'll probably use when I haven't got a better option.
|
|||
|
|
|
|
Here's the related question how to do it independently from eclipse. |
||
|
|
|
|
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: 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. |
||
|
