SoloLearn compiler problem | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

SoloLearn compiler problem

Special symbols like 'ā”€' become '?' in compiler. Is it possible to solve this problem?

30th Oct 2019, 8:50 AM
Roman Likhadievski
Roman Likhadievski - avatar
1 Resposta
+ 6
Try to use common characters, you can replace 'ā”€' with dashes '--'. The Code Playground output doesn't enable Unicode output by default, and 'ā”€' is not within ASCII range.
30th Oct 2019, 9:08 AM
Ipang