|
@@ -551,7 +551,7 @@ function cleanXml($string)
|
|
global $context;
|
|
global $context;
|
|
|
|
|
|
// http://www.w3.org/TR/2000/REC-xml-20001006#NT-Char
|
|
// http://www.w3.org/TR/2000/REC-xml-20001006#NT-Char
|
|
- return preg_replace('~[\x00-\x08\x0B\x0C\x0E-\x19' . ($context['utf8'] ? '\x{D800}-\x{DFFF}\x{FFFE}\x{FFFF}' : '') . ']~' . ($context['utf8'] ? 'u' : ''), '', $string);
|
|
|
|
|
|
+ return preg_replace('~[\x00-\x08\x0B\x0C\x0E-\x19' . ($context['utf8'] ? '\x{FFFE}\x{FFFF}' : '') . ']~' . ($context['utf8'] ? 'u' : ''), '', $string);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|