1 Libidn examples/README -- Information about files in examples/ directory.
2 Copyright (C) 2003, 2004 Simon Josefsson
3 See the end for copying conditions.
5 This directory contains examples on how to use Libidn.
7 * Example 1:: Example using stringprep.
8 This example demonstrates how the stringprep functions are used.
10 * Example 2:: Example using punycode.
11 This example demonstrates how the punycode functions are used.
13 * Example 3:: Example using IDNA ToASCII.
14 This example demonstrates how the library is used to convert
15 internationalized domain names into ASCII compatible names.
17 * Example 4:: Example using IDNA ToUnicode.
18 This example demonstrates how the library is used to convert ASCII
19 compatible names to internationalized domain names.
21 * Example 5:: Example using TLD checking.
22 This example demonstrates how the library is used to check a string
23 for invalid characters within a specific TLD.
25 ----------------------------------------------------------------------
26 Copying and distribution of this file, with or without modification,
27 are permitted in any medium without royalty provided the copyright
28 notice and this notice are preserved.