Option
|
Description
|
---|---|
No option/
Factory setting |
The console locale setting is used, unless overridden with the server-side or client-side parameters in the solid.ini file.
If the server-side Srv.ODBCDefaultCharBinding or client-side Client.ODBCCharBinding parameter is set to UTF8, the locale of the console must support UTF-8.
|
-m
|
The console locale setting is used, despite the server-side or client-side parameters in the solid.ini file.
|
-M<locale_name>
|
The locale console setting is overridden with the locale defined with <locale_name>. The <locale_name> depends on the operating system.
For example, in Linux environments, the locale name for the code page GB18030 in Chinese/China is zh_CN.gb18030.
In Windows environments, the locale name for Latin1 code page in Finnish/Finland is fin_fin.1252.
|
-u
|
Input/output is forced to UTF-8.
|