April 23, 2012
7:20 p.m.
You can use text converters to convert data back and forth between different encodings. See UTF8TextConverter On 23 April 2012 20:14, Roger Gilliar <roger@gilliar.de> wrote:
Hi,
I would like to access a sqlite database from pharo. So far that seems to work. The only problem is that my sqlite database contains UTF-8 data and that for example à is displayed as ¦Ã.
Is there a workaround for this problem ?
BTW: I'm using Pharo 1.4 and installed sqlite support like this:
Gofer new  squeaksource: 'MetacelloRepository';  package: 'ConfigurationOfSQLite3';  load.
((Smalltalk at: #ConfigurationOfSQLite3) project version: '1.2') load: 'Tests'.
Regards   Roger
-- Best regards, Igor Stasenko.