Man page of auc_utf_t_to_name(3)

Dieses Dokument ist nur in englischer Sprache verfügbar.

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