Unicode characters not appearing correctly on the site. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Unicode characters not appearing correctly on the site.

#include <iostream> using namespace std; int main() { cout << "✓" << endl; return 0; } The output windows showing this "Γ£ô"

24th Jul 2017, 6:44 AM
Muhammad Bilal Malik
Muhammad Bilal Malik - avatar
1 Answer
+ 6
Unicode characters not supported by current console and will convert to ASCII set characters if avail.
24th Jul 2017, 6:48 AM
Hatsy Rei
Hatsy Rei - avatar