Gandalf wrote:
[...]
I solved the problem by entering data manually but now the problem is
that i had to delete this function:
con.text_factory = str
and now I can't see the data that I entered thought my sqlite manager
Then apparently there is still non-UTF-8 data in the database. Perhaps
SQ
On Jun 8, 11:00 am, Gerhard Häring <[EMAIL PROTECTED]> wrote:
> Gandalf wrote:
> > I works with python 2.5 on windows, And I use sqlite3
>
> > Now, I have problem searching string in Hebrew in my database
>
> > I have table called "test" with field num and test
> > firs row i insert "1" and "עברי
Gandalf wrote:
> I works with python 2.5 on windows, And I use sqlite3
>
> Now, I have problem searching string in Hebrew in my database
>
> I have table called "test" with field num and test
> firs row i insert "1" and "עברית" (that is "Hebrew" in Hebrew)
> second row i insert "2" and "Englis
I works with python 2.5 on windows, And I use sqlite3
Now, I have problem searching string in Hebrew in my database
I have table called "test" with field num and test
firs row i insert "1" and "עברית" (that is "Hebrew" in Hebrew)
second row i insert "2" and "English"
now this code will print