The locale is used for searching the file-system for an appropriate
Compose file. The search order is described in Compose(5). It is
affected by the following environment variables:
XCOMPOSEFILE, HOME, XLOCALEDIR.
@param context
The library context in which to create the compose table.
@param locale
The current locale. See @ref compose-locale.
@param flags
Optional flags for the compose table, or 0.
@returns A compose table for the given locale, or NULL if the
compilation failed or a Compose file was not found.
Create a compose table for a given locale.
The locale is used for searching the file-system for an appropriate Compose file. The search order is described in Compose(5). It is affected by the following environment variables: XCOMPOSEFILE, HOME, XLOCALEDIR.
@param context The library context in which to create the compose table. @param locale The current locale. See @ref compose-locale. @param flags Optional flags for the compose table, or 0.
@returns A compose table for the given locale, or NULL if the compilation failed or a Compose file was not found.
@memberof xkb_compose_table