You can use text converters to convert data back and forth between
different encodings.
See UTF8TextConverter

On 23 April 2012 20:14, Roger Gilliar <[email protected]> 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.

Reply via email to