|
Posted by swayze on 11/11/86 11:30
Hi,
I'm sending some vars to php from javascript. These vars contain
special chars (like "&" ,",")and also turkish characters. Therefore
I'm using javascripts escape() function to be able to send them
properly. My problem is on the php side. I am using rawurldecode to
convert them back. However, Turkish characters like "I" (capital "I"
with a dot on top) for example still stay encoded as "%u0130".
My page is setup to handle turkish chars and if sent from a database,
display properly. I've googled for an answer and cant find anything.
I've also tried looking at base64 encoding from javascripts' end, to
again decode using base64Decode from php, but nothing seems to work
right.
Does anyone have any sugestions?
Thanks in advance,
Swayze
Navigation:
[Reply to this message]
|