Commit 1623f758 authored by nanahira's avatar nanahira

rev

parent 7fc9dfac
......@@ -49,8 +49,8 @@ for (var category_raw of category_array) {
for (var line of tja_lines) {
if (line.indexOf(":") > 0) {
const line_ = line.trim();
const line__ = convert(line_, "UTF-8", "SHIFT-JIS").toString('utf8');
const temp = line__.split(":");
//const line__ = convert(line_, "UTF-8", "SHIFT-JIS").toString('utf8');
const temp = line_.split(":");
const key = temp[0].toLowerCase();
const value = temp[1];
//console.log("Find value: " + key +" --> " + value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment