- Output for 5.6.40, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
- Jalapeno Cafe
<?php
if(false === setlocale(LC_CTYPE, 'en_US')){
throw new \RuntimeException('Could not change the locale');
}
echo iconv('UTF-8', 'ASCII//TRANSLIT', 'Jalapeño Café');