Re: [sqlite] Java and accented characters

2011-07-03 Thread Pavel Ivanov
> Any idea? Please, anyone can help me? How did you put your data into database? I guess you did that with command line utility. And as your console wasn't set to have UTF-8 charset then contents of pais now is not in UTF-8. But jdbc driver tries to treat it as UTF-8 and so you don't see what you

[sqlite] Java and accented characters

2011-07-03 Thread Fabiana Nascimento
Hello, I'm having problem with accented characters when getting text data from sqlite3 with Java (sqlite jdbc). When i query in command line, the result came correct with accentuation. For example: *sqlite> select nom_pais from pais ; Itália Rússia * But, when I query from java app, it's work wr