July 31, 2010
11:56 p.m.
Working with WebClient i found what it lacks of non latin languages support (for example Russian). During investigation i found, what for streaming there used ByteString, which is custructed by calling String class>>new:. All subclases of String by calling of this method produces only ByteString instances. Also WriteStream>>contents indirectly calls String class>>new:. So even you construct WideString with #basicNew: calling (WideString basicNew: size) writeStrem contents produce only ByteString Is this a bug or there some workaround? Thanks. -- Andrey Larionov