Version 3 of text encoding detect

Updated 2022-05-06 18:15:19 by pi31415

How to detect text encoding use tcl, anyone know about it?

There is a python implement called chardet [L1 ].

It works well.

gobvip 2010/07/21


The file command can do it too

bash-5.1$ file --mime-encoding foobar.txt
foobar.txt: iso-8859-1

pi31415 2022/05/06