Tag Archives: andrew walker

How to Convert an UTF-16 File to an UTF-8 file using PHP

Taking Andrew Walker’s previously mentioned handy little UTF-16 to UTF-8 string converter function, we now have in our means a particularly easy way in which to craft a simple UTF-16 to UTF-8 file converter. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , , , | View Comments

PHP: Convert a UTF-16 String to a UTF-8 String

Andrew Walker crafted this handy little PHP function which can convert a UTF-16 encoded string into a more PHP-friendly UTF-8 encoded string. Continue reading

Posted in Technology & Code | Tagged , , , , , , , | View Comments