From b57ec31a3bb578c11d272f1302ce2e96cc5ae998 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Tue, 13 Feb 2024 11:58:22 +0900 Subject: [PATCH] =?UTF-8?q?utf-8=E3=81=A7=E3=83=80=E3=82=A6=E3=83=B3?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/src/js/songselect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/js/songselect.js b/public/src/js/songselect.js index d4d1fd6..d95de9f 100644 --- a/public/src/js/songselect.js +++ b/public/src/js/songselect.js @@ -2948,7 +2948,7 @@ class SongSelect{ if(!chartParsed){ chartParsed = true if(song.type === "tja"){ - promise = readFile(blob, false, "sjis").then(dataRaw => { + promise = readFile(blob, false, "utf-8").then(dataRaw => { var data = dataRaw ? dataRaw.replace(/\0/g, "").split("\n") : [] var tja = new ParseTja(data, "oni", 0, 0, true) for(var diff in tja.metadata){