#414: line break in event gets send back as \\n -----------------------------------+---------------------------------------- Reporter: mail@… | Owner: cdaboo@… Type: Defect | Status: reopened Priority: 2: Expected | Milestone: CalendarServer-3.x Component: Calendar Server | Severity: Other Resolution: | Keywords: Radar: | -----------------------------------+---------------------------------------- Comment(by dre@…): Replying to [comment:11 mail@…]:
Yes it does. For more information ave a look at comment:4.
Can you please check the encoding of your caldav database? You can use the psql --list command for this, e.g.: {{{ part5:~ admin$ psql -U admin caldav -l List of databases Name | Owner | Encoding | Collation | Ctype | Access privileges ------------+--------+-----------+-----------+-------+------------------- augments | admin | SQL_ASCII | C | C | caldav | caldav | SQL_ASCII | C | C | phppgadmin | admin | SQL_ASCII | C | C | postgres | admin | SQL_ASCII | C | C | proxies | admin | SQL_ASCII | C | C | template0 | admin | SQL_ASCII | C | C | =c/admin + | | | | | admin=CTc/admin template1 | admin | SQL_ASCII | C | C | =c/admin + | | | | | admin=CTc/admin (7 rows) }}} We're looking for SQL_ASCII. Thx, -dre -- Ticket URL: <http://trac.calendarserver.org/ticket/414#comment:12> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server