Not really a PHP question, but i've got an app that sends me this type of
encoding:
á (á) translates to %C3%A1
ñ (ñ) translates to %C3%B1
i've tried several decodings with PHP without any good result.
Anyone knows which type of encoding is this and which function to use in
order to decode it with PHP?
TIA.
--
Reply to abazan at filnet dot es
encoding:
á (á) translates to %C3%A1
ñ (ñ) translates to %C3%B1
i've tried several decodings with PHP without any good result.
Anyone knows which type of encoding is this and which function to use in
order to decode it with PHP?
TIA.
--
Reply to abazan at filnet dot es
Comment