From koffice Sun Aug 14 18:42:44 2005 From: Ferdinand Gassauer Date: Sun, 14 Aug 2005 18:42:44 +0000 To: koffice Subject: international charset support - autodetection and recoding Message-Id: <200508142042.44292.gassauer () kde ! org> X-MARC-Message: https://marc.info/?l=koffice&m=112404506015680 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=`utrac -p $1` echo "original code page $cp" recode $cp..UTF-8 $1 cp=`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 ____________________________________ koffice mailing list koffice@kde.org To unsubscribe please visit: https://mail.kde.org/mailman/listinfo/koffice