<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/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>Thu, 09 Apr 2026 17:42:26 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6771</link> 
  <atom:link rel="self" type="application/rss+xml" title="iTip reply to organizer containing extended characters" href="https://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(&#039;SUMMARY&#039;), &#039;PEAR_error&#039;)) {

- $vEvent_reply-&gt;setAttribute(&#039;SUMMARY&#039;, $vEvent-&gt;getAttribute(&#039;SUMMARY&#039;));

+ $vEvent_reply-&gt;setAttribute(&#039;SUMMARY&#039;, String::convertCharset ($vEvent-&gt;getAttribute(&#039;SUMMARY&#039;), NLS::getCharset(), &#039;utf-8&#039;) );

}

if (!is_a($vEvent-&gt;getAttribute(&#039;DESCRIPTION&#039;), &#039;PEAR_error&#039;)) {

- $vEvent_reply-&gt;setAttribute(&#039;DESCRIPTION&#039;, $vEvent-&gt;getAttribute(&#039;DESCRIPTION&#039;));

+ $vEvent_reply-&gt;setAttribute(&#039;DESCRIPTION&#039;, String::convertCharset ($vEvent-&gt;getAttribute(&#039;DESCRIPTION&#039;), NLS::getCharset(), &#039;utf-8&#039;) );



regards

Patrick</description> 
   <pubDate>Wed, 28 May 2008 14:56:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6771#t45650</link> 
  </item> 
   
  <item> 
   <title>I can&#039;t reproduce any problems with non-ascii charsets in iT</title> 
   <description>I can&#039;t reproduce any problems with non-ascii charsets in iTip replies.</description> 
   <pubDate>Mon, 18 Aug 2008 21:12:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6771#t48286</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
