Posted by JoeT on 10/10/06 18:34
Hi...
I'm trying to load in a text file using fgets into a database table.
The text file contains a dictionary of terms in the form:
<englishword>\t<spanishword>
Problem is that the spanish words contain characters that are spanish
specific, and when I read them in, they are converted into '?'.
I don't want this.
Any suggestions as to how to get around this?
TIA,
Joe
[Back to original message]
|