The OpenNET Project / Index page

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

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

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

towctrans (3)
  • >> towctrans (3) ( Solaris man: Библиотечные вызовы )
  • towctrans (3) ( FreeBSD man: Библиотечные вызовы )
  • towctrans (3) ( Русские man: Библиотечные вызовы )
  • towctrans (3) ( Linux man: Библиотечные вызовы )
  • towctrans (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    towctrans - wide-character mapping
     
    

    SYNOPSIS

    #include <wctype.h>
    

    wint_t towctrans(wint_t wc, wctrans_t desc);  

    DESCRIPTION

    The towctrans() function maps the wide character wc using the mapping described by desc. The current setting of the LC_CTYPE category shall be the same as during the call to wctrans() that returned the value desc.

    The function call towctrans(wc, wctrans("tolower")) behaves the same as towlower(wc).

    The function call towctrans(wc, wctrans("toupper")) behaves the same as towupper(wc).  

    RETURN VALUES

    The towctrans() function returns the mapped value of wc, using the mapping described by desc; otherwise, it returns wc unchanged.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE
    CSIEnabled
    Interface StabilityStandard
    MT-LevelMT-Safe with exceptions

     

    SEE ALSO

    setlocale(3C), wctrans(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ATTRIBUTES
    SEE ALSO


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




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

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