Is there a tool that provides Unicode code point mapping? The view as a hex editor, except for code points, will be displayed, not bytes.
to clarify:
I want to be able to display a document (either a file or paste content into the clipboard), and immediately have two views of this document,
- Source code, including Unicode characters that are usually displayed
- list of code points corresponding to these characters
and he should be able to highlight an individual character in both representations, so that I can see which code corresponds to a character that is specific to me.
Read-only features will be good for what I need, but reading and writing will also be nice.
source
share