njb_set_unicode(3)
NAME
- NJB_Set_Unicode - Set the mode of strings sent back and
- forth to libnjb.
LIBRARY
libnjb
SYNOPSIS
#include <libnjb.h> extern int njb_error NJB_Set_Unicode (int unicode_mode)
DESCRIPTION
- NJB_Set_Unicode select which character encoding system
- that will be used for strings sent back and forth to libnjb.
ARGUMENT VALUES
Possible values are
- NJB_UC_8859
- Use ISO 8859-1 character encoding. This is also
- the default.
- NJB_UC_UTF8
- Use Unicode Transformation Format 8, which is
- currently the only supported unicode mode. This is perfered in
- unicode-aware desktop environments like GNOME 2 or KDE 3 for ex
- ample.
October 2002