The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

kiconv_add_xlat16_table (3)
  • >> kiconv_add_xlat16_table (3) ( FreeBSD man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    kiconv_add_xlat16_cspair
    
     
    kiconv_add_xlat16_cspairs
    
     
    kiconv_add_xlat16_table
    
     - kernel side iconv library
    
     
    

    LIBRARY

    Lb libkiconv
    
     
    

    SYNOPSIS

       #include <sys/iconv.h>
    int Fo kiconv_add_xlat16_cspair Fa const char *tocode Fa const char *fromcode Fa int flag Fc Ft int Fo kiconv_add_xlat16_cspairs Fa const char *foreigncode Fa const char *localcode Fc Ft int Fo kiconv_add_xlat16_table Fa const char *tocode Fa const char *fromcode Fa const void *data Fa int datalen Fc  

    DESCRIPTION

    The kiconv library provides multi-byte character conversion tables for kernel side iconv service.

    The kiconv_add_xlat16_cspair ();
    function defines a conversion table using iconv(3) between Fa fromcode charset and Fa tocode charset. You can specify Fa flag to determine if tolower(3) / toupper(3) conversion is included in the table. The Fa flag has following values.

    KICONV_LOWER
    KICONV_FROM_LOWER
    It generates a tolower table in addition to a character conversion table. The difference between two is tolower Fa tocode or tolower Fa fromcode .
    KICONV_UPPER
    KICONV_FROM_UPPER
    It generates a toupper table in addition to a character conversion table. The difference between two is toupper Fa tocode or toupper Fa fromcode .

    A tolower/toupper conversion is limited to single-byte characters.

    The kiconv_add_xlat16_cspairs ();
    function defines two conversion tables which are from Fa localcode to Fa foreigncode and from Fa foreigncode to Fa localcode . These conversion tables also contain both tolower and toupper tables.

    The kiconv_add_xlat16_table ();
    function defines a conversion table directly pointed by Fa data whose length is Fa datalen , not using iconv(3).  

    SEE ALSO

    iconv(3), tolower(3), toupper(3), iconv(9)


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру