GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Change encoding error (charmap codec) #450

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tried changing then encoding for a utf-8 encoded file to shift_jis and got
the following crash traceback

Traceback (most recent call last):
  File "wx\lib\eventStack.pyo", line 108, in HandleEvent
  File "ed_main.pyo", line 1204, in OnReloadWithEnc
  File "ed_stc.pyo", line 1641, in ReloadFile
  File "wx\stc.pyo", line 2934, in SetText
  File "encodings\cp1252.pyo", line 15, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position
1504: character maps to <undefined>

Original issue reported on code.google.com by CodyPrec...@gmail.com on 29 Dec 2009 at 4:01

GoogleCodeExporter commented 9 years ago
should be fixed in release 0.5.86

Original comment by CodyPrec...@gmail.com on 8 Nov 2010 at 7:59