html File Encoding Setting¶
Topics
Overview¶
Encoding setting of html file is described in this section.In intra-mart Accel Platform, [UTF-8] is recommended as html file encoding.A function to determine character code exists in eclipse for HTML file edit, but it would be the setting value ofJavaVM option [-Dfile.encoding] in initial setting, so the file may be created or loaded by the character code other than UTF-8.Therefore, following setting should be done.Note
[-Dfile.encoding=UTF-8] is specified for eBuilder8.ini from 2012 Winter version.Because of this, following setting is made as initial setting.
Encoding Setting¶
html file encoding is specified by the following steps.
- Select [Window]-[Setting] in menu bar.
- Select [HTML Files] on [Web] page and set the following 2 encodings.
- Change [Loading files] encoding to [ISO 10646/uni code(UTF-8)].
- Change [Creating files] encoding to [ISO 10646/uni code(UTF-8)].