Online Remove Letter Accents Tool




About Remove Letter Accents

Remove Letter Accents made by iconv() function. The iconv() function is a inbuilt PHP Function.The iconv() is an international standard conversion application command-line programming interface which converts. iconv() function converts diffrent encodings to any other encoding types with the help of Unicode conversion. The converted module string represented by a local character set or by another character set, which is Unicode character set or other supported character set depend on the iconv implementation on the system.

Syntax:
string iconv ( string $input_charset, string $output_charset, string $str )