OMNI_BASE_LOCALE_CATEGORY
MACRO

OMNI_BASE_LOCALE_CATEGORY - Defines the underlying locale category to utilize.

SYNOPSIS top

Defines which system locale category to utilize throughout the application; default of LC_ALL.

DESCRIPTION top

If OMNI_NO_BASE_SETLOCALE is not defined, then the setlocale function is called with a category of LC_ALL and an empty locale. If you wish to specify which category and locale to utilize, you can define OMNI_BASE_LOCALE_CATEGORY and OMNI_BASE_LOCALE.

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.