Exemple #1
0
 function toLatinISO($str)
 {
     return ValueCast::unicodeToIsoEntity(ValueCast::utf8ToUnicode($str));
 }