Hi I'm trying to convert a byte array to a Unicode string lines. My code is causing Firefox to crash.
I have created a minimal test case. If you take the file bellow, make it chrome, and then load it, it will cause the browser to crash. http://garyvdm.googlepages.com/unicodeCrash.htm Note that If I use nsIConverterInputStream.readString() rather than nsIUnicharLineInputStream.readLine() , it works. Is there something I am doing wrong, or is this a bug? Regards, Gary _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
