sms-counter-php icon indicating copy to clipboard operation
sms-counter-php copied to clipboard

Missing characters

Open sylva1717 opened this issue 5 years ago • 2 comments

Characters é and É are missing from the LATIN 1 charset.

Thanks for the awesome library!

sylva1717 avatar Apr 01 '20 19:04 sylva1717

I found some missing unicode characters , please have a look. Thanks!

//Mising chars
'à' => 'a',
'é' => 'e',
'è' => 'e',
'É' => 'E',
'ì' => 'i',
'ò' => 'o',
'ù' => 'u',

khuccui2002 avatar Nov 09 '20 02:11 khuccui2002