Difference between revisions of "Libiconv"

From Free Software Directory
Jump to: navigation, search
(resources)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU libiconv
 
|Name=GNU libiconv
|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=https://www.gnu.org/software/libiconv/
 
|Homepage URL=https://www.gnu.org/software/libiconv/
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/libiconv.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/libiconv.git
 +
|Documentation note='''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
|Donate=https://my.fsf.org/donate
+
|Donate=https://my.fsf.org/donate/
|Related projects=HTML_Code_Convert,uni2ascii.Libc
+
|Related projects=gnustandards,HTML_Code_Convert,uni2ascii,Libc
 
|Keywords=internationalization,library,character set,iconv,libiconv,Unicode localization
 
|Keywords=internationalization,library,character set,iconv,libiconv,Unicode localization
 
|Version identifier=1.15
 
|Version identifier=1.15
Line 15: Line 29:
 
|Version download=https://ftp.gnu.org/gnu/libiconv/libiconv-1.15.tar.gz
 
|Version download=https://ftp.gnu.org/gnu/libiconv/libiconv-1.15.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/06/21
+
|Last review date=2019/01/19
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011/04/12
+
|Submitted date=2011/04/01
 
|User level=none
 
|User level=none
 +
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/libiconv/libiconv-1.15.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
Line 43: Line 59:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/libiconv
+
|Resource URL=https://savannah.gnu.org/projects/libiconv/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.savannah.gnu.org/cgit/libiconv.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/libiconv.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gnu-libiconv
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gnu-libiconv/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/libiconv
+
|Resource URL=https://ftp.gnu.org/old-gnu/libiconv/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/libiconv/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
 
|Resource URL=https://translationproject.org/domain/libiconv.html
 
|Resource URL=https://translationproject.org/domain/libiconv.html
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category

Revision as of 03:09, 19 January 2019


[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










"Savannah (Ref)" 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.