Difference between revisions of "Libiconv"

From Free Software Directory
Jump to: navigation, search
(Updates from bug report)
Line 3: Line 3:
 
|Short description=Converts between character encodings
 
|Short description=Converts between character encodings
 
|Full description=libiconv converts from one character encoding to another through Unicode conversion (see Web page for full list of supported encodings). It has also limited support for transliteration, i.e. when a character cannot be represented in the target character set, it is approximated through one or several similar looking characters. It is useful if your application needs to support multiple character encodings, but that support lacks from your system.
 
|Full description=libiconv converts from one character encoding to another through Unicode conversion (see Web page for full list of supported encodings). It has also limited support for transliteration, i.e. when a character cannot be represented in the target character set, it is approximated through one or several similar looking characters. It is useful if your application needs to support multiple character encodings, but that support lacks from your system.
 +
|Homepage URL=http://www.gnu.org/software/libiconv/
 +
|Is GNU=Yes
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.gnu.org/software/libiconv/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
 
|Documentation note=User manpage available in HTML format from http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html
 
|Documentation note=User manpage available in HTML format from http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=HTML_Code_Convert,uni2ascii
 
|Related projects=HTML_Code_Convert,uni2ascii
 
|Keywords=internationalization,library,character set,iconv,libiconv,Unicode localization
 
|Keywords=internationalization,library,character set,iconv,libiconv,Unicode localization
|Is GNU=y
+
|Version identifier=1.14
 +
|Version date=2011/08/07
 +
|Version status=stable
 +
|Version download=http://ftp.gnu.org/gnu/libiconv/libiconv-1.14.tar.gz
 
|Last review by=Janet Casey
 
|Last review by=Janet Casey
 
|Last review date=2008-05-09
 
|Last review date=2008-05-09
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.13.1
 
|Version date=2009-07-02
 
|Version status=stable
 
|Version download=http://ftp.gnu.org/gnu/libiconv/libiconv-1.13.1.tar.gz
 
 
|License verified date=2009-07-13
 
|License verified date=2009-07-13
|Version comment=
+
}}
 +
{{Project license
 +
|License=LGPL
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-07-13
 +
}}
 +
{{Project license
 +
|License=LGPLv2orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-07-13
 +
}}
 +
{{Project license
 +
|License=LGPL
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-07-13
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Emanuel Zephir
 +
|License verified date=2012/06/30
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Bruno Haible
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Bruno Haible
 
 
|Email=bruno@clisp.org
 
|Email=bruno@clisp.org
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Akira Hatakeyama
 
|Role=Contributor
 
|Role=Contributor
|Real name=Akira Hatakeyama
 
 
|Email=akira@sra.co.jp
 
|Email=akira@sra.co.jp
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Juan Manuel Guerrero
 
|Role=Contributor
 
|Role=Contributor
|Real name=Juan Manuel Guerrero
 
 
|Email=st001906@hrz1.hrz.tu-darmstadt.de
 
|Email=st001906@hrz1.hrz.tu-darmstadt.de
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Taro Muraoka
 
|Role=Contributor
 
|Role=Contributor
|Real name=Taro Muraoka
 
 
|Email=koron@tka.att.ne.jp
 
|Email=koron@tka.att.ne.jp
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://sourceforge.net/cvs/?group_id=51585
+
|Resource URL=http://git.savannah.gnu.org/gitweb/?p=libiconv.git
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=E-mail
 
|Resource URL=mailto:USER@cvs.libiconv.sourceforge.net:/cvsroot/libiconv
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 68: Line 71:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Developer Portal
|Resource kind=E-mail
+
|Resource kind=Developer
|Resource URL=mailto:linux-utf8@nl.linux.org
+
|Resource URL=https://savannah.gnu.org/projects/libiconv
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=console,library
+
|Interface=console, library
|Library=localization
+
|Use=library, localization
|Use=library,localization
 
}}
 
{{Project license
 
|License=LGPL
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-07-13
 
}}
 
{{Project license
 
|License=LGPLv2orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-07-13
 
}}
 
{{Project license
 
|License=LGPL
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-07-13
 
 
}}
 
}}
 +
{{Featured}}

Revision as of 11:11, 30 June 2012


[edit]

GNU libiconv

https://www.gnu.org/software/libiconv/
Converts between character encodings.

Libiconv converts from one character encoding to another through Unicode conversion (see Web page for full list of supported encodings). It has also limited support for transliteration, i.e. when a character cannot be represented in the target character set, it is approximated through one or several similar looking characters. It is useful if your application needs to support multiple character encodings, but that support lacks from your system.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

16 June 2022

Verified by

Genium

Verified on

16 June 2022

Notes

https://git.savannah.gnu.org/gitweb/?p=libiconv.git;a=blob;f=COPYING.LIB

  • applies to part: libiconv and libcharset libraries




Leaders and contributors

Contact(s)Role
Bruno Haible Maintainer


Resources and communication

AudienceResource typeURI
FTPMailing Listhttps://ftpmirror.gnu.org/libiconv/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/libiconv.git/
WikidataGeneralhttps://www.wikidata.org/wiki/Q62860422
BugsMailing Listhttps://lists.gnu.org/mailman/listinfo/bug-gnu-libiconv/
FTPDownloadhttps://ftp.gnu.org/old-gnu/libiconv/
SavannahDeveloperhttps://savannah.gnu.org/projects/libiconv/
Generalhttps://translationproject.org/domain/libiconv.html
FTPDownloadhttps://ftp.gnu.org/gnu/libiconv/


Software prerequisites

This entry (in part or in whole) was last reviewed on 16 June 2022.




Entry
































"Developer Portal" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.