General
The XPRNLS library must be initialized with a call to XNLSinit before being used. This initialization function may be called several times and each call must be matched with a call to XNLSfinish after terminating the use of the library.
All encoding conversion routines expect an encoding ID to identify an encoding. This numerical identifier is obtained from an encoding name via XNLSgetencid.
XNLSfinish |
Release resources used by the library.
|
XNLSgetencid |
Get the ID associated with an encoding name.
|
XNLSgetencname |
Get the name corresponding to an encoding ID.
|
XNLSinit |
Initialize the library.
|