Python Shell Makefile
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore Meta: enable commit/branch snapshots Nov 16, 2016
.travis.yml Meta: enable commit/branch snapshots Nov 16, 2016
LICENSE Add LICENSE resource Mar 15, 2016
Makefile Meta: enable commit/branch snapshots Nov 16, 2016
README.md Meta: enable commit/branch snapshots Nov 16, 2016
deploy.sh Meta: enable commit/branch snapshots Nov 16, 2016
deploy_key.enc Meta: enable commit/branch snapshots Nov 16, 2016
encoding.bs Editorial: start using the Infra Standard Nov 18, 2016
encodings.json Make the name of ISO-8859-8-I all uppercase in encodings.json Apr 6, 2016
index-big5.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-euc-kr.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-gb18030-ranges.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-gb18030.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-ibm866.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-10.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-13.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-14.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-15.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-16.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-2.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-3.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-4.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-5.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-6.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-7.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-iso-8859-8.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-jis0208.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-jis0212.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-koi8-r.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-koi8-u.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-macintosh.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1250.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1251.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1252.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1253.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1254.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1255.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1256.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1257.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-1258.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-windows-874.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
index-x-mac-cyrillic.txt windows-1255 map 0xCA to U+05BA Oct 24, 2016
indexes.json windows-1255 map 0xCA to U+05BA Oct 24, 2016
tools-clean.py Turn gb18030 into a real UTF and make gbk et al labels for it. https:… Dec 18, 2013
tools-index.py Moar TLS Sep 15, 2014
tools-label-table.py Editorial: convert to Bikeshed Nov 10, 2016

README.md

This repository hosts the Encoding Standard.

Code of conduct

We are committed to providing a friendly, safe and welcoming environment for all. Please read and respect the WHATWG Code of Conduct.

Contribution opportunities

We'd love your help fixing the minor and larger issues with the Encoding Standard. Pull requests for typographical and grammar errors are also most welcome.

We'd be happy to mentor you through this process. If you're interested and need help getting started, leave a comment on the issue or ask around on IRC.

Pull requests

In short, change encoding.bs and submit your patch, with a good commit message. Consider reading through the WHATWG FAQ if you are new here.

Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes. The names are sorted lexicographically.

If you want to preview the spec locally, you can either use a locally installed copy of Bikeshed by running make or use the HTTP API version by running make remote.

If you want to do a complete "local deploy" including commit and/or branch snapshots, run

./deploy.sh --local

Merge policy

If you can commit to this repository, see the html repository's TEAM for guidelines.

Tests

Tests can be found in the encoding/ directory of the web-platform-tests repository.