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
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
The Description property in ini does not register escape characters as what they are and just gets them as regular characters in the string.
This is most likely happening because the reader is set up to ignore escape characters when reading the property value from ini.
To Reproduce
Try using \n or \r\n in the Description property to have multiple lines of text.
See your \n or \r\n as part of the Description string as a single continuous line.
Expected Behavior
Should be able to make a new line in the Description string.