Fix an encoding error
This commit is contained in:
parent
966ed51883
commit
5ab1093fe7
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ static wide_string markov_generate_name(const markov_prefix_map& prefixes, size_
|
|||
|
||||
// Getting here means that the maximum length was reached when
|
||||
// generating the name, hence the ending of the name has to be
|
||||
// made valid. Otherwise weird names like Un<EFBFBD>rierinil- and
|
||||
// made valid. Otherwise weird names like Unárierini- and
|
||||
// Thramboril-G may occur.
|
||||
|
||||
// Strip characters from the end until the last prefix of the
|
||||
|
|
Loading…
Add table
Reference in a new issue