Appendix D: Enabling Multibyte Character Support

Follow the instructions in this section to enable multibyte character support. These instructions are written for Simplified Chinese. You can replace the Simplified Chinese coding with the encoding you want to install with.

Windows

  1. Change to the %SYBASE%\ASE-12_5\bin directory, and load the Simplified Chinese character set, where servername is the name of the machine on which Adaptive Server is running:

    .\charset.exe -Usa -P -S<servername> binary.srt eucgb
    
  2. Reconfigure Adaptive Server to use the new character set, and shut down the system:

    cd %SYBASE%\OCS-12_5\bin
    .\isql -Usa -P -S<servername> 
    sp_configure "default character set id", 170, bin_eucgb
    go
    shutdown
    go
    
  3. Restart Adaptive Server twice:

    cd %SYBASE%\ASE-12_5\install
    .\RUN_<servername>.bat
    .\RUN_<servername>.bat
    

    Do not close the window after you start Adaptive Server the second time.

  4. Install Portal Studio, Interface, and Search. See “Installing Enterprise Portal 6.0”.