Python supports unicode characters in variable names. This issue is related to #285 and #246. Since variable names need to map one-to-one to Python variable names, unicode support will be limited to characters supported by Python (no emojis, symbols, or special characters).
Python supports unicode characters in variable names. This issue is related to #285 and #246. Since variable names need to map one-to-one to Python variable names, unicode support will be limited to characters supported by Python (no emojis, symbols, or special characters).