Comment #2 on issue 3554 by [email protected]: CP1252TextConverter new does not work
http://code.google.com/p/pharo/issues/detail?id=3554

That's not the "right" way to do it anymore, ever since ByteTextConverter superclass was introduced. (AFAICT that was before 1.0, but after the soup implementation)

The only methods subclasses should implement are class-side methods:
byteToUnicodeSpec
encodingNames
(languageEnvironment)

I'd suggest updating the Soup package to include the implementation found in Core, which works in all versions of Pharo.



Reply via email to