mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add encoding declaration.
This commit is contained in:
parent
09776b7afd
commit
a729daf2e4
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# regression test for SAX 2.0
|
# regression test for SAX 2.0 -*- coding: iso-8859-1 -*-
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
from xml.sax import make_parser, ContentHandler, \
|
from xml.sax import make_parser, ContentHandler, \
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- coding: iso-8859-1 -*-
|
||||||
""" Test script for the Unicode implementation.
|
""" Test script for the Unicode implementation.
|
||||||
|
|
||||||
Written by Marc-Andre Lemburg (mal@lemburg.com).
|
Written by Marc-Andre Lemburg (mal@lemburg.com).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue