encoding: latin1 auf utf-8 konvertieren
encoding: latin1 auf utf-8 konvertieren
Ich habe sql damp, wie kann ich es von latin1 auf utf-8 konvertieren?
Re: encoding: latin1 auf utf-8 konvertieren
man iconv
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: encoding: latin1 auf utf-8 konvertieren
Ist das correct:
iconv -f latin1 -t utf8 1.sql > 2.sql
?
iconv -f latin1 -t utf8 1.sql > 2.sql
?
Re: encoding: latin1 auf utf-8 konvertieren
Ja.
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
