Most BMS files are in Shift-JIS.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#include "StepsUtil.h"
|
#include "StepsUtil.h"
|
||||||
#include "song.h"
|
#include "song.h"
|
||||||
#include "Steps.h"
|
#include "Steps.h"
|
||||||
|
#include "RageUtil_CharConversions.h"
|
||||||
|
|
||||||
/* BMS encoding: tap-hold
|
/* BMS encoding: tap-hold
|
||||||
4&8panel: Player1 Player2
|
4&8panel: Player1 Player2
|
||||||
@@ -840,6 +841,8 @@ bool BMSLoader::LoadFromDir( CString sDir, Song &out )
|
|||||||
|
|
||||||
SlideDuplicateDifficulties( out );
|
SlideDuplicateDifficulties( out );
|
||||||
|
|
||||||
|
ConvertString( out.m_sMainTitle, "japanese" );
|
||||||
|
ConvertString( out.m_sArtist, "japanese" );
|
||||||
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user