comand line utilites for convert code page of ascii files
Перейти к файлу
softlandia 1e95307a9f add exe 2019-03-19 18:31:41 +04:00
README.md 0.0.2 add single file mode 2019-01-29 01:46:38 +04:00
cpc.exe add exe 2019-03-19 18:31:41 +04:00
main.go 0.0.2 add single file mode 2019-01-29 01:40:16 +04:00

README.md

Convert code page of ASCII text files

Command line utilites to convert code page of text files

programm automatically detected code page of input files

(c) softlandia@gmail.com

dependences:

"github.com/softlandia/xLib"
"golang.org/x/text/encoding/charmap"
"golang.org/x/text/transform"

using

cpc 866 1251 .las

all files with extention "las" founded in current folder and all subfolders will be converted from IBM CodePage 866 to Windows 1251 code page. if file already in 1251 code page then nothing is done

cpc 866 1251 st.las

convert only file st.las

history

0.0.1
init commit

0.0.2
single file mode
optimization