Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tr2utf8

eserozvataf16MIT0.0.5

Simple tool to convert turkish-encoded files into utf-8 encoded ones.

turkish, encoder, codepage, windows-1254, iso-8859-9, latin5

readme

tr2utf8

This is a simple cli tool for converting turkish codepaged files into UTF-8 ones.

Installation

npm install -g tr2utf8

Usage

tr2utf8 source.txt
tr2utf8 source.txt --bom # with bom
tr2utf8 source.txt --encoding iso-8859-9 # different encoding than Windows-1254