Hey guys, I have question about urlencode and rawurlencode...
I tested them out and they produce different result like firefox & some online encoders...
Example;
Firefox & encoders
ä = %C3%A4 ß = %C3%9F
PHP rawurlencode & urlencode
ß = %DF
ä = %E4
Anyone got some idea except hard-coding and replacing?
Cheers