Class JStringPunycode
Joomla Platform String Punycode Class
Class for handling UTF-8 URLs Wraps the Punycode library All functions assume the validity of utf-8 URLs.
Abstract
Package: Joomla\Platform\String
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 3.1.2
Located at joomla/string/punycode.php
Package: Joomla\Platform\String
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 3.1.2
Located at joomla/string/punycode.php
Methods summary
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
emailToPunycode( string $email )
Transforms a UTF-8 email to a Punycode email This assumes a valid email address |
public static
string
|
#
emailToUTF8( string $email )
Transforms a Punycode email to a UTF-8 email This assumes a valid email address |