LegacyDialog needs to convert the character name to uppercase. Currently it is using `std::toupper` but this does not work correctly with non-ascii (i.e. Russian) characters.
LegacyDialog needs to convert the character name to uppercase.
Currently it is using
std::toupperbut this does not work correctly with non-ascii (i.e. Russian) characters.