🖱Binary Emojis 💻 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

🖱Binary Emojis 💻

I found that when I enter emojis in any "programming" language (Python, C++, C#) it shows a big red error.💻🚫 But those emojis work perfectly fine 👌 for web languages (HTML, JavaScript) Can someone please tell me why this is?⛑

25th Apr 2017, 9:37 AM
🔭 GP 🔭
🔭 GP 🔭 - avatar
4 Answers
+ 15
This is probs because SL C.Playground console application interface for Python, C++, C#, Java, etc only supports characters in the ASCII list, where codes are sent to the server for compilation/interpretation and then sent back to client side, while the interface deployed for web apps made using HTML/CSS/JS is a direct extension of the app itself. I'm highlighting on SL because I've come across weird cases where desktop console apps can display emojis and other UTF-8 chars. There's probably a way around for it, but I've not been successful with everything suggested on the net. https://code.sololearn.com/c9Gs7U4rok1z/?ref=app '
25th Apr 2017, 9:51 AM
Hatsy Rei
Hatsy Rei - avatar
+ 16
There's someone with a fake Hatsy Rei account and he is posting shit with it! are you aware of that? if yes then ask your friends to help report the fake account and if you wish provide a true profile picture.
25th Apr 2017, 9:56 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 14
@Nomeh Thanks for the heads up, buddy! The issue has been resolved a while ago. :> https://www.sololearn.com/Discuss/339128/?ref=app '
25th Apr 2017, 10:00 AM
Hatsy Rei
Hatsy Rei - avatar
+ 6
Thanks☺ @Hatsy
25th Apr 2017, 1:43 PM
🔭 GP 🔭
🔭 GP 🔭 - avatar