We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994fe20 commit 72d9bd8Copy full SHA for 72d9bd8
src/svn.ts
@@ -175,6 +175,8 @@ export class Svn {
175
if (args.includes("--xml")) {
176
encoding = "utf8";
177
} else if (encoding === "") {
178
+ encoding = "utf8"; // Initial encoding
179
+
180
const defaultEncoding = configuration.get<string>("default.encoding");
181
if (defaultEncoding) {
182
if (!iconv.encodingExists(defaultEncoding)) {
0 commit comments