SET DOCUMENT FORMAT
Sets the format of the application document.
Syntax
SET DOCUMENT FORMAT UTF-8|ANSI|DBCHARSET
Parameters
UTF-8 | Selects the UTF-8 character set and writes a UTF-8 BOM at the beginning of the file. |
ANSI | Selects the ANSII character set. |
DBCHARSET | Selects the character set used by the current database. |
Comments
Identifies the character set used by application documents.
See Also