From 522d2f17d0929710d6ff27027c5b5e5f39eb6bfe Mon Sep 17 00:00:00 2001 From: angeart Date: Mon, 1 Oct 2012 01:19:32 +0900 Subject: [PATCH] =?utf8?q?Music=E3=81=AB=E9=96=A2=E3=81=99=E3=82=8B?= =?utf8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- client/Card.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Card.cpp b/client/Card.cpp index ceb0ca3..ba330f4 100644 --- a/client/Card.cpp +++ b/client/Card.cpp @@ -280,7 +280,7 @@ Handle Card::Function_Music_all(const Arguments& args) int i = 0; BOOST_FOREACH(const boost::filesystem::path& music_path, ResourceManager::music()->GetMusicList()) { - array->Set(i, String::New(music_path.stem().string().c_str())); + array->Set(i, String::New(unicode::sjis2utf8(music_path.stem().string()).c_str())); i++; } return array; -- 2.11.0