On Sat, Feb 06 2016, Eli Zaretskii wrote: > Maybe we should display with those +/- widgets that allow > showing and hiding portions of the characters, so that each 256 > characters could be shown or hidden separately? Here is an updated version that uses +/- buttons. > Also, I think unassigned codepoints should not be shown, and the same > for Surrogates and Private-Area codepoints. They will never yield > anything but those rectangles with a codepoint in hex inside them. The categories Cn, Cs, and Co are now hidden by default. For some reason, raw bytes also belong to the Cn category so are not shown by default. I discovered that Emacs displays 8-bit control codes the same as raw bytes, e.g. the char-codes #x82 and #x3FFF82 are both displayed as \202. I think this is confusing. > Finally, I think a command to insert the character at point into > another buffer would be a good addition. I added that, too. Helmut