https://github.com/eser/tr2utf8
Simple tool to convert turkish-encoded files into utf-8 encoded ones
https://github.com/eser/tr2utf8
Last synced: over 1 year ago
JSON representation
Simple tool to convert turkish-encoded files into utf-8 encoded ones
- Host: GitHub
- URL: https://github.com/eser/tr2utf8
- Owner: eser
- License: mit
- Created: 2016-06-02T12:01:48.000Z (about 10 years ago)
- Default Branch: development
- Last Pushed: 2019-08-20T10:41:52.000Z (almost 7 years ago)
- Last Synced: 2025-04-11T21:14:42.177Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tr2utf8
This is a simple cli tool for converting turkish codepaged files into UTF-8 ones.
### Installation
```sh
npm install -g tr2utf8
```
### Usage
```sh
tr2utf8 source.txt
tr2utf8 source.txt --bom # with bom
tr2utf8 source.txt --encoding iso-8859-9 # different encoding than Windows-1254
```