Re: [fpc-pascal] Problems with Postgresql Character Encoding

2012-09-26 Thread Andrew Brunner
This did the trick! I added a comment on reporting too. I say this one is good to go. On 09/26/2012 07:41 AM, LacaK wrote: May be that better would be add support for PQsetClientEncoding into TPQConnection ... I can look at it if you want. Patch is here http://bugs.freepascal.org/view.ph

Re: [fpc-pascal] Problems with Postgresql Character Encoding

2012-09-26 Thread Andrew Brunner
On 09/26/2012 04:30 AM, LacaK wrote: Do you have tried SQL: SET CLIENT_ENCODING TO 'LATIN1' ? May be that better would be add support for PQsetClientEncoding into TPQConnection ... I can look at it if you want. -Laco. Hi Laco, Thanks for the help. Yes I did on connection I tried Connectio

Re: [fpc-pascal] Problems with Postgresql Character Encoding

2012-09-26 Thread LacaK
May be that better would be add support for PQsetClientEncoding into TPQConnection ... I can look at it if you want. Patch is here http://bugs.freepascal.org/view.php?id=22985 (I did only basic testing) -Laco. ___ fpc-pascal maillist - fpc-pas

Re: [fpc-pascal] Problems with Postgresql Character Encoding

2012-09-26 Thread LacaK
Mark Morgan Lloyd wrote / napĂ­sal(a): Andrew Brunner wrote: My cloud file/folder sync client desktop app builds and maintains a manifest of all files and folders from a specified starting point. I use this manifest to synchronize disk entries across devices. It uses HTTP requests and XML to

Re: [fpc-pascal] Problems with Postgresql Character Encoding

2012-09-26 Thread Mark Morgan Lloyd
Andrew Brunner wrote: My cloud file/folder sync client desktop app builds and maintains a manifest of all files and folders from a specified starting point. I use this manifest to synchronize disk entries across devices. It uses HTTP requests and XML to carry out all transactions. Meaning the