Karl Dahlke <[email protected]> writes: > It doesn't seem to handle breakspace as whitespace however, and yet it > should, and apparently does in other browsers.
I don't know if you have the JavaScript shell that comes with Spidermonkey installed, but it handles it as whitespace just fine there too. Test case: http://the-brannons.com/test.js.txt So why not in JS_EvaluateScript? I added some debugging statements on the JS side to print the bytes that were coming through, and they did in fact come through as they should. -- Chris _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
