Skip to content

Instantly share code, notes, and snippets.

@weavdale
weavdale / convertToAscii.php
Created August 22, 2021 19:51 — forked from pjdietz/convertToAscii.php
PHP Functions for converting string to ASCII
View convertToAscii.php
<?php
/**
* Normalize non-ASCII characters to ASCII counterparts where possible.
*
* @param string $str
* @return string
*/
function squashCharacters($str)
{