send instrument description using UTF8

develop
Japa 2018-02-27 21:18:15 +05:30
parent 65e549848d
commit 490fbd8b26
1 changed files with 1 additions and 1 deletions

@ -638,7 +638,7 @@ DFHack::command_result GetItemList(DFHack::color_ostream &stream, const DFHack::
reg->set_pitch_range_min(instrument->registers[j]->pitch_range_min);
reg->set_pitch_range_max(instrument->registers[j]->pitch_range_max);
}
send_instrument->set_description(instrument->description);
send_instrument->set_description(DF2UTF(instrument->description));
break;
}
default: