OSDN Git Service

Fix GitHub issue #607: File is corrupted while saving differences in changed file...
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 5 Feb 2021 13:24:58 +0000 (22:24 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 5 Feb 2021 13:24:58 +0000 (22:24 +0900)
Src/Common/ExConverter.cpp

index 3606576..66980a4 100644 (file)
@@ -215,7 +215,7 @@ public:
                                }
                        }
                }
-               if (codepage == 20127)
+               if (codepage == 20127 || codepage == 65000)
                        return defcodepage;
                return codepage;
        }