Revision | 522d2f17d0929710d6ff27027c5b5e5f39eb6bfe (tree) |
---|---|
Zeit | 2012-10-01 01:19:32 |
Autor | angeart <angeart@git....> |
Commiter | angeart |
Musicに関する修正
@@ -280,7 +280,7 @@ Handle<Value> Card::Function_Music_all(const Arguments& args) | ||
280 | 280 | |
281 | 281 | int i = 0; |
282 | 282 | BOOST_FOREACH(const boost::filesystem::path& music_path, ResourceManager::music()->GetMusicList()) { |
283 | - array->Set(i, String::New(music_path.stem().string().c_str())); | |
283 | + array->Set(i, String::New(unicode::sjis2utf8(music_path.stem().string()).c_str())); | |
284 | 284 | i++; |
285 | 285 | } |
286 | 286 | return array; |