Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

E.g, if your script or program, execeuted executed under control of JobScheduler, put some unicodeUnicode-characters to stdout or stderr, this will be shown correctly.

...

  • error-, warning and info messages,
  • GUI-text,
  • log-file entries,
  • help- and tooltip-texts
  • ...

are in english English and german German only.

One major topic on the road-map of JobScheduler is the translation (i18n = internationalization) of all texts.

JOE (the JobScheduler Object Editor), which is used to create the xml-configuration for JS Objects, will create the xml-files with an encoding of ISO-8859-1. To use unicodeUnicode, one has to change this encoding to "utf-8" (or something like that).