1
2
3
| stream |
stream := HTTPSocket httpGet: 'http://ja.doukaku.org/feeds/comments/'.
^stream contents withSqueakLineEndings convertFromEncoding: 'utf-8'