Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Tue May 29 13:42:43 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Iconv_open en anglais

ICONV_OPEN(3) Linux Programmer's Manual ICONV_OPEN(3)
 
NAME


iconv_open - allocate descriptor for character set conversion
 
SYNOPSIS


#include iconv_t iconv_open(const char *tocode, const char *fromcode);
 
DESCRIPTION


The iconv_open() function allocates a conversion descriptor suitable for converting byte sequences from character encoding fromcode to char- acter encoding tocode. The values permitted for fromcode and tocode and the supported combina- tions are system-dependent. For the GNU C library, the permitted val- ues are listed by the iconv --list command, and all combinations of the listed values are supported. Furthermore the GNU C library and the GNU libiconv library support the following two suffixes: //TRANSLIT When the string "//TRANSLIT" is appended to tocode, translitera- tion is activated. This means that when a character cannot be represented in the target character set, it can be approximated through one or several similarly looking characters. //IGNORE When the string "//IGNORE" is appended to tocode, characters that cannot be represented in the target character set will be silently discarded. The resulting conversion descriptor can be used with iconv(3) any num- ber of times. It remains valid until deallocated using iconv_close(3). A conversion descriptor contains a conversion state. After creation using iconv_open(), the state is in the initial state. Using iconv(3) modifies the descriptor's conversion state. (This implies that a con- version descriptor can not be used in multiple threads simultaneously.) To bring the state back to the initial state, use iconv(3) with NULL as inbuf argument.
 
RETURN VALUE


The iconv_open() function returns a freshly allocated conversion descriptor. In case of error, it sets errno and returns (iconv_t) -1.
 
ERRORS


The following error can occur, among others: EINVAL The conversion from fromcode to tocode is not supported by the implementation.
 
CONFORMING TO


UNIX98, POSIX.1-2001.
 
SEE ALSO


iconv(1), iconv(3), iconv_close(3)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. GNU 2007-03-31 ICONV_OPEN(3)


 Dernières recherches
Man  en anglais Man iconv_open en anglaisMan  en français Man iconv_open en français
Man  en anglais Man iconv_close en anglaisMan  en français Man iconv_close en français
Man  en anglais Man iconv en anglaisMan  en français Man iconv en français
Man  en anglais Man hypot en anglaisMan  en français Man hypot en français
Man  en anglais Man hwclock en anglaisMan  en français Man hwclock en français
Man  en anglais Man htb en anglaisMan  en français Man htb en français
Man  en anglais Man hsearch en anglaisMan  en français Man hsearch en français
Man  en anglais Man hosts_options en anglaisMan  en français Man hosts_options en français
Man  en anglais Man hosts_access en anglaisMan  en français Man hosts_access en français
Man  en anglais Man hostid en anglaisMan  en français Man hostid en français
Man  en anglais Man host en anglaisMan  en français Man host en français
Man  en anglais Man pwck en anglaisMan  en français Man pwck en français
Man  en anglais Man exec en anglaisMan  en français Man exec en français
Man  en anglais Man wait en anglaisMan  en français Man wait en français
Man  en anglais Man getitimer en anglaisMan  en français Man getitimer en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher