mirror of
https://github.com/nkanaev/yarr.git
synced 2026-07-15 19:16:32 +00:00
update x dependencies
This commit is contained in:
6
vendor/golang.org/x/text/encoding/japanese/shiftjis.go
generated
vendored
6
vendor/golang.org/x/text/encoding/japanese/shiftjis.go
generated
vendored
@@ -18,9 +18,9 @@ import (
|
||||
var ShiftJIS encoding.Encoding = &shiftJIS
|
||||
|
||||
var shiftJIS = internal.Encoding{
|
||||
&internal.SimpleEncoding{shiftJISDecoder{}, shiftJISEncoder{}},
|
||||
"Shift JIS",
|
||||
identifier.ShiftJIS,
|
||||
Encoding: &internal.SimpleEncoding{Decoder: shiftJISDecoder{}, Encoder: shiftJISEncoder{}},
|
||||
Name: "Shift JIS",
|
||||
MIB: identifier.ShiftJIS,
|
||||
}
|
||||
|
||||
type shiftJISDecoder struct{ transform.NopResetter }
|
||||
|
||||
Reference in New Issue
Block a user