K
Klaus Schiefer
Hello,
i've written an appointment-tool in PHP and want to export these
appointsments via *.ics-files (iCal-standard) to Outlook.
Since the descriptions are german, there are non-ASCII-characters in it. I
encode them as quoted-printable (with PHP) - but Outlook doesn't decode
them. Encoding in the *.ics-file is given like this:
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:m=FCssen
Outlook imports "m=FCssen" instead of "müssen". Any ideas?
And how do I have to convert linefeeds to get them interpreted correctly by
Outlook?
Thanks & greetings from Vienna,
Klaus
i've written an appointment-tool in PHP and want to export these
appointsments via *.ics-files (iCal-standard) to Outlook.
Since the descriptions are german, there are non-ASCII-characters in it. I
encode them as quoted-printable (with PHP) - but Outlook doesn't decode
them. Encoding in the *.ics-file is given like this:
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:m=FCssen
Outlook imports "m=FCssen" instead of "müssen". Any ideas?
And how do I have to convert linefeeds to get them interpreted correctly by
Outlook?
Thanks & greetings from Vienna,
Klaus