Click to See Complete Forum and Search --> : need a program for finding file ecoded with euckr


hanpedro
03-20-2009, 04:13 AM
Is there a program for finding file ecoded with euckr?

I sould find out some files encoded with euckr among many directories.

Please let me know this kind of program.

bradgrafelman
03-22-2009, 07:21 AM
How about something like:

find . -exec file -i '{}' \; | grep charset=euc-krI don't know if it's euc-kr or just euckr for the charset - try a 'file -i' on a known EUCKR-encoded file to double check.