Joseph; FYI, Lazarus is a programming IDE for the Pascal language. It comes built with Free Pascal. Laz comes with built in SQLite3 support, but I've never played with that part of its functionality as I use other wrappers from Delphi.
On Fri, May 26, 2017 at 5:33 PM, Joseph L. Casale <[email protected] > wrote: > -----Original Message----- > From: sqlite-users [mailto:[email protected]] > On > Behalf Of hfiandor > Sent: Friday, May 26, 2017 3:18 PM > To: [email protected] > Subject: [sqlite] problem with special letters > > > I think: Lazarus work well when the data is introduced by keyboard, but > > something fail when read a .csv (Biología) and translate to the > SQLite´table > > "Biolog¿a" with the insert into... command. > > So your program has an encoding error, I don't know what Lazarus is or if > that is the program? Can you elaborate a bit? > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

