The documentation for PRAGMA includes this command:

PRAGMA encoding = "UTF-8"; 

Why is it "UTF-8" and not 'UTF-8' ?  Why is it double quotes rather than a 
normally-delimited string ?  Should either of these work ?

PRAGMA encoding = UTF-8;PRAGMA encoding = 'UTF-8'
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to