* another place to add we're sending utf-8
authorWilfried Göesgens <willi@citadel.org>
Wed, 3 Jan 2007 12:58:10 +0000 (12:58 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 3 Jan 2007 12:58:10 +0000 (12:58 +0000)
citadel/debian/control
citadel/serv_calendar.c

index acc0884f2e88be8405a49c869f440fb596715dfb..453ad2cbecbca838b50f0b0eb2529a3503de7ea0 100644 (file)
@@ -3,7 +3,7 @@ Section: mail
 Priority: extra
 Maintainer: Wilfried Goesgens <citadel@outgesourced.org>
 Uploaders: Fathi Boudra <fboudra@free.fr>
-Build-Depends: debhelper (>= 4.0.0), bison, autotools-dev, 
+Build-Depends: debhelper (>= 4.0.0), po-debconf, bison, autotools-dev, 
  libdb4.4-dev|libdb4.3-dev, libical-dev,  libssl-dev, 
  libncurses5-dev, libldap2-dev,  libpam0g-dev, libsieve2-dev
 Standards-Version: 3.7.2.2
index 41e5990db8dca4ee8905f978eb86e017200d4f1b..457ca654f541878a4b14da3ab838d7f54e49ebc6 100644 (file)
@@ -680,7 +680,7 @@ int ical_update_my_calendar_with_reply(icalcomponent *cal) {
        message_text = malloc(strlen(serialized_event) + SIZ);
        if (message_text != NULL) {
                sprintf(message_text,
-                       "Content-type: text/calendar\r\n\r\n%s\r\n",
+                       "Content-type: text/calendar charset=\"utf-8\"\r\n\r\n%s\r\n",
                        serialized_event
                );