cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Convert ISO Latin-1 charscter to ANSI in
Convert ISO Latin-1 charscter to ANSI in linux
Jun 25, 2010 at 7:56am UTC
linuxcodebgh
(2)
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
Jun 25, 2010 at 7:57am UTC
Jun 25, 2010 at 10:11am UTC
RedX
(156)
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
Jun 28, 2010 at 12:15pm UTC
linuxcodebgh
(2)
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.