Starting the Job Scheduler with UTF-8 enabled

Interface tasks now import and export multi-byte characters using UTF-8 encoding.

This section provides instructions for an Oracle database. If you are using a different database, refer to your database documentation for instructions.

JDBC setting for Oracle:

set NLS_LANG=AMERICAN_AMERICA.UTF8

com.workbrain.app.scheduler.enterprise.shell.SchedulerService ...