Re: [Pharo-users] Pharo-users Digest, Vol 28, Issue 28
April 24, 2012
11:21 a.m.
Am 24.04.2012 um 11:58 schrieb pharo-users-request@lists.gforge.inria.fr:
UTF8TextConverter new nextFromStream: '??' asString readStream
Thanks for the explanation. After changing stream nextPut: char basicSqueakToIso . to stream nextPut: char . in readStringAtAddress: anAddress from SqliteResult I was able to get the character back that I expected (after using the UTF8TextConverter). And now the following works also (where name contains the UTF-8 string): arrayOfDicts do:[:row | Transcript show: ((row at: #name) convertFromEncoding: 'UTF-8'); cr] Regards Roger
5210
Age (days ago)
5210
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roger Gilliar