Query: uri::_punycode
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
URI::_punycode(3) User Contributed Perl Documentation URI::_punycode(3)NAMEURI::_punycode - encodes Unicode string in PunycodeSYNOPSISuse URI::_punycode; $punycode = encode_punycode($unicode); $unicode = decode_punycode($punycode);DESCRIPTIONURI::_punycode is a module to encode / decode Unicode strings into Punycode, an efficient encoding of Unicode for use with IDNA. This module requires Perl 5.6.0 or over to handle UTF8 flagged Unicode strings.FUNCTIONSThis module exports following functions by default. encode_punycode $punycode = encode_punycode($unicode); takes Unicode string (UTF8-flagged variable) and returns Punycode encoding for it. decode_punycode $unicode = decode_punycode($punycode) takes Punycode encoding and returns original Unicode string. These functions throw exceptions on failure. You can catch 'em via "eval".AUTHORTatsuhiko Miyagawa <miyagawa@bulknews.net> is the author of IDNA::Punycode v0.02 which was the basis for this module. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOIDNA::Punycode, RFC 3492 perl v5.16.2 2012-02-11 URI::_punycode(3)
Related Man Pages |
---|
idn(1) - suse |
punycode_encode(3) - suse |
punycode_decode(3) - suse |
uri::data(3) - centos |
uri::data(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
When is a _function_ not a _function_? |
Hearing Aid for OSX 10.12.x and greater. |
My first PERL incarnation... Audio Oscillograph |