Lines Matching refs:encoding
85 set utf16le_tcl [encoding convertto unicode $str]
95 set utf16be_tcl [encoding convertto unicode $str]
178 PRAGMA encoding = 'utf-8';
184 PRAGMA encoding;
190 PRAGMA encoding = 'UTF-16le';
193 PRAGMA encoding;
204 } {1 {attached databases must use the same text encoding as main database}}
210 PRAGMA encoding = 'UTF-16le';
218 PRAGMA encoding = 'UTF-16le';
219 PRAGMA encoding;
224 PRAGMA encoding = 'UTF-8';
239 } {1 {attached databases must use the same text encoding as main database}}