Man page of auc_utf_t_to_name(3)
Index
NAME
auc_utf_t_to_name - retrieve auc_utf_t values as strings
SYNOPSIS
C/C++ #include <auc.h> const char * auc_utf_t_to_name(auc_utf_t utf)
DESCRIPTION
AutoUniConv's auc_utf_t_to_name() is a convenience function that returns a string representation of numerical auc_utf_t values.
RETURN VALUE
If a defined auc_utf_t value is passed to auc_utf_t_to_name(), its read-only string representation is returned (i.e. "UTF-8").
If an undefined auc_utf_t value is passed to auc_utf_t_to_name(), the read-only string "Undefined UTF" is returned.
The memory the returned string is stored in must not be freed.
SEE ALSO
auc_conv(3), auc_nconv(3)
AutoUniConv User Manual
COPYRIGHT AND LICENSE
Copyright (c) 2010 Lingua-Systems Software GmbH


