Unicode characters not appearing correctly on the site. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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