AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

libiconv - Conversion between encodings [DLL/CMD]

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
heresy



Joined: 11 Mar 2008
Posts: 269

PostPosted: Fri May 30, 2008 10:38 am    Post subject: libiconv - Conversion between encodings [DLL/CMD] Reply with quote

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
View user's profile Send private message
twhyman



Joined: 07 Dec 2005
Posts: 218

PostPosted: Tue Jun 03, 2008 10:58 am    Post subject: Reply with quote

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
View user's profile Send private message
heresy



Joined: 11 Mar 2008
Posts: 269

PostPosted: Tue Jun 10, 2008 9:35 am    Post subject: Reply with quote

sorry for late reply.

there are docs of exported functions. i think you've missed it.

Quote:
The library functions
iconv_open.3.html
iconv.3.html
iconv_close.3.html
iconvctl.3.html

_________________
Easy WinAPI - Dive into Windows API World
Benchmark your AutoHotkey skills at PlayAHK.com
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group