Skip to content

Commit 52cf4d0

Browse files
gordthompsonmkleehammer
authored andcommitted
Convert tests3\sqlitetests.py to utf-8
1 parent 716572a commit 52cf4d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests3/sqlitetests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
# -*- coding: latin-1 -*-
32

43
usage = """\
54
usage: %prog [options] connection_string
@@ -193,7 +192,7 @@ def t(self):
193192
locals()['test_text_%s' % len(value)] = _maketest(value)
194193

195194
def test_text_upperlatin(self):
196-
self._test_strtype('varchar', 'á')
195+
self._test_strtype('varchar', 'á')
197196

198197
#
199198
# blob

0 commit comments

Comments
 (0)