Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 758 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 758 Bytes

Go Report Card GitHub Tag GitHub License

u8xml Go package

The u8xml package NewDecoder can be used to parse XML files with IANA character encodings instead of Go Standard Library xml package Decoder.

u8hex CLI utility

The cmd folder contains the source code of the u8hex command-line interface utility, which may be used to get the hex representation of a string with a given character set. It may be useful for debugging.

Credits

u8hex is inspired by cpd