Re: [sqlite] sqlite-users Digest, Vol 52, Issue 1

2012-04-01 Thread YAN HONG YE
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 qph1510;\ mm.html); system(echo ^/table^ mm.html);

Re: [sqlite] sqlite-users Digest, Vol 52, Issue 1

2012-04-01 Thread Roy Tam
2012/4/2 YAN HONG YE yanhong...@mpsa.com: 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 qph1510;\ mm.html);   system(echo