Skip to content

Commit f660875

Browse files
pesseSamuel Nitsche
authored andcommitted
Update documentation to describe localization
1 parent ba4b5b9 commit f660875

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ You can also download all development versions from [Bintray](https://bintray.co
2727
The latest CLI is always compatible with all database frameworks of the same minor version.
2828
For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x and 3.1.x.
2929

30+
## Localization and NLS settings
31+
utPLSQL-cli will use the environment variables "LC_ALL" or "LANG" to change the locale and therefore the NLS settings.
32+
If neither environment variable is available, it will use the JVM default locale.
33+
34+
Example: to change the NLS-settings to English American, you can do the following:
35+
```
36+
export LC_ALL=en_US.utf-8
37+
```
38+
39+
The charset-part of LC_ALL is ignored.
40+
3041
## Usage
3142

3243
`utplsql run <ConnectionURL> [-p=(ut_path|ut_paths)] [-f=format [-o=output_file] [-s] ...]`

0 commit comments

Comments
 (0)