[Prototype-core] Re: Genereic Function Benchmark

2009-11-20 Thread Jean-Philippe Encausse
Ok Thanks, I'll try this On 19 nov, 19:02, Allen Madsen bla...@gmail.com wrote: You could try unittest_js'[1] benchmark function. It's at the very end of the file. It'll help with the timing. Other than that, you may like the page speed extension for firebug.

[Prototype-core] Support full HTML set in (un)escapeHTML

2009-11-20 Thread disccomp
I was using unescapeHTML when I noticed that it was missing many of the encoded characters in this string I passed it. I went and checked the code, it seems that these functions only deal with about 3 out of hundreds of characters. quot; #39; for example. I came across a script which handles the

Re: [Prototype-core] Support full HTML set in (un)escapeHTML

2009-11-20 Thread Ngan Pham
I came across this problem myself. I think prototype should provide some type of API for things like this. In all my apps, I have a prototype_ext.js file that make small modifications/enhancements to prototype. It would be nice to be able to do something like this: prototype_ext.js:

[Prototype-core] Re: Support full HTML set in (un)escapeHTML

2009-11-20 Thread Tobie Langel
Thanks for your input. A correct character encoding should be all you really need to handle such entities. Best, Tobie -- You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To