62
edits
(→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. | ||
== | == Encoding Names == | ||
The encoding names should be among those supported by ICONV, which seem to be a superset of http://www.iana.org/assignments/character-sets. | |||
* | The following encodings are required: | ||
* | * US-ASCII | ||
* UTF-8 | |||
* UTF-16 | |||
* ISO-8859-1 | |||
Encoding names <b>must</b> be case <b>insensitive</b> | |||
== API == | == API == | ||
edits