loge.hixie.ch

Hixie's Natural Log

2003-04-16 02:16 UTC Finding encodings from codepoints

Does anyone know of a site that, given a code point ("0xC6") and a UNICODE character ("U+0027"), will return a character encoding? In other words, is there a site where I can ask the question "in which encoding is 0xC6 an apostrophe"?

It seems like it would be easy to implement given a bunch of codepoint to UNICODE mapping tables (such as those that any Web browser contains). I guess if no-one knows of one I'll just have to make my own...