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

Non-alpha characters not shown properly #43

Closed
CapnKernel opened this issue Sep 15, 2023 · 1 comment
Closed

Non-alpha characters not shown properly #43

CapnKernel opened this issue Sep 15, 2023 · 1 comment
Labels
bug Something isn't working rendering An issue with rendering items

Comments

@CapnKernel
Copy link

CapnKernel commented Sep 15, 2023

Example project:

https://kicanvas.org/?github=https%3A%2F%2Fgithub.com%2FCapnKernel%2Fpogoprog

Several of the pins have {slash} in the name, rather than this being interpreted and shown as /.

It seems that KiCad can store non-alpha characters using some sort of {} encoding. KiCanvas doesn't know about this.

Pic from KiCad 7:

image

Pic from KiCanvas:

image

Note that the D0/RX and D1/TX pins are shown correctly because KiCad is storing these as / not {slash}.

@CapnKernel CapnKernel added bug Something isn't working rendering An issue with rendering items labels Sep 15, 2023
@theacodes
Copy link
Owner

Interest, we should be handling these here, I'll see where the disconnect is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rendering An issue with rendering items
Projects
None yet
Development

No branches or pull requests

2 participants