mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-09 14:21:03 +03:00
Fix a comment on the sqlite3Utf8Read() routine. No changes to code.
FossilOrigin-Name: 5e514f6acebcfad4f18300d1a34f4917f1a746d9
This commit is contained in:
@@ -148,8 +148,8 @@ static const unsigned char sqlite3Utf8Trans1[] = {
|
||||
** and rendered as themselves even though they are technically
|
||||
** invalid characters.
|
||||
**
|
||||
** * This routine accepts an infinite number of different UTF8 encodings
|
||||
** for unicode values 0x80 and greater. It do not change over-length
|
||||
** * This routine accepts over-length UTF8 encodings
|
||||
** for unicode values 0x80 and greater. It does not change over-length
|
||||
** encodings to 0xfffd as some systems recommend.
|
||||
*/
|
||||
#define READ_UTF8(zIn, zTerm, c) \
|
||||
|
||||
Reference in New Issue
Block a user