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

--- Comment #4 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to