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

Unicode/ASCII issue #98

Open
coldstart01 opened this issue Sep 15, 2020 · 4 comments
Open

Unicode/ASCII issue #98

coldstart01 opened this issue Sep 15, 2020 · 4 comments

Comments

@coldstart01
Copy link

I can produce greek letters within console output however I can't do the same within cvui window. Any fix to this?
cvui::printf("Greek Alpha: %c\n", 224);
cvui::printf("Greek Beta: %c\n", 225);

Output to cvui window:
Greek Alpha: ??
Greek Beta: ??

@Dovyski
Copy link
Owner

Dovyski commented Sep 18, 2020

Unfortunately that a limitation in cvui itself. I am not aware of how I can render unicode chars using opencv primitives. Maybe there is a way, but I could not find it. My best idea to solve this problem is render the charts from a Mat, but I think that's something for the future.

@coldstart01
Copy link
Author

coldstart01 commented Sep 18, 2020 via email

@coldstart01
Copy link
Author

coldstart01 commented Sep 18, 2020 via email

@Dovyski
Copy link
Owner

Dovyski commented Sep 18, 2020

Removed 😉

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

No branches or pull requests

2 participants