encoding must be set on top of file. and better use utf-8

pull/52/merge
Johannes Raggam 2012-05-30 15:07:20 +02:00
rodzic 26f9d34c0e
commit b2d08583c8
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012, Plone Foundation
# All rights reserved.
#
@ -22,7 +24,6 @@
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# -*- coding: utf-8 -*-
"""
This module parses and generates contentlines as defined in RFC 2445

Wyświetl plik

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012, Plone Foundation
# All rights reserved.
#
@ -22,7 +24,7 @@
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# -*- coding: latin-1 -*-
"""
This module contains the parser/generators (or coders/encoders if you prefer)