Open David-Moisan opened 1 year ago
To normalize French text, we use mb_strtolower to transform it to lower case and then replace every accented character with its non-accented counter part, and the final 'ç' with 'c'.
To normalize French text, we use mb_strtolower to transform it to lower case and then replace every accented character with its non-accented counter part, and the final 'ç' with 'c'.