Hi! I have a ruby program wich take some information from a .txt file, and copy it to a sqlite3 table. But the text is in ASCII-8BIT charset, so when I select the data from the table, it doesn't return the right characters. What can I do? Thanks. -- Posted via http://www.ruby-forum.com/.