Function utf8_strip_ascii_ctrl
Strip out device control codes in the ASCII range which are not permitted in XML. Note that this leaves multi-byte characters untouched - it only removes device control codes
Package: utf8
See: http://hsivonen.iki.fi/producing-xml/#controlchar
Located at vendor/joomla/string/src/phputf8/utils/ascii.php
See: http://hsivonen.iki.fi/producing-xml/#controlchar
Located at vendor/joomla/string/src/phputf8/utils/ascii.php
Parameters summary
string |
$str |
Return value summary
string
|
control codes removed |