Set whether or not to attempt to handle UTF-8 strings (still WIP)
Parameters
bool $utf8 Set to TRUE to handle UTF string:
File
- drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParser.php, line 20
Class
- UrlParser
- Parses URLs into parts using PHP's built-in parse_url() function
Namespace
Guzzle\Parser\Url
Code
public function setUtf8Support($utf8) {
$this->utf8 = $utf8;
}