Breaking up the FAQ has been discussed.
http://groups.google.com/group/comp.lang.javascript/browse_frm/thread...
I'm interested in doing this now. I propose something along the lines of:
* Numbers
* Windows and Frames
* Forms
I would like to hear feedback on this proposal.
The FAQ presents little [no?] information about `encoding' related
issues which do get asked frequently here. Many of them are along the
lines of:
- escape / unescape functions don't work well for Non-ASCII character
- encodeURIComponent to be used for encoding URI components rather
than encodeURI
- Setting the HTTP Request Header `Content-Type: x-www-
formurlencoded' when making asynchronous requests doesn't
automagically encode the data being submitted.
These are some of the points which have come across in this group in
the past few days related to encoding. It would be nice to have
someone come up with a short FAQ entry related to this topic.