Open transcental opened 5 months ago
Describe the bug When using addText() with the pipe operator, |, ö is displayed instead.
addText()
|
ö
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:
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
is it just my phone or are the provided screenshots corrupted?
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:
addText()
with|
ö
displayedExpected 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