Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert DBF to MySQL that has German umlaut (ü ö ä, ß)

Status
Not open for further replies.

aas1611

Programmer
Dec 14, 2001
184
DE

I have a problem here.

I wanted to convert a DBF table into a MySQL table (using Navicat). This table has German names and words in it, which contain special characters ö, ä, ü, ß.
After converting, these characters appear as unknown, so some strange characters.

Under Navicat there's some kind of encoding when importing table, but I don't know which one.

How can I do this, with or without Navicat??

Please help!
 
You'd need to figure out how the special characters are encoded, then convert that encoding to something MySQL supports. Without knowing the encoding of the original data, I can't say much else.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top