ServerJS/Encodings: Difference between revisions

Jump to navigation Jump to search
(→‎API: available encodings)
Line 5: Line 5:
There is some discussion on the mailing list (see <http://groups.google.com/group/serverjs/browse_thread/thread/6365b2a54615a134>) and here, there is a summary of these efforts.
There is some discussion on the mailing list (see <http://groups.google.com/group/serverjs/browse_thread/thread/6365b2a54615a134>) and here, there is a summary of these efforts.


== Encodings Names ==
== Encoding Names ==


Currently proposed are:
The encoding names should be among those supported by ICONV, which seem to be a superset of http://www.iana.org/assignments/character-sets.


* http://www.iana.org/assignments/character-sets
The following encodings are required:
* ICONV character set names
* US-ASCII
* UTF-8
* UTF-16
* ISO-8859-1
 
Encoding names <b>must</b> be case <b>insensitive</b>


== API ==
== API ==
62

edits

Navigation menu