./converters/libiconv, Character set conversion library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2007Q4, Version: 1.12, Package name: libiconv-1.12, Maintainer: rh

libiconv is a character set conversion library that provides an iconv()
implementation for use on systems which don't have one, or whose
implementation cannot convert from/to Unicode.

It provides support for many encodings and can convert from any of
these encodings to any other, through Unicode conversion.

It has also some limited support for transliteration, i.e. when a character
cannot be represented in the target character set, it can be approximated
through one or several similarly looking characters. Transliteration is
activated when "//TRANSLIT" is appended to the target encoding name.

libiconv is for you if your application needs to support multiple character
encodings, but that support lacks from your system.



Package options: libiconv-cp932

Master sites: (Expand)

SHA1: a5738d7dfbbd01c49e8ce026ea4ffa0f01af0179
RMD160: 74a63c1a2963ac1729c1ac7adfec8fd397a685bd
Filesize: 4407.528 KB

Version history: (Expand)


CVS history: (Expand)


   2008-01-09 18:25:46 by Geert Hendrickx | Files touched by this commit (2)
Log message:
Pullup ticket 2258 - requested by sketch
build fix for libiconv

- pkgsrc/converters/libiconv/distinfo			1.28
- pkgsrc/converters/libiconv/patches/patch-ac		1.5

   Module Name:		pkgsrc
   Committed By:	sketch
   Date:		Tue Jan  8 22:08:37 UTC 2008

   Modified Files:
	   pkgsrc/converters/libiconv: distinfo
   Added Files:
	   pkgsrc/converters/libiconv/patches: patch-ac

   Log message:
   Remove the preprocessor test for 'long long int', it fails with SunPro
   causing later compile-time tests to break.  Taken from gnulib change
   in http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html