Web Publishing Installation Guide

Table Of Contents
Configuring the Web Publishing Engine 45
Setting the default text encoding for XSLT requests
When the Web Publishing Engine is first installed, the initial default text encoding for XSLT requests is
UTF-8. For email messages, the default is ISO-8859-1. If necessary, you can change these default text
encoding settings.
You can also override the default setting for individual requests by setting the charset attribute in the
Content-Type request header, or by specifying an encoding with the –encoding query parameter. You can
override the text encoding for email messages by using the fmxslt:send_email(String smtpFields, String body,
String encoding) extension function. See the FileMaker Server Advanced Custom Web Publishing Guide.
To set the default text encoding for XSLT requests:
1. In the Default Text Encoding section of the Custom Web Publishing with XSLT page, choose a default text
encoding from the requests and output pages menu.
2. Choose a default text encoding from the email messages menu.
3. If you are finished making configuration changes in the Administration Console, click Commit to save the
settings.
4. If you want the new committed settings to take effect immediately, click Restart Publishing Engine.
Disabling Custom Web Publishing with XSLT
By default, Custom Web Publishing with XSLT is enabled in the Web Publishing Engine. If necessary, you
can disable it.
Encoding Description
US-ASCII The basic ASCII character set that is typically used for plain text English email.
ISO-8859-1 The Latin 1 character set that is typically used for roman character based web pages and email
messages requiring upper ASCII characters.
ISO-8859-15 The Latin 9 character set, which is almost the same as the Latin 1 character set with the addition
of the Euro
symbol.
ISO-2022-JP The ISO Japanese encoding that is typically used for Japanese email messages.
Shift_JIS The Japanese encoding that is typically used for Japanese web pages.
UTF-8 The eight-bit encoding of Unicode. Using UTF-8 for email messages and web pages is growing
in popularity as major browsers and mail clients have added support. Because UTF-8 supports
the full range of Unicode characters, it can handle pages for any language.