Re: [Gambas-user] Detecting a non-UTF character in a string

2014-03-28 Thread Benoît Minisini
Le 28/03/2014 16:45, Benoît Minisini a écrit : > Le 26/03/2014 03:51, bbruen a écrit : >> I get an occasional* error with downloaded data which results in a >> postgresql update failure with the following error "ERR: Cannot create >> record: ERROR: invalid byte sequence for encoding "UTF8": 0xc2".

[Gambas-user] running gambas3 on ARM

2014-03-28 Thread Ian Haywood
I've been trying to run gambas3 on a ARM processor very basic text-only programs will work running anything graphical crashes in the Qt library. ian@debian-imx6:~/gambas3-3.5.2/main/gbx$ gdb gbr3 GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1) Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+:

Re: [Gambas-user] Detecting a non-UTF character in a string

2014-03-28 Thread Benoît Minisini
Le 26/03/2014 03:51, bbruen a écrit : > I get an occasional* error with downloaded data which results in a > postgresql update failure with the following error "ERR: Cannot create > record: ERROR: invalid byte sequence for encoding "UTF8": 0xc2". I know > how to fix that as long as I can detect th

Re: [Gambas-user] Gambas Datasource Control

2014-03-28 Thread Benoît Minisini
Le 28/03/2014 14:55, Nigel Verity a écrit : > Hi > > I have used Gambas very successfully in conjunction with a Sqlite > database, but I have written my own procedures to exchange data > between the controls and the database. This provides great > flexibility but does require quite a lot of code.

[Gambas-user] Gambas Datasource Control

2014-03-28 Thread Nigel Verity
Hi I have used Gambas very successfully in conjunction with a Sqlite database, but I have written my own procedures to exchange data between the controls and the database. This provides great flexibility but does require quite a lot of code. I am now experimenting with the use of the data-boun