Decoding UTF-8
Posted by John on May 24th, 2003Below is a PHP function that reads UTF-8 encoded text and spits out entity-encoded text suitable for use in webpages (with the proper character encoding set, of course). I know that 99.6% of won’t have any use for this whatsoever, but since I couldn’t find an example of this on the Internet and had [...]