Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"i" displays unexpected symbol #1351

Open
suazhero opened this issue Feb 24, 2020 · 5 comments · May be fixed by #1717
Open

"i" displays unexpected symbol #1351

suazhero opened this issue Feb 24, 2020 · 5 comments · May be fixed by #1717

Comments

@suazhero
Copy link

suazhero commented Feb 24, 2020

Describe the bug

"i" displays unexpected symbol on windows simulator
Expressions are correctly evaluated though

Screenshots

image

To Reproduce

Steps to reproduce the behavior:

  1. Go to the 'Calculator' app
  2. Type 'i'
  3. Press enter
  4. See error

Expected behavior

Display i

Environment

Windows simulator latest master

@suazhero suazhero changed the title test i display unknown character Feb 24, 2020
@suazhero suazhero changed the title i display unknown character "i" display unknown character Feb 24, 2020
@suazhero suazhero changed the title "i" display unknown character "i" displays unknown character Feb 24, 2020
@suazhero suazhero changed the title "i" displays unknown character "i" displays unexpected symbol Feb 24, 2020
@Ecco
Copy link
Contributor

Ecco commented Feb 24, 2020

That's very odd. Can someone else confirm/reproduce this?

@suazhero
Copy link
Author

suazhero commented Feb 24, 2020

Same after cleaning everything and recompiling.
Also same taking the exe directly from continuous integration artefacts.
Is it just me?
Same on 2 different laptops, both running windows 10 1909

@LeaNumworks
Copy link
Collaborator

Hi,
I tried on a Windows 10 1803, there is the same bug with the latest continuous integration artifacts (4da9f34).
BugIComplex

@artaxxx artaxxx added this to the Later milestone Apr 8, 2020
@RedGl0w
Copy link
Contributor

RedGl0w commented Nov 23, 2020

After a test, this issue clearly comes from the rasterizer
LargeFont
SmallFont

@RedGl0w RedGl0w linked a pull request Nov 23, 2020 that will close this issue
@RedGl0w
Copy link
Contributor

RedGl0w commented Dec 16, 2020

This is due to the int containing the code point overflowing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants