<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>iTip reply to organizer containing extended characters</title>
  <pubDate>Fri, 09 Jan 2009 02:29:12 -0500</pubDate>
  <link>http://bugs.horde.org/ticket/6771</link>
  <atom:link rel="self" type="application/rss+xml" title="iTip reply to organizer containing extended characters" href="http://bugs.horde.org/ticket/6771/rss" />
  <description>iTip reply to organizer containing extended characters</description>

  
  
  <item>
   <title>Hello
When an attendee accepts an invitation which name and</title>
   <description>Hello
When an attendee accepts an invitation which name and description contain extended characters (such as french accents), then the organizer receives a message with incorrect characters.

A workaround is to utf8 encode the attributes of the vEvent_reply message in imp/lib/MIME/Views/itip.php.

line 219:
if (!is_a($vEvent-&gt;getAttribute('SUMMARY'), 'PEAR_error')) {
- $vEvent_reply-&gt;setAttribute('SUMMARY', $vEvent-&gt;getAttribute('SUMMARY'));
+ $vEvent_reply-&gt;setAttribute('SUMMARY', String::convertCharset ($vEvent-&gt;getAttribute('SUMMARY'), NLS::getCharset(), 'utf-8') );
}
if (!is_a($vEvent-&gt;getAttribute('DESCRIPTION'), 'PEAR_error')) {
- $vEvent_reply-&gt;setAttribute('DESCRIPTION', $vEvent-&gt;getAttribute('DESCRIPTION'));
+ $vEvent_reply-&gt;setAttribute('DESCRIPTION', String::convertCharset ($vEvent-&gt;getAttribute('DESCRIPTION'), NLS::getCharset(), 'utf-8') );

regards
Patrick</description>
   <pubDate>Wed, 28 May 2008 10:56:01 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6771#t45650</link>
  </item>
  <item>
   <title>I can't reproduce any problems with non-ascii charsets in iT</title>
   <description>I can't reproduce any problems with non-ascii charsets in iTip replies.</description>
   <pubDate>Mon, 18 Aug 2008 17:12:04 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6771#t48286</link>
  </item>
  

 </channel>
</rss>
