Gab Encoding Converter Console Syntax
GabEncodingConverterConsole {-help | -sfSourceFile -seSourceFileEncoding -dsDestinationFile -dsDestinationFileEncoding}
Where :
- -help will display some help followed by the list of the valid encoding codepages
- SourceFile is the path of a valid source file (1)
- SourceFileEncoding is a valid encoding codepage (2)
- DestinationFile is the path of a valid destination file (1)
- DestinationFileEncoding is a valid encoding codepage (2)
(1) : Use double quotes ("") arround the file path to avoid any problem with spaces in the file path.
(2) : The encoding codepages have to be valid, otherwise the conversion will fail.