Convert ISO Latin-1 charscter to ANSI in linux

Can anybody tell me how i can convert ISO latin-1 character to ANSI in linux ?
I need the converion to be in C++.

Thanks in Advance.
Last edited on
Latin-1 is also known as ISO-8859-1. The basic characters are the same. Just some are missing in ANSI. Here is a list of those missing chars.

http://www.alanwood.net/demos/charsetdiffs.html
Hi RedX,

Thanks for the reply. I need some code that convert a multi-byte string to a Unicode string and i works in Linux platform.
Can you please provide code snippet ?
Topic archived. No new replies allowed.