Bible Trivia Extreme wrote:
>> Open your spanish.txt file in a hex editor.  The letter 'ñ' should be
>> encoded as C3 B1.  If you see F1 instead, it means your file is in
>>
>>     
> ISO-8859-1 or something similar.Thanks Dan, it seems to be F1.  So what do I 
> do exactly?
>
> Im assuming I need to fix the .txt file somehow, but how?
>
> Thanks for your help
Use the "iconv" command-line program, or any programming language 
containing the equivalent functionality.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to