You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a couple of problem areas when using unicode.
Pasting print("🎉") into the console ends up pasting print("?"). Though I can still use Win + . to insert emojis(same error).
If the workbox has unicode text it will cause errors when trying to save to disk. This causes preferences to loose the contents of that file and possibly others.
Summary
I've found a couple of problem areas when using unicode.
print("🎉")
into the console ends up pastingprint("?")
. Though I can still useWin + .
to insert emojis(same error).The text was updated successfully, but these errors were encountered: