|
@@ -158,7 +158,7 @@ static const unsigned short japanese_chars_fe[256] = {
|
|
|
void FF7FieldTextWriter::Begin(std::string fileName)
|
|
void FF7FieldTextWriter::Begin(std::string fileName)
|
|
|
{
|
|
{
|
|
|
mData.clear();
|
|
mData.clear();
|
|
|
- mLogger = std::make_unique<Logger>(fileName);
|
|
|
|
|
|
|
+ mLogger.reset(new Logger(fileName));
|
|
|
|
|
|
|
|
// Write BOM
|
|
// Write BOM
|
|
|
/* FIX ME - need to write data as UTF8
|
|
/* FIX ME - need to write data as UTF8
|