Re: [Lazarus] Compiler errors

2017-05-13 Thread Steve Gatenby via Lazarus
Thanks. Have now included 'show all' in Lazarus, just need to find where/which fpc.cfg is used/created when using FpcupDeluxe (which is a really handy piece of programming on somebodys part). On 05/14/2017 03:26 AM, Péter Gábor via Lazarus wrote: It seems that you have hidden the messages (

Re: [Lazarus] Wiki page "Unicode Support in Lazarus" improved

2017-05-13 Thread Sven Barth via Lazarus
Am 13.05.2017 19:45 schrieb "Juha Manninen via Lazarus" < lazarus@lists.lazarus-ide.org>: > With BOM it did not work for codepoints beyond BMP but that was fixed > and backported to FPC 3.0.3, right? Correct. Regards, Sven -- ___ Lazarus mailing list L

Re: [Lazarus] Wiki page "Unicode Support in Lazarus" improved

2017-05-13 Thread Juha Manninen via Lazarus
On Sat, May 13, 2017 at 7:56 PM, Sven Barth via Lazarus wrote: > Warning: the compiler does *not* consider the file as UTF-8 without a BOM or > a set codepage! Yes but that is a very misleading warning. The whole thing works without a BOM better than with it because of the "double cheat". See "St

Re: [Lazarus] Wiki page "Unicode Support in Lazarus" improved

2017-05-13 Thread Juha Manninen via Lazarus
On Sat, May 13, 2017 at 6:55 PM, Werner Pamler via Lazarus wrote: > In section "Usage", "For string literals to work the source files must have > UTF-8 encoding." - Add: "This is the default for source files written by > Lazarus" - Otherwise people will begin to unnecessarily add these "$codepage

Re: [Lazarus] Compiler errors

2017-05-13 Thread Péter Gábor via Lazarus
It seems that you have hidden the messages (hints, warnings, errors, etc.). Check the -v (verbosity) option in your fpc.cfg (or .fpc.cfg on Linux) and your Project/Compiler options (Verbosity of course) in the IDE. 2017-05-12 21:52 keltezéssel, Steve Gatenby via Lazarus írta: > > > On 05/12/2017

Re: [Lazarus] Wiki page "Unicode Support in Lazarus" improved

2017-05-13 Thread Sven Barth via Lazarus
Am 13.05.2017 17:57 schrieb "Werner Pamler via Lazarus" < lazarus@lists.lazarus-ide.org>: > > Am 13.05.2017 um 15:17 schrieb Juha Manninen via Lazarus: >> >> I have simplified and improved the page http://wiki.freepascal.org/Unicode_Support_in_Lazarus I tried to move relevant information to the top

Re: [Lazarus] Wiki page "Unicode Support in Lazarus" improved

2017-05-13 Thread Werner Pamler via Lazarus
Am 13.05.2017 um 15:17 schrieb Juha Manninen via Lazarus: I have simplified and improved the page http://wiki.freepascal.org/Unicode_Support_in_Lazarus I tried to move relevant information to the top and remove duplicate information. For example there is a short "Usage" section with simple rul

[Lazarus] Wiki page "Unicode Support in Lazarus" improved

2017-05-13 Thread Juha Manninen via Lazarus
I have simplified and improved the page http://wiki.freepascal.org/Unicode_Support_in_Lazarus I tried to move relevant information to the top and remove duplicate information. For example there is a short "Usage" section with simple rules and then: "These rules make most code already compatible