Manual Pages for UNIX Darwin command on man colldef
MyWebUniversity

Manual Pages for UNIX Darwin command on man colldef

COLLDEF(1) BSD General Commands Manual COLLDEF(1)

NAME

ccoollllddeeff - convert collation sequence source definition

SYNOPSIS

ccoollllddeeff [-II mapdir] [-oo outfile] [filename]

DESCRIPTION

The ccoollllddeeff utility converts a collation sequence source definition into a format usable by the ssttrrxxffrrmm() and ssttrrccoollll() functions. It is used to define the many ways in which strings can be ordered and collated. The ssttrrxxffrrmm() function transforms its first argument and places the result in

its second argument. The transformed string is such that it can be cor-

rectly ordered with other transformed strings by using ssttrrccmmpp(), ssttrrnnccmmpp(), or mmeemmccmmpp(). The ssttrrccoollll() function transforms its arguments and does a comparison. The ccoollllddeeff 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 infor-

mation in a form usable by system commands and routines. The following options are available:

-II mapdir

Set directory name where charmap files can be found, current directory by default.

-oo outfile

Set output file name, LCCOLLATE 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 com-

ments 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 speci-

fied 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 "replstring" The substitute statement substitutes the character symbol with the string replstring. Symbol names cannot be specified in replstring field. The substitute statement is optional. order orderlist Orderlist 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:

++oo The symbol itself (for example, a for the lower-case letter a).

++oo The symbol in octal representation (for example, \141 for the letter a). ++oo The symbol in hexadecimal representation (for example, \x61 for the letter a). ++oo The symbol name as defined in the charmap file (for example, for letterA \023 record in charmapfile). If character map name have > character, it must be escaped as />, single / must be escaped as //.

++oo Symbols \a, \b, \f, \n, \r, \v are permitted in its usual C-language

meaning. ++oo The symbol chain (for example: abc, c, \xf1b\xf2) ++oo The symbol range (for example, a;...;z).

++oo Comma-separated symbols, ranges and chains enclosed in parenthesis

(for example ( sym1, sym2, ... )) are assigned the same primary ordering but different secondary ordering.

++oo Comma-separated symbols, ranges and chains enclosed in curly brackets

(for example { sym1, sym2, ... }) are assigned the same primary ordering only. The backslash character \ is used for continuation. In this case, no characters are permitted after the backslash character. DIAGNOSTICS The ccoollllddeeff utility exits with the following values: 0 No errors were found and the output was successfully created. !=0 Errors were found. FILES /usr/share/locale//LCCOLLATE The standard shared location for collation orders under the locale .

SEE ALSO

mklocale(1), setlocale(3), strcoll(3), strxfrm(3) BSD January 27, 1995 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™