+ 1
SoloLearn compiler problem
Special symbols like 'â' become '?' in compiler. Is it possible to solve this problem?
1 Answer
+ 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.