when I run this following code , the html file encoding changed to GB2312,not
utf-8, I don't know why?
system("echo ^<table border='1'^> >mm.html");
system("sqlite3 -html -header foods.db \"select * from dzh where qph15>10;\"
>>mm.html");
system("echo ^</table^> >>mm.html");
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
- Re: [sqlite] sqlite-users Digest, Vol 52, Issue 1 YAN HONG YE

