Skip to content

Commit

Permalink
set coding: header to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
knoguchi committed Aug 23, 2010
1 parent 29fb993 commit 1b1fd72
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion demo/cherrypy/demo-cherrypy.py
@@ -1,5 +1,5 @@
#!/usr/local/bin/python
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-
#############################################
## (C)opyright by Dirk Holtwick, 2008 ##
## All rights reserved ##
Expand Down
2 changes: 1 addition & 1 deletion demo/wsgi/pisawsgidemo.py
@@ -1,5 +1,5 @@
#!/bin/python2.5
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion ho/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion ho/pisa/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion pisa.py
@@ -1,5 +1,5 @@
#!/usr/local/bin/python
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion setup_exe.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion setup_version.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_default.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_document.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_parser.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_pdf.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_reportlab.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_tables.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_turbogears.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_util.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_version.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/pisa_wsgi.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion sx/pisa3/reportlab_paragraph.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
# Copyright ReportLab Europe Ltd. 2000-2008
# see license.txt for license details
# history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/paragraph.py
Expand Down
2 changes: 1 addition & 1 deletion sx/w3c/cssSpecial.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion test/cookbook.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion test/datauri.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion test/helloworld.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion test/linkloading.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion test/pdfjoiner.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion test/simple.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion test/story2canvas.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down
2 changes: 1 addition & 1 deletion test/witherror.py
@@ -1,4 +1,4 @@
# -*- coding: ISO-8859-1 -*-
# -*- coding: utf-8 -*-

# Copyright 2010 Dirk Holtwick, holtwick.it
#
Expand Down

0 comments on commit 1b1fd72

Please sign in to comment.