This is a discussion on international charset support - autodetection and recoding - KDE ; Hi all! I just want to point to = http://utrac.sourceforge.net/Download.html this library recognized the code page of my file and could be used to = compose the recode command this script did the job cp=3D`utrac -p $1` echo "original code ...
Hi all!
I just want to point to =
http://utrac.sourceforge.net/Download.html
this library recognized the code page of my file and could be used to =
compose the recode command
this script did the job
cp=3D`utrac -p $1`
echo "original code page $cp"
recode $cp..UTF-8 $1
cp=3D`utrac -p $1`
echo "new code page $cp"
hope that helps for all, who write code which expects a certain codepage =
specially import filters
--
cu ferdinand
=
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscrib=
e <<