Livecode and Foreign characters

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Fanfanix
Posts: 17
Joined: Fri Nov 29, 2013 3:31 am

Livecode and Foreign characters

Post by Fanfanix » Sun Dec 29, 2013 4:57 am

I am using LIvecode with SQLite. When I do an Insert directly in SQLite, the French characters are saved and are showing undisturbed. But when I do the same Insert within Livecode, the French characters are not rendered as such. In the database, they are showing as a small square. To open the SQLite database, I use the following code "put revOpenDatabase("sqlite", dbpath,,,,,,) into tConID"
To execute the SQL, I use the code "put revdb_execute(gConID, tSQL) into tTmp"
What am I doing wrong within LIvecode that changes the French characters? What am I supposed to do to fix it?
Thanks everyone.

Post Reply