Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.16k stars 303 forks source link

"Revert Changes" does not handle Umlauts in utf-8 files #1137

Open oehhar opened 8 years ago

oehhar commented 8 years ago

Short Summary

If the "Revert Changes" button is pressed with a change containing characters with a unicode > 7f, those characters are scrambled within the view pane and when inserted

Steps to Reproduce

  1. Take a file under svn source control
  2. File contents: ü
  3. Save and checkin the file
  4. Edit the file with Commodo and overwrite the ü by ?
  5. Press to the left on the blue pane to see the changes. The "ü" is shown as: "ü"
  6. Press the Button "Revert changes" The file contents is: "ü"

    Expected results

To have shown and reverted as "ü"

Actual results

Shown and reverted to "ü"

Platform Information

Komodo Edit or IDE? Komodo IDE Komodo Version? 9.3.2 Operating System (and version)? MS Windows 10 64 bit GER

Screenshots / Screencasts

komodo_revert_umlaut

Naatan commented 8 years ago

Since we use VCS this might be a bug in SVN rather than Komodo. Will dig.

oehhar commented 8 years ago

Thank you. It is Subversion 1.9.3 as available here: https://tortoisesvn.net/

Thank you, Harald