Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 PHP 获取和转储 Sqlite 字段。由于某些字符,我无法获得特定值。这是我的代码:
$sql = "SELECT * FROM siir WHERE siirAdi_txt LIKE 'Ağustos Şiiri%' COLLATE NOCASE";
Sqlite 3 是否支持 utf-8?
从站点复制粘贴:SQLite 版本 3 概述
SQLite 3.0 版对库进行了重要更改,包括:
A more compact format for database files. Manifest typing and BLOB support. **Support for both UTF-8 and UTF-16 text.** User-defined text collating sequences. 64-bit ROWIDs. Improved Concurrency.