WAAbstractFileLibrary>>#addFile: and Squeak 5.2

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

WAAbstractFileLibrary>>#addFile: and Squeak 5.2

Tim Johnson-2
Hi,

I ran into a problem when trying to import a file.

I was able to solve it for this file by changing "next" to "next asCharacter" in GRSqueakPlatform>>#convertToSmalltalkNewlines:

        next = Character lf
                                                ifTrue: [ writeStream nextPutAll: self newline ]
                                                ifFalse: [ writeStream nextPut: next asCharacter ]

However, I wonder if part of the problem isn't in the calling method, WAAbstractFileLibrary>>#addFile:, or another class's #rawContents method, which is returning a ByteArray instead of a String...?

Thanks,
Tim

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside