Sajax Error for foreign languages

I decided to use sajax for binding pages with back end of PHP. Unfortunately that handy script was made by English only speaker and he did never catched one weird bug that is in there. And therefore sajax.php does not receive correctly national UTF-8 chracters. But solution is simple, just replace encode() with encodeURIComponent().

Comments

Popular Posts