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