Re: [dev-servo] character encoding in the HTML parser

2014-04-01 Thread Boris Zbarsky
On 4/1/14 3:07 PM, Keegan McAllister wrote: Who should I talk to about JS string representation changes? Eddy Bruel. ejpbruel at mozilla dot com. -Boris ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-se

Re: [dev-servo] character encoding in the HTML parser

2014-04-01 Thread Keegan McAllister
> The JS folks are very > interested in trying to move away from pure-UCS-2, for memory reasons... That's very interesting. Servo seems like a good place to prototype that with a DOM to match. Who should I talk to about JS string representation changes? keegan

Re: [dev-servo] character encoding in the HTML parser

2014-04-01 Thread Simon Sapin
On 01/04/2014 03:01, Keegan McAllister wrote: It does seem like replacing truly lone surrogates with U+FFFD would be an acceptable deviation from the spec, but maybe we want to avoid those absolutely. As much as I’d like this to be true, I don’t know. Henri seemed pretty opposed to changing th