SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

libguess1 rpm build for : OpenSuSE 11.X. For other distributions click libguess1.

Name : libguess1
Version : 1.0 Vendor : http://Packman_links2linux_de
Release : 3.pm.4.3 Date : 2011-04-17 23:41:14
Group : System/Libraries Source RPM : libguess1-1.0-3.pm.4.3.src.rpm
Size : 0.03 MB
Packager : packman_links2linux_de
Summary : A high-speed character set detection library
Description :
A high-speed character set detection library

libguess has two functions:

libguess_determine_encoding(const char *inbuf, int length, const char *region);
This detects a character set. Returns an appropriate charset name that can be
passed to iconv_open(). Region is the name of the language or region that the
data is related to, e.g. \'Baltic\' for the Baltic states, or \'Japanese\' for
Japan.

libguess_validate_utf8(const char *inbuf, int length);
This employs libguess\'s DFA-based character set validation rules to ensure that
a string is pure UTF-8. GLib\'s UTF-8 validation functions are broken, for
example.

Just include libguess.h and link to libguess to get these functions in your
program. For your convenience, a pkg-config file is also supplied.
libguess employs discrete-finite automata to deduce the character set of the
input buffer. The advantage of this is that all character sets can be checked
in parallel, and quickly. Right now, libguess passes a byte to each DFA on the
same pass, meaning that the winning character set can be deduced as efficiently
as possible.
libguess is fully reentrant, using only local stack memory for DFA operations.

RPM found in directory: /packages/linux-pbone/packman.iu-bremen.de/suse/openSUSE_11.2/Multimedia/i586

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  libguess1-1.0-3.pm.4.3.i586.rpm
     Search for other platforms
libguess1-1.0-3.pm.4.3.sparc.rpm
libguess1-1.0-3.pm.4.3.alpha.rpm
libguess1-1.0-3.pm.4.3.ppc.rpm
libguess1-1.0-3.pm.4.3.ia64.rpm
libguess1-1.0-3.pm.4.3.s390.rpm

Provides :
libguess.so.1
libguess1
libguess1(x86-32)

Requires :
/sbin/ldconfig
/sbin/ldconfig
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.3)
libmowgli.so.2
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/libguess.so.1
/usr/lib/libguess.so.1.0.0

 
ICM