Monotone-Parent: 0077efee9316ca1e744e82d28a7eb1b8c54b05ef

Monotone-Revision: aedd631068b1147a4f0674f42632b314194f6f83

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-04-24T01:05:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-04-24 01:05:13 +00:00
parent 30f3cf33ac
commit ab220f5245
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2008-04-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject
-davContentLength]): the content length should is now based on the
UTF-8 encoding.
2008-04-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxCalendarSelector.m ([UIxCalendarSelector
+1 -1
View File
@@ -344,7 +344,7 @@
content = [record objectForKey: @"c_content"];
return [NSString stringWithFormat: @"%u",
[content lengthOfBytesUsingEncoding: NSISOLatin1StringEncoding]];
[content lengthOfBytesUsingEncoding: NSUTF8StringEncoding]];
}
- (NSException *) davMoveToTargetObject: (id) _target