Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Specification of NLS Characteristics – @NLS1 Table : Enabling NLS

Enabling NLS
When installed, the @NLS1 table is defined and contains no occurrences. With @NLS1 in this state, a TIBCO Object Service Broker system has NLS disabled. To enable NLS, the SELF and REMOTE occurrences must exist and contain valid entries. The ASCII occurrence is optional. It is ignored on z/OS. For Windows and Solaris, it must contain a valid entry if present.
A valid entry for the SELF occurrence defines the locale.codepage for the data stored in the Data Object Broker; that is, the folding rules to be used and the explicit code page used to represent character data in user‑defined TDS tables (the TDS code page).
A valid entry for the REMOTE occurrence defines the locale.codepage for data transmitted in peer‑to‑peer communication (communication code page).
Additional locale.codepage Requirements
The following requirements and conventions apply:
The locale.codepage specification must be left justified in the field with no leading blanks. Alphabetic letters must be uppercase.
An explicit code page specification without a leading locale part is valid if a leading period precedes the code page. For example, the form .IBM‑278 is valid and is considered equivalent to the specification ENGL.IBM‑278.
A specification of ENGL for the locale is valid for all valid code page parts, enabling such specifications as ENGL.IBM‑278. This example defines the semantics for the ENGL locale (folding rules) applied to the IBM‑278 Swedish EBCDIC code page.
Example Values for @NLS1
Example 1
A suitable set of values for an English language installation of TIBCO Object Service Broker in the U.S. is:
1, 'SELF' , '' , 'ENGL.IBM‑037'
2, 'REMOTE' , '' , 'ENGL.IBM‑037'
Example 2
A suitable set of values for a Swedish installation of TIBCO Object Service Broker running on Windows is:
1, 'SELF' , '' , 'SVEN.IBM‑037'
2, 'REMOTE' , '' , 'SVEN.IBM‑037'

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved