Remove accents without using iconv

后端 未结 4 754
小鲜肉
小鲜肉 2020-11-28 11:07

What is the best way to remove accents eg.

ÈâuÑ\" becomes \"Eaun\"

Without using iconv

4条回答
  •  清酒与你
    2020-11-28 11:53

    Or try this function (with str_replace and exhaustive accents table): http://idilix.net/php-strip-accents.php

提交回复
热议问题