Sublime Forum

Bug: Input encoding in console is wrong

#1

Unicode characters entered in the console are getting decoded wrong (Win7, 64bit):

[code]>>> print u’ä’
ä

u’ä’
u’\xc3\xa4’

print u’\xe4’
ä[/code]

0 Likes

#2

same problem here

0 Likes