
enca
List of commands for enca:
-
enca:tldr:003d0 enca: Detect file(s) encoding according to the system's locale.$ enca ${filename1 filename2 ---}try on your machineexplain this command
-
enca:tldr:5b0d7 enca: Create a copy of an existing file using a different encoding.$ enca -L ${language} -x ${to_encoding} < ${original_file} > ${new_file}try on your machineexplain this command
-
enca:tldr:79f1d enca: Convert file(s) to a specific encoding.$ enca -L ${language} -x ${to_encoding} ${filename1 filename2 ---}try on your machineexplain this command
-
enca:tldr:ef1e9 enca: Detect file(s) encoding specifying a language in the POSIX/C locale format (e.g. zh_CN, en_US).$ enca -L ${language} ${filename1 filename2 ---}try on your machineexplain this command