Page MenuHomeFeedback Tracker

Wolf french locale contains newline
Assigned, NormalPublic

Description

Printing a string that contains the "wolf" word with the french locale will also print newlines just after the "wolf" word. I don't know if it's only for the french locale or if the other ones are also affected.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Mod PlayerBase class and override EEHitBy function, and print the source display name.

lastDamage = source.GetDisplayName();
Additional Information

Actual comportment :

GrosTon1 s'est fait tué par Loup
. lastDamage: Loup
.

Expected comportement :

GrosTon1 s'est fait tué par Loup. lastDamage: Loup.

Event Timeline

GrosTon1 edited Steps To Reproduce. (Show Details)
GrosTon1 edited Additional Information. (Show Details)
Geez changed the task status from New to Assigned.Jan 2 2019, 3:28 PM