The OpenNET Project / Index page

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

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

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

colldef (1)
  • >> colldef (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня )

  • BSD mandoc
     

    NAME

    
    
    colldef
    
     - convert collation sequence source definition
    
     
    

    SYNOPSIS

    [-I map_dir ] [-o out_file ] [filename ]  

    DESCRIPTION

    The utility converts a collation sequence source definition into a format usable by the strxfrm ();
    and strcoll ();
    functions. It is used to define the many ways in which strings can be ordered and collated. The strxfrm ();
    function transforms its first argument and places the result in its second argument. The transformed string is such that it can be correctly ordered with other transformed strings by using strcmp (,);
    strncmp (,);
    or memcmp (.);
    The strcoll ();
    function transforms its arguments and does a comparison.

    The utility reads the collation sequence source definition from the standard input and stores the converted definition in filename. The output file produced contains the database with collating sequence information in a form usable by system commands and routines.

    The following options are available:

    -I map_dir
    Set directory name where charmap files can be found, current directory by default.
    -o out_file
    Set output file name, LC_COLLATE by default.

    The collation sequence definition specifies a set of collating elements and the rules defining how strings containing these should be ordered. This is most useful for different language definitions.

    The specification file can consist of three statements: charmap substitute and order

    Of these, only the order statement is required. When charmap or substitute is supplied, these statements must be ordered as above. Any statements after the order statement are ignored.

    Lines in the specification file beginning with a `#' are treated as comments and are ignored. Blank lines are also ignored.

    "charmap charmapfile"

    Charmap defines where a mapping of the character and collating element symbols to the actual character encoding can be found.

    The format of charmapfile is shown below. Symbol names are separated from their values by TAB or SPACE characters. Symbol-value can be specified in a hexadecimal (\x??) or octal (\???) representation, and can be only one character in length.

    symbol-name1 symbol-value1
    symbol-name2 symbol-value2
    ...
    

    Symbol names cannot be specified in substitute fields.

    The charmap statement is optional.

    substitute "symbol" with "repl_string"
    

    The substitute statement substitutes the character symbol with the string repl_string Symbol names cannot be specified in repl_string field. The substitute statement is optional.

    "order order_list"

    Order_list is a list of symbols, separated by semi colons, that defines the collating sequence. The special symbol ... specifies, in a short-hand form, symbols that are sequential in machine code order.

    An order list element can be represented in any one of the following ways:

    The backslash character \ is used for continuation. In this case, no characters are permitted after the backslash character.  

    FILES

    /usr/share/locale/ Ao language Ac /LC_COLLATE
    The standard shared location for collation orders under the locale Aq Ar language .

     

    EXIT STATUS

    The utility exits with the following values:

    0
    No errors were found and the output was successfully created.
    !=0
    Errors were found.

     

    SEE ALSO

    mklocale(1), setlocale(3), strcoll(3), strxfrm(3)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    FILES
    EXIT STATUS
    SEE ALSO


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




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

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