G Double byte

This appendix contains these topics:

G.1 For Windows Server Install

  1. Stop LegaSuite server if it is running. Use a text editor tool such as MS Notepad or MS WordPad to open the LEGASUITE.INI file, located in the following folder:

    C:\Program Files\SEAGULL\LegaSuite Server\4.1xxx.xxxx

  2. In [A93APP] section, change the value of CCSID parameter from 500 to the appropriate values (i.e. 930 for Japanese, 933 for Korean, 927 for Traditional Chinese, or 926 for Simplified Chinese).

  3. Use a text editor tool, such as MS Notepad or MS WordPad to open LEGASUITE.HTML file, located in the following folder:

    C:\Inetpub\wwwroot

  4. Change the value of the parameter for 'FontUsage' from 2 to 0. Example of the value of the parameter after your change:

    "theApplet.addParameter('FontUsage', '0')"

G.2 For IBM i Server Install

  1. Stop LegaSuite server if it is running. Open LEGASUITE.INI file located in the following IFS directory path:

    \root\LEGASRV

  2. In [A91APP] section, change the value of CCSID parameter from 500 to the appropriate values (i.e. 930 for Japanese, 933 for Korean, 927 for Traditional Chinese, or 926 for Simplified Chinese).

  3. Use a text editor tool, such as MS Notepad or MS WordPad, to open LEGASUITE.HTML file, located in the following directory path:

    Your_webserver_root/jwalk/ (/www/apachedft/htdocs/JWALK if you use Apache web server)

  4. Change the value of the parameter for 'FontUsage' from 2 to 0. Example of the value of the parameter after your change:

    "theApplet.addParameter('FontUsage', '0')"