Xtreams hook to the holly Squeak TextEncoder

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Xtreams hook to the holly Squeak TextEncoder

Nicolas Cellier
So, I updated Xtreams-Transforms to fit Cincom public store version 52.
Then I added Xtreams-SqueakTextConverter to provide a DialectConverter.
I didn't name it Xtreams-SqueakEncoder because I'd like to let room
for cleaner classes.
I didn't make any effort to support backup/restore State

My version can now execute:

(((ByteArray new writing encoding: 'utf8')
        nextPutAll: 'àé'; conclusion)
         reading encoding: 'utf8') rest

Cheers

Nicolas

Reply | Threaded
Open this post in threaded view
|

Re: Xtreams hook to the holly Squeak TextEncoder

Igor Stasenko
This is really inspiring, how fast you progressing on that.
Thanks for doing a good service to us, Nicolas.



On 12 October 2010 01:58, Nicolas Cellier
<[hidden email]> wrote:

> So, I updated Xtreams-Transforms to fit Cincom public store version 52.
> Then I added Xtreams-SqueakTextConverter to provide a DialectConverter.
> I didn't name it Xtreams-SqueakEncoder because I'd like to let room
> for cleaner classes.
> I didn't make any effort to support backup/restore State
>
> My version can now execute:
>
> (((ByteArray new writing encoding: 'utf8')
>        nextPutAll: 'àé'; conclusion)
>         reading encoding: 'utf8') rest
>
> Cheers
>
> Nicolas
>
>



--
Best regards,
Igor Stasenko AKA sig.