js-codepage/misc/flow.js
SheetJS 5aacbbf522 version bump 1.5.0
new codepages:

- 808   OEM Russian; Cyrillic + Euro symbol
- 872   OEM Cyrillic (primarily Russian) + Euro Symbol
- 1010  IBM EBCDIC French
- 1132  IBM EBCDIC Lao (1132 / 1133 / 1341)
- 47451 Atari ST/TT

other changes:

- updated travis versions for test
- miscellaneous adjustments to tooling
2016-09-22 13:42:47 -04:00

15 lines
166 B
JavaScript

/*::
type CPTable = {
[key: string|number]:any;
utils:{
decode:any;
encode:any;
hascp:any;
magic:any;
cache:any;
};
};
declare var cptable: CPTable;
*/