xo_no_setlocale - Man Page
prevent implicit call to setlocale
Library
Text, XML, JSON, and HTML Output Emission Library (libxo, -lxo)
Synopsis
#include <libxo/xo.h
>
void
xo_no_setlocale
(void);
Description
libxo automatically initializes the locale based on the setting of the environment variables LC_CTYPE
, LANG
, and LC_ALL
. The first of this list of variables is used and if none of the variables are set, the locale defaults to UTF-8. The caller may wish to avoid this behavior, and can do so by calling the xo_no_setlocale
() function.
See Also
xo_emit(3), xo_open_container(3), xo_open_list(3), xo_format(5), libxo(3)
History
The libxo library first appeared in FreeBSD 11.0.
Authors
libxo was written by Phil Shafer <phil@freebsd.org>.
Additional Documentation
FreeBSD uses libxo version 1.6.0. Complete documentation can be found on github:
https://juniper.github.io/libxo/1.6.0/html/index.html
libxo lives on github as:
https://github.com/Juniper/libxo
The latest release of libxo is available at:
https://github.com/Juniper/libxo/releases
History
The libxo library was added in FreeBSD 11.0.
Author
Phil Shafer