Re: [Lazarus] Replacing accented letters

2017-10-11 Thread Ondrej Pokorny via Lazarus
On 11.10.2017 17:31, Koenraad Lelong via Lazarus wrote: Software is intended for Windows. In this case you may use WinAPI as well: https://stackoverflow.com/a/1892432/1231269 Ondrej -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://

Re: [Lazarus] Replacing accented letters

2017-10-11 Thread Koenraad Lelong via Lazarus
Op 05-10-17 om 00:29 schreef Zbyněk Fiala via Lazarus: I needed it a long time ago and probably there is more simple way now. Using utf8tools and LazUTF8: https://gist.github.com/zbyna/6d9cd98ca22fa4261f54a0a06a7e6f51 Dne 4.10.2017 v 18:19 Denis Kozlov via Lazarus napsal(a): You could use Uni

Re: [Lazarus] Forward procedure completion failure

2017-10-11 Thread Lubos Pintes via Lazarus
Yes, it works. Sorry for spamming. In fact, I updated the trunk, but didn't rebuild. I didn't feel it is necessary. Dňa 11. 10. 2017 o 16:07 Mattias Gaertner via Lazarus napísal(a): On Wed, 11 Oct 2017 16:00:49 +0200 Lubos Pintes via Lazarus wrote: Hi, Just wanted to try the cool feature, add

Re: [Lazarus] Forward procedure completion failure

2017-10-11 Thread Ondrej Pokorny via Lazarus
On 11.10.2017 16:00, Lubos Pintes via Lazarus wrote: Just wanted to try the cool feature, adding a procedure body to implementation. So I wrote a procedure header, pressed Ctrl+Shift+C, and found this in a message window: uiacore.pas(9,1) Error: unknown section keyword interface found I tried t

Re: [Lazarus] Forward procedure completion failure

2017-10-11 Thread Mattias Gaertner via Lazarus
On Wed, 11 Oct 2017 16:00:49 +0200 Lubos Pintes via Lazarus wrote: > Hi, > Just wanted to try the cool feature, adding a procedure body to > implementation. So I wrote a procedure header, pressed Ctrl+Shift+C, and > found this in a message window: > uiacore.pas(9,1) Error: unknown section keywo

[Lazarus] Forward procedure completion failure

2017-10-11 Thread Lubos Pintes via Lazarus
Hi, Just wanted to try the cool feature, adding a procedure body to implementation. So I wrote a procedure header, pressed Ctrl+Shift+C, and found this in a message window: uiacore.pas(9,1) Error: unknown section keyword interface found I tried to compile, and only errors there are two unresolv