Simo Virokannas

Writings and ramblings

Tag: utf-8

  • Javascript, Base64, PHP, UTF-8

    Javascript, Base64, PHP, UTF-8

    I’m working on a small application that communicates through JavaScript to a PHP script, and usually the data contains text in UTF-8 format to make everything as compatible as possible. The text in UTF-8 format doesn’t go too well into an AJAX call GET URL. So it has to be further encoded with an encoding…