https://github.com/sixarm/iconv-tools
iconv scripts that convert character encoding formats
https://github.com/sixarm/iconv-tools
ascii character encoding iconv script shell utf
Last synced: 6 months ago
JSON representation
iconv scripts that convert character encoding formats
- Host: GitHub
- URL: https://github.com/sixarm/iconv-tools
- Owner: SixArm
- Created: 2016-02-10T01:13:40.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T08:44:41.000Z (10 months ago)
- Last Synced: 2025-04-14T09:45:02.121Z (10 months ago)
- Topics: ascii, character, encoding, iconv, script, shell, utf
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# iconv tools that convert encoding formats
* [`iconv-from-utf-8-to-ascii-8bit`](bin/iconv-from-utf-8-to-ascii-8bit): convert from UTF-8 to ASCII-8BIT
* [`iconv-from-utf-8-to-us-ascii`](bin/iconv-from-utf-8-to-us-ascii): convert from UTF-8 to US-ASCII
These tools are one-line scripts.
We use these to streamline common commands for our system users.