gdamore/encoding

GitHub: gdamore/encoding

为 Go 语言补充标准扩展库中缺失的各类字符映射编码及容错 UTF-8 处理能力。

Stars: 29 | Forks: 10

## 编码 [![Linux](https://img.shields.io/github/actions/workflow/status/gdamore/encoding/linux.yml?branch=main&logoColor=grey&logo=linux&label=)](https://github.com/gdamore/encoding/actions/workflows/linux.yml) [![Windows](https://img.shields.io/github/actions/workflow/status/gdamore/encoding/windows.yml?branch=main&logoColor=grey&logo=windows&label=)](https://github.com/gdamore/encoding/actions/workflows/windows.yml) [![Apache License](https://img.shields.io/github/license/gdamore/encoding.svg?logoColor=silver&logo=opensourceinitiative&color=blue&label=)](https://github.com/gdamore/encoding/blob/master/LICENSE) [![Coverage](https://img.shields.io/codecov/c/github/gdamore/encoding?logoColor=grey&logo=codecov&label=)](https://codecov.io/gh/gdamore/encoding) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/gdamore/encoding) encoding 包提供了标准 Go [encoding]("https://godoc.org/golang.org/x/text/encoding") 包中缺失的许多编码。 我们希望有一天能将这些贡献给 Go 标准库。事实证明,其中一些编码对于处理来自非 UTF 友好源的 I/O 流非常有用。 UTF8 Encoder 在处理那些可能包含非有效 UTF 数据流的有效 UTF-8 时也非常有用;特别是,我使用它来帮助自己应对那些在原本有效的 UTF-8 中嵌入了转义序列的终端。
标签:EVTX分析, Go, Ruby工具, UTF-8, 字符编码, 字符集转换, 开发工具库, 开源组件, 日志审计