[EMAIL PROTECTED] writes: > Say, I have given a 2-Byte Unicode character code. How can I quickly > find out, how the corresponding > character *should* look like according to the standard?
How about looking it up in the standard, which has representative glyphs for all defined codepoints in numeric order? Either the paper copy or the PDFs available at http://www.unicode.org/charts/ While the charts are listed by name on that page, if you hover over the link the actual files are named by the initial codepoint of the block, so you can look in your browser's status bar. Or am I missing something in your question? -- Tom Emerson Basis Technology Corp. Software Architect http://www.basistech.com "Beware the lollipop of mediocrity: lick it once and you suck forever"

