<p>Este script foi escrito em Python 3 (necessita python >= 3.2) aos moldes da ferramenta iconv, que serve para converter a codificação de caracteres (UTF-8, ISO8859-1, ASCII etc.) de arquivos texto.<br />
<br />
pyconv.py [-h] [-f CODING] [-t CODING] [-w] [-l] [-d]<br />
[filename [filename ...]]<br />
<br />
Convert encoding of given files from one encoding to another.<br />
<br />
Positional arguments:<br />
filename File to convert<br />
<br />
Optional arguments:<br />
-h, --help show this help message and exit<br />
-f CODING, --from_code CODING<br />
Encoding of original text<br />
-t CODING, --to_code CODING<br />
Encoding for output<br />
-w, --write Make change to file in place<br />
-l, --list List all known coded character sets<br />
-d, --detect Detect file encoding</p>
Python: Pyconv - Conversor de codificação de caracteres
22 de Agosto de 2014, 9:09 - sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 20 vezes
0sem comentários ainda