I created a code that stores some of my keywords to a cookie, but I was encountering an issue with accented characters like ä,Ä etc, special characters for other languages.
it is supported by my local machine because I can retrieve it using other methods except for the ones stored in cookies.
I also retrieve this cookie keywords by jquery but it seems that I am getting the incorrect decoded values.
any thoughts?
thank you. very much.