File: README

package info (click to toggle)
libidn 1.43-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,376 kB
  • sloc: java: 14,167; ansic: 7,085; cs: 1,974; sh: 1,283; perl: 1,238; makefile: 680; lisp: 231; php: 214; xml: 88; python: 9
file content (28 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Libidn examples/README -- Information about files in examples/ directory.
Copyright (C) 2003-2025 Simon Josefsson
See the end for copying conditions.

This directory contains examples on how to use Libidn.

* Example 1::		Example using stringprep.
This example demonstrates how the stringprep functions are used.

* Example 2::		Example using punycode.
This example demonstrates how the punycode functions are used.

* Example 3::		Example using IDNA ToASCII.
This example demonstrates how the library is used to convert
internationalized domain names into ASCII compatible names.

* Example 4::		Example using IDNA ToUnicode.
This example demonstrates how the library is used to convert ASCII
compatible names to internationalized domain names.

* Example 5::		Example using TLD checking.
This example demonstrates how the library is used to check a string
for invalid characters within a specific TLD.

----------------------------------------------------------------------
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.