[Koha-bugs] [Bug 28603] check-url-quick.pl does not encode spaces in urls

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 23 16:48:12 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28603

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
uri_escape_utf8( $string, $unsafe )
Works like uri_escape(), but will encode chars as UTF-8 before escaping them.
This makes this function able to deal with characters with code above 255 in
$string. Note that chars in the 128 .. 255 range will be escaped differently by
this function compared to what uri_escape() would.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list