windowsCodePage property

  1. @nonVirtual
int? windowsCodePage
final

The code page that should be used when executing this CliTool on windows.

Can be set to null, to use the default code page of the system.

Implementation

@nonVirtual
final int? windowsCodePage;