diff options
author | drh <drh@noemail.net> | 2014-06-18 15:24:40 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2014-06-18 15:24:40 +0000 |
commit | 6c34e58e8fb73d9c526c33b3006801b249da8c07 (patch) | |
tree | 74c79b439e509d6c0ead854bf0a2c3710584ad0b /src/utf.c | |
parent | f9944b5053632fd64457f87a49d500c8114082a1 (diff) | |
download | sqlite-6c34e58e8fb73d9c526c33b3006801b249da8c07.tar.gz sqlite-6c34e58e8fb73d9c526c33b3006801b249da8c07.zip |
Fix a comment on the sqlite3Utf8Read() routine. No changes to code.
FossilOrigin-Name: 5e514f6acebcfad4f18300d1a34f4917f1a746d9
Diffstat (limited to 'src/utf.c')
-rw-r--r-- | src/utf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) \ |