Contents Index The Encodings section International language and character set tasks

ASA Database Administration Guide
  International Languages and Character Sets
    Collation internals

The Properties section


The properties section is optional, and follows the encodings section.

If a properties section is supplied, an encodings section must be supplied also.

The properties section lists values for the first-byte of each character that represent alphabetic characters, digits, or spaces.

The Shift-JIS properties section is as follows:

Properties:
space: [\x09-\x0d,\x20]
digit: [\x30-\x39]
alpha: [\x41-\x5a,\x61-\x7a,\x81-\x9f,\xe0-\xef]

This indicates that characters with first bytes \x09 to \x0d, as well as \x20, are to be treated as space characters, digits are found in the range \x30 to \x39 inclusive, and alphabetic characters in the four ranges \x41-\x5a, \x61-\x7a, \x81-\x9f, and \xe0-\xef.


Contents Index The Encodings section International language and character set tasks