mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
The final commit personal address books branches before merging
This commit is contained in:
parent
43f094220c
commit
867dcc8f7e
44 changed files with 2163 additions and 1147 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