sprig
sprig copied to clipboard
Incorrect characters being displayed with `addText()`
Describe the bug
When using addText()
with the pipe operator, |
, ö
is displayed instead.
Whilst I discovered this with |
, it's also an issue for other symbols such as ~
, ±
and §
. These are shown respectively in the bottom screenshot.
To Reproduce Steps to reproduce the behavior:
- Make a Sprig project.
- Use
addText()
with|
- Run the game
- See
ö
displayed
Expected behavior The correct character to be displayed.
Actual behavior
A different character displayed.
Screenshots
If applicable, add screenshots to help explain your problem.
|
being displayed
~
, ±
and §
being displayed