mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Fix an encoding error
This commit is contained in:
parent
966ed51883
commit
5ab1093fe7
@ -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…
x
Reference in New Issue
Block a user