Skip to content

Instantly share code, notes, and snippets.

View matt-thomas's full-sized avatar

Matt Thomas matt-thomas

View GitHub Profile
<?php
/**
* Remove any non-ASCII characters and convert known non-ASCII characters
* to their ASCII equivalents, if possible.
*
* @param string $string
* @return string $string
* @author Jay Williams <myd3.com>
* @license MIT License
* @link http://gist.github.com/119517