big5.js 156 B

123456789
  1. var big5Table = require('./table/big5.js');
  2. module.exports = {
  3. 'windows950': 'big5',
  4. 'cp950': 'big5',
  5. 'big5': {
  6. type: 'table',
  7. table: big5Table
  8. }
  9. }