You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
escape characters such as %t and %n in manifest messages are translated the tab and newline characters.
Actual behavior
The escape characters are passed through without change.
Environment data
>$PSVersionTable
Name Value
---------
PSVersion 6.0.0
PSEdition Core
GitCommitId v6.0.0
OS Microsoft Windows 10.0.17076
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Steps to reproduce
Run resxgen.ps1 from tools\resxgen.
Expected behavior
escape characters such as %t and %n in manifest messages are translated the tab and newline characters.
Actual behavior
The escape characters are passed through without change.
Environment data