On Tue, Apr 29, 2014 at 12:12 PM, Henri Sivonen <[email protected]> wrote: > The Web API for doing I/O is XHR, which would also take care of > encoding conversion.
So it turns out that NetUtil.readInputStreamToString() *could* perform the encoding conversion, too. Yet, callers opt not to do so and perform conversion on their own later. :-( -- Henri Sivonen [email protected] https://hsivonen.fi/ _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

