mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Merge new-contacts-api
New interface Contact storage move to plugin
This commit is contained in:
commit
efdca7ef77
44 changed files with 3454 additions and 1012 deletions
|
|
@ -1090,6 +1090,11 @@ class Utils
|
|||
*/
|
||||
public static function Utf8Clear($sUtfString, $sReplaceOn = '')
|
||||
{
|
||||
if ('' === $sUtfString)
|
||||
{
|
||||
return $sUtfString;
|
||||
}
|
||||
|
||||
$sUtfString = @\iconv('UTF-8', 'UTF-8//IGNORE', $sUtfString);
|
||||
|
||||
$sUtfString = \preg_replace(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue