Character set translation takes place if the client and server locales are different. Character set translation is enabled by default in Sybase IQ servers version 12.6. You can turn character set conversion on and off explicitly on the database server command line.
Enabling character set translation on a database server
Start the database server using the -ct+
command-line
option. For example:
start_asiq -ct+ asiqdemo.db
Disabling character set translation on a database server:
Start the database server using the -ct-
command-line
option. For example:
start_asiq -ct- asiqdemo.db