Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
tld_check_4t(3) | libidn | tld_check_4t(3) |
NAME
tld_check_4t - API functionSYNOPSIS
#include <tld.h>ARGUMENTS
- const uint32_t * in
- Array of unicode code points to process. Does not need to be zero terminated.
- size_t inlen
- Number of unicode code points.
- size_t * errpos
- Position of offending character is returned here.
- const Tld_table * tld
- A Tld_table data structure representing the restrictions for which the input should be tested.
DESCRIPTION
Test each of the code points in in for whether or not they are allowed by the data structure in tld , return the position of the first character for which this is not the case in errpos .REPORTING BUGS
Report bugs to <help-libidn@gnu.org>.COPYRIGHT
Copyright © 2002-2024 Simon Josefsson.SEE ALSO
The full documentation for libidn is maintained as a Texinfo manual. If the info and libidn programs are properly installed at your site, the command- info libidn
- https://www.gnu.org/software/libidn/manual/
1.42 | libidn |