Re: [Gambas-user] Problem with UTF-8 in Gambas-connection to MySQL

2009-09-21 Thread Benoît Minisini
> > > (I don't know English well) > > > Use Debian 5 "Lenny" -32, Gambas 2.7 from repository. > > > > > > I develop an account program for russian users. It must work with > > > cyrillic correct. > > > I have made MySQL5 (default UTF8) database with direct CHARACTER SET > > > UTF8 option, tables wi

Re: [Gambas-user] Problem with UTF-8 in Gambas-connection to MySQL

2009-09-12 Thread Benoît Minisini
> (I don't know English well) > Use Debian 5 "Lenny" -32, Gambas 2.7 from repository. > > I develop an account program for russians users. It must work with cyrillic > correct. > I have made MySQL5 (default UTF8) database with direct CHARACTER SET UTF8 > option, tables with direct CHARACTER SET UT

[Gambas-user] Problem with UTF-8 in Gambas-connection to MySQL

2009-09-12 Thread Dima Malkov
(I don't know English well) Use Debian 5 "Lenny" -32, Gambas 2.7 from repository. I develop an account program for russians users. It must work with cyrillic correct. I have made MySQL5 (default UTF8) database with direct CHARACTER SET UTF8 option, tables with direct CHARACTER SET UTF8 option. The