| View previous topic :: View next topic |
| Author |
Message |
heresy
Joined: 11 Mar 2008 Posts: 269
|
Posted: Fri May 30, 2008 10:38 am Post subject: libiconv - Conversion between encodings [DLL/CMD] |
|
|
| Quote: | Introduction to libiconv
For historical reasons, international text is often encoded using a language or country dependent character encoding. With the advent of the internet and the frequent exchange of text across countries - even the viewing of a web page from a foreign country is a "text exchange" in this context -, conversions between these encodings have become important. They have also become a problem, because many characters which are present in one encoding are absent in many other encodings. To solve this mess, the Unicode encoding has been created. It is a super-encoding of all others and is therefore the default encoding for new text formats like XML.
Still, many computers still operate in locale with a traditional (limited) character encoding. Some programs, like mailers and web browsers, must be able to convert between a given text encoding and the user's encoding. Other programs internally store strings in Unicode, to facilitate internal processing, and need to convert between internal string representation (Unicode) and external string representation (a traditional encoding) when they are doing I/O. GNU libiconv is a conversion library for both kinds of applications.
[Homepage]
[Download Win32 Binary] |
| Code: | | iconv [OPTION...] [-f encoding] [-t encoding] [inputfile ...] |
_________________ Easy WinAPI - Dive into Windows API World
Benchmark your AutoHotkey skills at PlayAHK.com |
|
| Back to top |
|
 |
twhyman
Joined: 07 Dec 2005 Posts: 218
|
Posted: Tue Jun 03, 2008 10:58 am Post subject: |
|
|
Hi,
Can you post some dll usage examples, cause i did not find any
Documentation on he to use the functions.
Thanks
Twhyman |
|
| Back to top |
|
 |
heresy
Joined: 11 Mar 2008 Posts: 269
|
Posted: Tue Jun 10, 2008 9:35 am Post subject: |
|
|
sorry for late reply.
there are docs of exported functions. i think you've missed it.
_________________ Easy WinAPI - Dive into Windows API World
Benchmark your AutoHotkey skills at PlayAHK.com |
|
| Back to top |
|
 |
|