Neah/node_modules/encoding-japanese/src/jis-to-utf8-table.js
2025-04-17 12:39:10 +02:00

6 lines
120 B
JavaScript

/**
* Encoding conversion table for JIS to UTF-8
*/
var JIS_TO_UTF8_TABLE = null;
module.exports = JIS_TO_UTF8_TABLE;