Installation guide
Table Of Contents
- Gateway Customization Guide
- Contents
- Preface
- Introduction
- Setting Up the Gateway
- Gateway Installation Planning
- HTTP Server Configuration
- Creating a New Gateway Instance
- Gateway .conf File Configuration
- Configuring Gateway Clients
- Gateway Localization
- File Controlling Gateway Functionality
- Editing Entry Types
- Search Attributes, Filters, and Results
- Customizing Graphics and Color
- Parameters Defined in the .conf File
- Gateway Directives
- Introduction
- Context-Related Directives
- Entry-Related Directives
- DS_ENTRYBEGIN
- DS_ENTRYEND
- DS_ATTRIBUTE
- DS_OBJECTCLASS
- DS_VIEW_SWITCHER
- DS_SORTENTRIES
- DS_SEARCHDESC
- DS_POSTEDVALUE
- DS_EDITBUTTON
- DS_DELETEBUTTON
- DS_SAVEBUTTON
- DS_EDITASBUTTON
- DS_NEWPASSWORD
- DS_CONFIRM_NEWPASSWORD
- DS_OLDPASSWORD
- DS_HELPBUTTON
- DS_CLOSEBUTTON
- DS_BEGIN_ENTRYFORM
- DS_END_ENTRYFORM
- DS_EMIT_BASE_HREF
- DS_DNEDITBUTTON
- DS_BEGIN_DNSEARCHFORM
- DS_ATTRVAL_SET
- IF/ ELSE/ ELIF/ ENDIF
- Miscellaneous Directives
- CGI Usage
- Index
- List of Tables

43
Chapter 3
Gateway Localization
This chapter describes gateway localization and identifies the tasks required to set up
additional gateway locales. The chapter contains the following sections:
• Unicode and Support for UTF-8 (page 43)
• How the Gateway Selects a Character Set (page 44)
• Special Characters (page 45)
• Gateway Locales (page 46)
• Setting Up Locales for Translation (page 46)
Unicode and Support for UTF-8
Unicode is a character set containing all the characters of all the world's major languages.
There are different standard methods to encode Unicode, including UCS-2, which is NT's
Unicode version, and UTF-8, the version of Unicode specified by version 3 of the LDAP
protocol.
The Directory Server and associated applications use UTF-8 in versions 2 and 3 of LDAP.
Most software included in the Directory Server uses UTF-8 internally and at interfaces
other than LDAP (for example, in command-line parameters and LDIF files).
NOTE Netscape Communicator and Netscape browsers support UTF-8.