Skip to content

Commit

Permalink
fix(scheme): fix text decoder on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Dec 24, 2022
1 parent 960d4b9 commit 8ed8c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheme/textdecode/locale_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ func init() {
enc = unicode.UTF8
}

localeDecoder = utf8Override{windowsEncoder}
localeDecoder = utf8Override{enc}
}

0 comments on commit 8ed8c1e

Please sign in to comment.