mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-20 23:07:01 +01:00
- mbstring internal encoding is set in iniset.php
This commit is contained in:
@@ -467,7 +467,6 @@ class rcube_vcard
|
||||
{
|
||||
// use mb string function if available
|
||||
if (function_exists('mb_ereg_replace')) {
|
||||
mb_internal_encoding(RCMAIL_CHARSET);
|
||||
return ":\n " . mb_ereg_replace('(.{70})', "\\1\n ", $matches[1]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user