A have a trouble. I try to execute this code:
print('')
My main language in system is Russian, it prints correctly, but if I change system language to English I have error.
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f48e' in position 0: ordinal not in range(128)
I there any way to use English language as main in system and print same emojis without error? I use MacOS and Python 3.6.2.