¡@

Home 

php Programming Glossary: double_chars

Remove accents without using iconv

http://stackoverflow.com/questions/3542818/remove-accents-without-using-iconv

string strtr string chars 'in' chars 'out' double_chars 'in' array chr 140 chr 156 chr 198 chr 208 chr 222 chr 223 chr.. chr 198 chr 208 chr 222 chr 223 chr 230 chr 240 chr 254 double_chars 'out' array 'OE' 'oe' 'AE' 'DH' 'TH' 'ss' 'ae' 'dh' 'th' string.. 'oe' 'AE' 'DH' 'TH' 'ss' 'ae' 'dh' 'th' string str_replace double_chars 'in' double_chars 'out' string return string str âu echo remove_accents..

Remove diacritics from a string

http://stackoverflow.com/questions/3635511/remove-diacritics-from-a-string

string strtr string chars 'in' chars 'out' double_chars 'in' array chr 140 chr 156 chr 198 chr 208 chr 222 chr 223 chr.. chr 198 chr 208 chr 222 chr 223 chr 230 chr 240 chr 254 double_chars 'out' array 'OE' 'oe' 'AE' 'DH' 'TH' 'ss' 'ae' 'dh' 'th' string.. 'oe' 'AE' 'DH' 'TH' 'ss' 'ae' 'dh' 'th' string str_replace double_chars 'in' double_chars 'out' string return string str ľ š ť ž ý á..