• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-393322

lib/URI/UTF8/H04-Jun-2017-4512

script/H04-Jun-2017-10779

t/H04-Jun-2017-64

ChangesH A D04-Jun-2017843 2920

LICENSEH A D04-Jun-201734.3 KiB675553

MANIFESTH A D04-Jun-2017430 2423

META.jsonH A D04-Jun-2017851 4039

META.ymlH A D04-Jun-2017499 2221

Makefile.PLH A D04-Jun-2017302 109

Punycode.xsH A D04-Jun-20174.6 KiB204189

READMEH A D04-Jun-2017757 3525

idnfkc.cH A D04-Jun-201711 KiB397200

pcodes.cH A D04-Jun-201716 KiB465174

pcodes.hH A D04-Jun-20179 KiB23543

ppport.hH A D04-Jun-2017151.3 KiB6,3772,613

spreps.hH A D04-Jun-20171.7 KiB6427

strerr.cH A D04-Jun-20172.1 KiB7225

README

1URI-UTF8-Punycode version 1.05
2==============================
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13SYNOPSIS
14   /* encode */
15   puny_enc($utf8str);
16   /* decode */
17   puny_dec($punycode);
18
19LICENCE
20
21This released under The GNU-GPL General Public License.
22
23   _
24  | |
25  | |___      ___ __  _   _ _ __  _   _
26  | __\ \ /\ / / '_ \| | | | '_ \| | | |
27  | |_ \ V  V /| |_) | |_| | | | | |_| |
28   \__| \_/\_/ | .__/ \__,_|_| |_|\__, |
29               | |                 __/ |
30               |_|                |___/
31
32URI:UTF8::Punycode Copyright (C)2013- TWINKLE COMPUTING
33
34Reporting bugs to <twinkle@cpan.org>
35