aboutsummaryrefslogtreecommitdiff
path: root/src/utf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf.c')
-rw-r--r--src/utf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/utf.c b/src/utf.c
index d9c7e96d7..75a498779 100644
--- a/src/utf.c
+++ b/src/utf.c
@@ -12,7 +12,7 @@
** This file contains routines used to translate between UTF-8,
** UTF-16, UTF-16BE, and UTF-16LE.
**
-** $Id: utf.c,v 1.2 2004/05/06 23:37:53 danielk1977 Exp $
+** $Id: utf.c,v 1.3 2004/05/08 08:23:40 danielk1977 Exp $
**
** Notes on UTF-8:
**
@@ -491,3 +491,6 @@ void sqlite3utf16to16be(void *pData, int N){
utf16to16(pData, N, 1);
}
+
+
+