comparable function to javascript:decodeURIComponent
Ludwig Schober

Hi,
i post form input variables via AJAX to a xb2.net server. The form variables
are escaped
with javascript encodeURIComponent() function. The xb2.net xbUnescape()
function
retrieves up to 3bytes for a single entered character in a form field.
Example: German: ü is escaped as "%C3%BC" and unescaped by xbUnescape()
as 0xC3BC String.
Is there a function or class with is able to convert an UTF-8 escaped string
as a single Byte ASCII-String?
Regards
Ludwig Schober