summaryrefslogtreecommitdiffstats
path: root/scripts/export-data.js
Commit message (Collapse)AuthorAgeFilesLines
* Update build scripts and dataMathias Bynens2016-04-041-3/+5
| | | | The spec changed the order of some listings here and there.
* Update dependenciesMathias Bynens2015-01-261-1/+0
|
* Clean up dependenciesMathias Bynens2014-05-241-3/+0
|
* Simplify `regexInvalidRawCodePoint`Mathias Bynens2014-05-241-12/+12
| | | | | | By using a lookahead the regular expression to match lone surrogates gets a bit more compact. This also fixes an encoding issue caused by a typo that was introduced in 74fd7cd1b3fad9f464b778acff8ffeb0d3a47163.
* Split scripts into separate files per exported valueMathias Bynens2014-05-241-87/+12
|
* Clean up scriptsMathias Bynens2014-05-241-27/+20
|
* Fix off-by-one error in printable ASCII rangeMathias Bynens2014-05-241-6/+6
|
* Don’t encode invalid code points whose character references would refer to ↵Mathias Bynens2014-05-241-0/+28
| | | | | | | | another code point I.e. the code points listed in the first column of the overrides table at <http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#table-charref-overrides>. Closes #19.
* Make lone high surrogates trigger parse errors tooMathias Bynens2014-05-241-0/+1
|
* Add `strict` option to `he.encode`Mathias Bynens2014-05-241-3/+20
| | | | Ref. #19.
* Update dependenciesMathias Bynens2014-04-241-2/+3
|
* Update dependenciesMathias Bynens2013-10-151-7/+1
|
* encode: Add `encodeEverything` optionMathias Bynens2013-08-071-7/+44
| | | | Ref. #12.
* Avoid compiling `regexDecode` at runtimeMathias Bynens2013-07-301-1/+4
|
* Update dependenciesMathias Bynens2013-07-271-1/+1
|
* Tweak template variable namesMathias Bynens2013-07-011-2/+2
|
* Generate an array of all code points that trigger a parse errorMathias Bynens2013-07-011-0/+1
| | | | Ref. #9.
* Make file names of data files more consistentMathias Bynens2013-06-301-1/+1
|
* Clean up data processing scriptsMathias Bynens2013-06-281-0/+33