diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2013-06-04 12:46:30 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2013-06-04 12:46:30 +0000 |
| commit | 4ffc9760a3c1de8149e4ef03208d6ad9e5605bbf (patch) | |
| tree | 9702aa52229ee6ca5035744c61a04ee5b5e2da7e /docutils/languages | |
| parent | 9b44460d285ce318bcad3d8e69b9f8bcb6f2d3c1 (diff) | |
| download | docutils-4ffc9760a3c1de8149e4ef03208d6ad9e5605bbf.tar.gz | |
Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.
Fixes problems with Docutils installed in "virtualenv"
https://sourceforge.net/p/docutils/patches/105/
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7668 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/languages')
| -rw-r--r-- | docutils/languages/lt.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/languages/lt.py b/docutils/languages/lt.py index 38131f765..6223f3d83 100644 --- a/docutils/languages/lt.py +++ b/docutils/languages/lt.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- # $Id$ # Author: Dalius Dobravolskas <dalius.do...@gmail.com> # Copyright: This module has been placed in the public domain. @@ -59,7 +59,7 @@ bibliographic_fields = { author_separators = [';', ','] """List of separator strings for the 'Authors' bibliographic field. Tried in order.""" -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- # $Id$ # Author: David Goodger <goodger@python.org> # Copyright: This module has been placed in the public domain. |
