feat: initial commit
This commit is contained in:
commit
a161b86c9a
705 changed files with 288162 additions and 0 deletions
23
vendor/github.com/mattn/go-localereader/README.md
generated
vendored
Normal file
23
vendor/github.com/mattn/go-localereader/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# go-localereader
|
||||
|
||||
CodePage decoder for Windows
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
io.Copy(os.Stdout, localereader.NewAcpReader(bytes.Reader(bytesSjis)))
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
$ go get github.com/mattn/go-localereader
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
||||
## Author
|
||||
|
||||
Yasuhiro Matsumoto (a.k.a. mattn)
|
||||
Loading…
Add table
Add a link
Reference in a new issue