Specifies the code page that should be used by READ, INPUT, and OUTPUT statements.
Identifier or string
Use system code page (empty string)
Can be set as a temporary option only, for the duration of the current connection.
This option is used to specify the code page to use when reading or writing files. It cannot be set permanently. The default code page is the default code page for the platform you are running on. On English Windows computers, the default code page is 1252.
Interactive SQL determines the code page that is used for a particular INPUT, OUTPUT, or READ statement as follows, where code page values occurring earlier in the list take precedence over those occurring later in the list:
For more information about code pages and character sets, see International language and character set tasks.
Set the encoding to UTF-16 (for reading Unicode files):
SET TEMPORARY OPTION default_isql_encoding = 'UTF-16'; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |