How to check if console/font supports Unicode?

340 views Asked by At

I'm currently programming a little card game in C++, and I would like to use the Unicode characters for the card symbols, but I also wish to support consoles that can't display them.

Is there any way to check if the console and font can display certain Unicode characters without asking the user ?

0

There are 0 answers