euclen(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

euclen(3c)

Standard C Library Functions                                        euclen(3C)



NAME
       euclen,  euccol,  eucscol  -  get  byte length and display width of EUC
       characters

SYNOPSIS
       #include <euc.h>

       int euclen(const unsigned char *s);


       int euccol(const unsigned char *s);


       int eucscol(const unsigned char *str);

DESCRIPTION
       The euclen() function returns the length in bytes of the Extended  UNIX
       Code  (EUC)  character  pointed to by s, including single-shift charac‐
       ters, if present.


       The euccol() function returns the screen column width of the EUC  char‐
       acter pointed to by s.


       The  eucscol()  function  returns  the  screen  column width of the EUC
       string pointed to by str.


       For the euclen() and euccol(), functions, s points to the first byte of
       the  character.  This  byte  is  examined to determine its codeset. The
       character type table for the current locale is used  for  codeset  byte
       length and display width information.

USAGE
       These functions will work only with EUC locales.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ MT-LevelMT-Safe


SEE ALSO
       getwidth(3C), setlocale(3C), attributes(7)



Oracle Solaris 11.4               11 May 2021                       euclen(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3