Hello,
Here is a syntax which doesn't work:
In my language, for instance, the letter "é" can't be changed to "e" with the 'Replace' function.
B4A returns this:
android.database.sqlite.SQLiteException: near "diff�rents": syntax error (code 1): , while compiling: INSERT INTO bnotes VALUES (1, science, les diff�rents domaines de la science, analyse, 15/05/2021, 20210515, 0)
You can see the sign in the word different.
Is there a way to make it possible ?
If someone comes here, thanks to him !
Every idea is welcome.
Here is a syntax which doesn't work:
B4X:
mot=mot.replace("é","e")
B4A returns this:
android.database.sqlite.SQLiteException: near "diff�rents": syntax error (code 1): , while compiling: INSERT INTO bnotes VALUES (1, science, les diff�rents domaines de la science, analyse, 15/05/2021, 20210515, 0)
You can see the sign in the word different.
Is there a way to make it possible ?
If someone comes here, thanks to him !
Every idea is welcome.