Skip to main content

Change Encoding

Allows changing of file encoding.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • File Path - Path of the file for which encoding needs to be changed.
  • Save Path - Path where the file with changed encoding will be saved.

Options

  • Open with Encoding - Choose the encoding format in which the file will be opened. Available formats are:

    • UTF-8
    • UTF-16
    • Windows 1250
    • ...
    • Macintosh
    • KOI8-R
  • Save with Encoding - Choose the encoding format in which the file will be saved. Available formats are:

    • UTF-8
    • UTF-16
    • Windows 1250
    • ...
    • Macintosh
    • KOI8-R