Outputting unicode characters in windows terminal

前端 未结 4 2172
Happy的楠姐
Happy的楠姐 2020-12-06 19:06

Over the past week I\'ve been working on a roguelike game in C++ along with a friend. Mostly too learn the language.

I\'m using:

  • pdcurses
  • Wind
4条回答
  •  萌比男神i
    2020-12-06 20:13

    In principle, all unicode characters are supported on the console. The fact that you're seeing question marks probably has to do with font support for those characters. Try switching the console font to something with very good unicode support.

提交回复
热议问题