Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 299 Bytes

Description

CLI ulitity which recursively transcodes text files matching file mask parameter to target encoding.

Usage

> EncodingConverter <file mask> <target encoding>

  • file mask - wildcard mask - eg. *.txt
  • target encoding - IANA-registered name for the encoding - eg. utf-8