Re: [fpc-pascal] Any drawbacks with -Fcutf8 param

2010-07-08 Thread Jonas Maebe
On 08 Jul 2010, at 10:07, Graeme Geldenhuys wrote: what would happen if they do contain characters > #127? Does the compiler though some "malformed unicode character" error during compilation? If the character is indeed malformed (it might also be a valid sequence by accident), then the com

Re: [fpc-pascal] Any drawbacks with -Fcutf8 param

2010-07-08 Thread Graeme Geldenhuys
On 8 July 2010 09:59, Jonas Maebe wrote: > > As long as they indeed don't contain any characters > #127: yes. OK, that should be fine. I'm curious though, what would happen if they do contain characters > #127? Does the compiler though some "malformed unicode character" error during compilation?

Re: [fpc-pascal] Any drawbacks with -Fcutf8 param

2010-07-08 Thread Jonas Maebe
On 08 Jul 2010, at 09:57, Graeme Geldenhuys wrote: If I pass -Fcutf8 to all my projects, even though the source code in units are plain ASCII, is there any negative/drawbacks regarding FPC and how it processes my units? Basically, is it "safe" to simply pass -Fcutf8 to FPC for all my pro