AREPL-vscode icon indicating copy to clipboard operation
AREPL-vscode copied to clipboard

variable string output does not show foreign characters correctly

Open Almenon opened this issue 6 years ago • 1 comments

a="⺴"
print(a)

Print shows ⺴ just fine but the var display shows it as "⺴"

Almenon avatar May 18 '19 17:05 Almenon

i got the character somewhere from here: https://www.key-shortcut.com/en/writing-systems/%E6%96%87%E5%AD%97-chinese-cjk/cjk-characters-1/

Almenon avatar May 18 '19 17:05 Almenon