[Lazarus] ShellExecute and german umlauts

2015-05-21 Thread John Landmesser
i want to send a mail on windows using shellexecute with german Umlauts ( ,, .. ) in the body of the mail. This Code doesnt work: var s: string; s := shellexecute(Application.Mainform.handle, open,PChar(mailto: + exam...@gmail.com + ?subject= + ARJ-ChapterArchiv: + body= +

Re: [Lazarus] ShellExecute and german umlauts

2015-05-21 Thread Henry Vermaak
On Thu, May 21, 2015 at 10:06:28AM +0200, John Landmesser wrote: i want to send a mail on windows using shellexecute with german Umlauts ( ö,å,ü .. ) in the body of the mail. This Code doesn't work: var s: string; s := 'öö' shellexecute(Application.Mainform.handle,

Re: [Lazarus] ShellExecute and german umlauts

2015-05-21 Thread John Landmesser
Am 21.05.2015 um 11:37 schrieb Henry Vermaak: On Thu, May 21, 2015 at 10:06:28AM +0200, John Landmesser wrote: i want to send a mail on windows using shellexecute with german Umlauts ( ö,å,ü .. ) in the body of the mail. This Code doesn't work: var s: string; s := 'öö'