-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Description
I am using code which includes UTF-8 symbols (for export to a web page). These symbols are displayed fine on the Windows version of the IDE but when I open the file in Ubuntu, most of them are not being displayed (there is no specific error generated in the terminal).
For examples UTF-8 symbols like these are not showing: 🌞 🌑 🌔 🌜🌙
As I long as I don't touch the file, the characters are still exported with the code compilation as they still appear on the web page but the IDE is not displaying them.
Is this a known issue with the IDE? I am the IDE using 1.8.15
Content of my update-locale
LANG="en_AU.UTF-8"
LANGUAGE="en_AU:en"