Hello
I have a bookmarklet that sends the title and URL of a page to a PHP form.
Here is the code:
javascript:void(open('http://localhost/keep/keepsite.php?CMD=NEW&title='+escape(document.title)+'&url='+escape(location.href),'Sites','height=458,width=450,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no'));
When using this bookmarklet from a page with a Hebrew title I get the text as Unicode.
Like this:
%u05DE%u05D9%u05D3%u05E2
Is there a way to convert this string to readable text or prevent PHP to convert the text of the title to readble text (ISO-8859-x).
When answering, please note that I cannot change the server settings and/or cannot install external packages like mbstring.
Thanks,
Hanan Cohen - http://www.info.org.il (Hebrew)
Love and Peace