Finding Unicode character map for a given encoding

Hi!
Say I need to extract all the Unicode code points from a random encoding, like for example OEM 850 or Windows-1250. As in, take the code point 0xB1 from OEM 850 and retrieve automatically 0x2952.
Is there a database in a header containing the mapping of all those, or I have to manually insert them?
Thank you.
Topic archived. No new replies allowed.