diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-06-30 16:07:31 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-06-30 16:07:31 +0200 |
commit | a64dc2d5bf4d5b73f938084eaadad25a98b31dd5 (patch) | |
tree | e6b25b1a598131df0ee19790e745ac1c0d5f7b6b /scripts/export-data.js | |
parent | 1f0af565b93654f9c061f1ff40622e5afdb5af05 (diff) | |
download | he-a64dc2d5bf4d5b73f938084eaadad25a98b31dd5.zip he-a64dc2d5bf4d5b73f938084eaadad25a98b31dd5.tar.gz he-a64dc2d5bf4d5b73f938084eaadad25a98b31dd5.tar.bz2 |
Make file names of data files more consistent
Diffstat (limited to 'scripts/export-data.js')
-rw-r--r-- | scripts/export-data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/export-data.js b/scripts/export-data.js index 44e52f4..99c574e 100644 --- a/scripts/export-data.js +++ b/scripts/export-data.js @@ -24,7 +24,7 @@ module.exports = { 'encodeMap': readJSON('encode-map'), 'encodeSingleSymbol': regenerate.fromCodePoints(readJSON('encode-lone-code-points')), 'encodeMultipleSymbols': stringEscape(readJSON('encode-paired-symbols').join('|')), - 'decodeTable': readJSON('decode-overrides'), + 'decodeTable': readJSON('decode-map-overrides'), 'decodeMap': readJSON('decode-map'), 'decodeMapLegacy': readJSON('decode-map-legacy'), 'legacyReferences': readJSON('decode-legacy-named-references').join('|'), |