mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-02 04:07:16 +00:00
(fix) properly XML escape wide characters (fixes #3616)
This commit is contained in:
@@ -467,7 +467,7 @@
|
||||
methodSel = SOGoSelectorForPropertyGetter (*currentProperty);
|
||||
if (methodSel && [ldifEntry respondsToSelector: methodSel])
|
||||
*currentValue = [[ldifEntry performSelector: methodSel]
|
||||
stringByEscapingXMLString];
|
||||
safeStringByEscapingXMLString];
|
||||
currentProperty++;
|
||||
currentValue++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user