Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
b29d19cf
Commit
b29d19cf
authored
Mar 29, 2016
by
Manfred Kutas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-861 Move comment.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
8f160a7d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
mapiutils.php
src/backend/zarafa/mapiutils.php
+0
-1
zarafa.php
src/backend/zarafa/zarafa.php
+1
-0
No files found.
src/backend/zarafa/mapiutils.php
View file @
b29d19cf
...
...
@@ -418,7 +418,6 @@ class MAPIUtils {
if
(
isset
(
$supportmask
[
PR_STORE_SUPPORT_MASK
])
&&
(
$supportmask
[
PR_STORE_SUPPORT_MASK
]
&
STORE_UNICODE_OK
))
{
ZLog
::
Write
(
LOGLEVEL_DEBUG
,
"Store supports properties containing Unicode characters."
);
define
(
'STORE_SUPPORTS_UNICODE'
,
true
);
//setlocale to UTF-8 in order to support properties containing Unicode characters
define
(
'STORE_INTERNET_CPID'
,
INTERNET_CPID_UTF8
);
}
}
...
...
src/backend/zarafa/zarafa.php
View file @
b29d19cf
...
...
@@ -74,6 +74,7 @@ include_once('backend/zarafa/mapistreamwrapper.php');
include_once
(
'backend/zarafa/importer.php'
);
include_once
(
'backend/zarafa/exporter.php'
);
//setlocale to UTF-8 in order to support properties containing Unicode characters
setlocale
(
LC_CTYPE
,
"en_US.UTF-8"
);
class
BackendZarafa
implements
IBackend
,
ISearchProvider
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment