punycode_strerror(3) libidn punycode_strerror(3) NNAAMMEE punycode_strerror - API function SSYYNNOOPPSSIISS ##iinncclluuddee <
>
ccoonnsstt cchhaarr ** ppuunnyyccooddee__ssttrreerrrroorr((PPuunnyyccooddee__ssttaattuuss _r_c));;
AARRGGUUMMEENNTTSS
Punycode_status rc
an PPuunnyyccooddee__ssttaattuuss return code.
DDEESSCCRRIIPPTTIIOONN
Convert a return code integer to a text string. This string can be
used to output a diagnostic message to the user.
PPUUNNYYCCOODDEE__SSUUCCCCEESSSS
Successful operation. This value is guaranteed to always be zero, the
remaining ones are only guaranteed to hold non-zero values, for logical
comparison purposes.
PPUUNNYYCCOODDEE__BBAADD__IINNPPUUTT
Input is invalid.
PPUUNNYYCCOODDEE__BBIIGG__OOUUTTPPUUTT
Output would exceed the space provided.
PPUUNNYYCCOODDEE__OOVVEERRFFLLOOWW
Input needs wider integers to process.
Return value: Returns a pointer to a statically allocated string con-
taining a description of the error with the return code _r_c .
RREEPPOORRTTIINNGG BBUUGGSS
Report bugs to