https://github.com/vinser/u8xml
u8xml NewDecoder func can be used to parse XML files with IANA character encodings instead of Go Standard Library xml package Decoder
https://github.com/vinser/u8xml
charset converter decoder iana iso-8859-1 utf-16 windows-1251 xml
Last synced: 17 days ago
JSON representation
u8xml NewDecoder func can be used to parse XML files with IANA character encodings instead of Go Standard Library xml package Decoder
- Host: GitHub
- URL: https://github.com/vinser/u8xml
- Owner: vinser
- License: mit
- Created: 2024-07-05T03:22:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T16:30:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-21T09:22:11.338Z (almost 2 years ago)
- Topics: charset, converter, decoder, iana, iso-8859-1, utf-16, windows-1251, xml
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/vinser/u8xml) 

### 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__](https://github.com/softlandia/cpd)