md5 hash von Excel in MySql Datenbank

Maximilian Wilhelm max at rfc2324.org
Thu Mar 12 00:00:10 CET 2009


Anno domini 2009 Jan-Benedict Glaw scripsit:

> On Wed, 2009-03-11 17:09:31 +0100, Vitali Vitaliev <mafia at pop3.ru> wrote:
> > > Vermutlich hilft es dir schon, wenn du vorher ein recode
> > > utf8:iso8859-15 auf die Datei losläßt?
> >
> > Wie mache ich das? latin1 hat keinen Erfolg gebracht.

> $ cat datei | iconf --from utf-8 --to iso8859-15  > datei.iso8859-15

The useless ues of cat award goes to...

iconv wärs auch gewesen. :)

Ergo:
 iconv --from utf-8 --to iso8859-15 < datei > datei.iso8859-15

Ciao
Max
-- 
	Follow the white penguin.



More information about the Linux mailing list