Internationalisation Environment Variables

This section explains the configuration of internationalization environment variables. It also explains its functionality that provides applications with the capability for correct handling of locale dependent collation sequencing, along with processing of unique character properties, code page data import/export and terminal/printer data input and output

JBASE_I18N

Description

Setting this environment variable switches on UTF8 processing in jBASE.

Values

Set or unset.

Default

Not set.

Setting

UNIX

Windows

JBASEI18N=1
export JBASEI18N

SET JBASEI18N=1

More information on Internationalisation can be found in the jBASE Internationalisation manual.

JBASE_CODEPAGE

Description

Setting this environment variable sets the codepage to use for UTF8 conversion. This will have no effect unless internationalisation is switched on using JBASEI18N..

Values

Any valid code page. Use jcodepages utility for a list of supported code pages.

Default

Not set.

Setting

UNIX

Windows

JBASE_CODEPAGE=latin1
export JBASE_CODEPAGE

SET JBASE_CODEPAGE=latin1

More information on Internationalisation can be found in the jBASE Internationalisation manual.

JBASE_LOCALE

Description

Setting this environment variable sets the locale to use for UTF8 collation, sorting and date settings. This will have no effect unless internationalisation is switched on using JBASEI18N..

Values

Any valid locale. Use jlocales utility for a list of supported locales.

Default

Not set.

Setting

UNIX

Windows

JBASE_LOCALE=en_GB
export JBASE_LOCALE

SET JBASE_LOCALE=en_GB

More information on Internationalisation can be found in the jBASE Internationalisation manual.

JBASE_TIMEZONE

Description

Setting this environment variable sets the timezone to use for UTF8 timestamp conversion into local time for display. This will have no effect unless internationalisation is switched on using JBASEI18N..

Values

Any valid timezone. Use jcodepages utility for a list of supported code pages.

DEFAULT

Not set.

Setting

UNIX

Windows

JBASE_TIMEZONE=Europe/London
export JBASE_TIMEZONE

SET JBASE_TIMEZONE=Europe/London

More information on Internationalisation can be found in the jBASE Internationalisation user guide.

Copyright © 2020- Temenos Headquarters SA

Published on :
Wednesday, October 12, 2022 6:56:57 PM IST

Feedback
x