6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/9/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6771] iTip reply to organizer containing extended characters
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .. ..__..___. | \|_/ |\ || | _/ |__/| \| \||__|./__.
Comment
> 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->getAttribute('SUMMARY'), 'PEAR_error')) { > > - $vEvent_reply->setAttribute('SUMMARY', $vEvent->getAttribute('SUMMARY')); > > + $vEvent_reply->setAttribute('SUMMARY', String::convertCharset > ($vEvent->getAttribute('SUMMARY'), NLS::getCharset(), 'utf-8') ); > > } > > if (!is_a($vEvent->getAttribute('DESCRIPTION'), 'PEAR_error')) { > > - $vEvent_reply->setAttribute('DESCRIPTION', > $vEvent->getAttribute('DESCRIPTION')); > > + $vEvent_reply->setAttribute('DESCRIPTION', String::convertCharset > ($vEvent->getAttribute('DESCRIPTION'), NLS::getCharset(), 'utf-8') ); > > > > regards > > Patrick
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers