An open API service indexing awesome lists of open source software.

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

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
```