We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfa722 commit a1ceb18Copy full SHA for a1ceb18
php/utility/utf.php
@@ -167,6 +167,6 @@ public static function raw_url_encode($string){
167
}
168
169
public static function raw_url_decode($string){
170
- return mb_convert_encoding(rawurldecode($string), "UTF-8", "auto"));
+ return mb_convert_encoding(rawurldecode($string, "UTF-8", "auto"));
171
172
0 commit comments