The OpenNET Project / Index page

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

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

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

bytes (3)
  • >> bytes (3) ( Solaris man: Библиотечные вызовы )
  • bytes (3) ( Linux man: Библиотечные вызовы )
  • 
    
    

    NAME

         bytes - Perl pragma to force byte semantics rather than
         character semantics
    
    
    

    SYNOPSIS

             use bytes;
             no bytes;
    
    
    
    

    DESCRIPTION

         WARNING: The implementation of Unicode support in Perl is
         incomplete.  See the perlunicode manpage for the exact
         details.
    
         The `use bytes' pragma disables character semantics for the
         rest of the lexical scope in which it appears.  `no bytes'
         can be used to reverse the effect of `use bytes' within the
         current lexical scope.
    
         Perl normally assumes character semantics in the presence of
         character data (i.e. data that has come from a source that
         has been marked as being of a particular character
         encoding).
    
         To understand the implications and differences between
         character semantics and byte semantics, see the perlunicode
         manpage.
    
    
    

    SEE ALSO

         the perlunicode manpage, the utf8 manpage
    
    
    
    


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




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

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