8 ms·
Can I ask in which use case you'd want UTF-32 text in a column ?
by ddlsmurf 2mo ago
Can I ask in which use case you'd want UTF-32 text in a column ?
- Rohansi 2mo agoAlso why would you store UTF-32 in text column when SQLite clearly doesn't support it? The docs show there are only methods to pass UTF-8 or UTF-16 text. https://sqlite.org/c3ref/bind_blob.html https://sqlite.org/c3ref/bind_blob.html
- ventana 2mo agoI won't! But I can imagine a Windows developer (well, UTF-16, not UTF-32, but still NULs are everywhere) who might want to put something like that to the database without proper converting.