On Oct 8, 3:48 pm, JoseAntonio <[EMAIL PROTECTED]> wrote:
> Hi,
> When I try to insert (or update) data that has foreign characters
> (such as 'á') into a table, the data becomes glitched. For instance,
> if I try to insert the word 'também' into a table, the table inserts
> 'também'. How do I fix that?
>
> Thanks in advance.
I think that could be because the program uses a different character
enconding from the database. How can I make it so that the program
uses the same character encoding that the database does? I've tried
using both
System.setProperty("file.encoding", "UTF8");
System.setProperty("sun.jnu.encoding", "UTF8");
but none worked. And
System.setProperty("file.encoding", "UTF-8");
System.setProperty("sun.jnu.encoding", "UTF-8");
don't work either.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---