Re: [fpc-pascal] String literals and code page of .pas source file

2020-09-12 Thread Tomas Hajny via fpc-pascal
On 2020-09-12 18:51, Jonas Maebe via fpc-pascal wrote: On 12/09/2020 18:44, Sven Barth via fpc-pascal wrote: Jonas Maebe via fpc-pascal > schrieb am Sa., 12. Sep. 2020, 17:47: > All the doubts, questions, and discussions prove that current syste

Re: [fpc-pascal] String literals and code page of .pas source file

2020-09-12 Thread Jonas Maebe via fpc-pascal
On 12/09/2020 18:44, Sven Barth via fpc-pascal wrote: > Jonas Maebe via fpc-pascal > schrieb am Sa., 12. Sep. 2020, > 17:47: > > > All the doubts, questions, and discussions prove that current > system is > > counter-intuitive and confusing. >

Re: [fpc-pascal] String literals and code page of .pas source file

2020-09-12 Thread Sven Barth via fpc-pascal
Jonas Maebe via fpc-pascal schrieb am Sa., 12. Sep. 2020, 17:47: > > All the doubts, questions, and discussions prove that current system is > > counter-intuitive and confusing. > > The issue in this thread is caused by a bug in the LCL: it blindly > assumes that the dynamic code page of the capt

Re: [fpc-pascal] String literals and code page of .pas source file

2020-09-12 Thread Jonas Maebe via fpc-pascal
On 12/09/2020 16:58, Santiago A. via fpc-pascal wrote: > https://wiki.freepascal.org/Unicode_Support_in_Lazarus#Assign_string_literals_to_different_string_types > is scaring. The first table is useless. If you don't tell the compiler what the code page is of the source file, it's normal that you w

Re: [fpc-pascal] String literals and code page of .pas source file

2020-09-12 Thread Santiago A. via fpc-pascal
El 09/09/2020 a las 10:02, Bart via fpc-pascal escribió: On Wed, Sep 9, 2020 at 8:37 AM LacaK via fpc-pascal wrote: I am still confused how this CodePage aware stuff is expected to work and when implicit conversios are included (as far as I understand here ONLY declared/static codepage plays

Re: [fpc-pascal] Fpc make questions...

2020-09-12 Thread Bo Berglund via fpc-pascal
On Sat, 12 Sep 2020 01:54:20 +0200, Tomas Hajny via fpc-pascal wrote: >> Hopefully >> >> make clean >> make all >> make install >> >> with the proper options will do the trick >> TIA.. > >They should. Progress update: I proceeded to create a script that rebuilds fpc using