text encoding detect

Difference between version 3 and 4 - Previous - Next
***How to detect text encoding use tcl, anyone know about it?***

There is a python implement called '''chardet''' [https://github.com/chardet/chardet].

It works well.

[gobvip] 2010/07/21

-----

The file command can do it too

======none
bash-5.1$ file --mime-encoding foobar.txt
foobar.txt: iso-8859-1
======
[The encguess command from Perl can also do this.  There are pathologi31415]cal 2022/05/06cases that encguess handles better than the file command, and vice versa.
[pi31415] 2024/01/26

<<categories>>Category Printing | Category HTML | Category Word and Text Processing