You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

JobScheduler is able to accept all Unicode characters in the scheduler log.

This means that Unicode-characters sent to stdout or stderr by scripts or programs executed by JobScheduler will be shown correctly.

All other texts, e.g.:

  • error-, warning and info messages,
  • GUI-texts,
  • log-file entries,
  • help- and tooltip-texts
  • ...
    are in currently (April 2013) available in English and German only.

However a major topic on the JobScheduler road-map is the translation of all texts.
To this end the internationalization (i18n) of the GUIs has been completed and translation (localization, L11n) of the interface texts is in progress.
See How to make a localized version of JOE and other JobScheduler components

Note that JOE (the JobScheduler Object Editor), which is used to create the xml-configuration for JS Objects, will create the xml-files encoded in ISO-8859-1. To use Unicode, this encoding has to be changed to UTF-8.

  • No labels