diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-21 11:46:49 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-21 11:46:49 +0000 |
| commit | 7d1d40e5d04a9b01d9ecd57d235e862438bac526 (patch) | |
| tree | d8dcb32cf810936b93cd3456f4116dc969e6131c | |
| parent | d3908543c870b97830c707abb59e108d8a76297b (diff) | |
Set default charset
git-svn-id: https://svn.roundcube.net/trunk@4438 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | plugins/kolab_core/rcube_kolab.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/kolab_core/rcube_kolab.php b/plugins/kolab_core/rcube_kolab.php index b3e9f9fe5..4fadb23f4 100644 --- a/plugins/kolab_core/rcube_kolab.php +++ b/plugins/kolab_core/rcube_kolab.php @@ -50,6 +50,7 @@ class rcube_kolab } NLS::setCharset('UTF-8'); + String::setDefaultCharset('UTF-8'); } |
