Skip to content

Commit

Permalink
Use utf-8 instead of UTF-8 in biscuits
Browse files Browse the repository at this point in the history
  • Loading branch information
pinard committed Feb 14, 2008
1 parent 90548b6 commit cc69c85
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Pymacs/pymacs.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
# Copyright © 2001, 2002, 2003 Progiciels Bourbeau-Pinard inc.
# François Pinard <pinard@iro.umontreal.ca>, 2001.

Expand Down
2 changes: 1 addition & 1 deletion __init__.py.in
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
# Copyright © 2002, 2003 Progiciels Bourbeau-Pinard inc.
# François Pinard <pinard@iro.umontreal.ca>, 2002.

Expand Down
2 changes: 1 addition & 1 deletion contrib/Giorgi/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

import sys
sys.path.insert(0, '.')
Expand Down
2 changes: 1 addition & 1 deletion contrib/Perez/pym.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
"""Functions accessible from inside Emacs.
Filename: pym.py
Expand Down
2 changes: 1 addition & 1 deletion contrib/rebox/Pymacs/Rebox/__init__.py
@@ -1 +1 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
2 changes: 1 addition & 1 deletion contrib/rebox/Pymacs/Rebox/rebox.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
# Copyright © 1991-1998, 2000, 2002, 2003 Progiciels Bourbeau-Pinard inc.
# François Pinard <pinard@iro.umontreal.ca>, 1991-04.

Expand Down
2 changes: 1 addition & 1 deletion contrib/rebox/rebox
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
# Copyright © 2002, 2003 Progiciels Bourbeau-Pinard inc.
# François Pinard <pinard@iro.umontreal.ca>, 2002.

Expand Down
2 changes: 1 addition & 1 deletion contrib/rebox/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

import sys
sys.path.insert(0, '.')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

import os, sys
from distutils.core import setup
Expand Down
2 changes: 1 addition & 1 deletion tests/pytest
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
# Copyright © 2005 Progiciels Bourbeau-Pinard inc.
# François Pinard <pinard@iro.umontreal.ca>, 2005.

Expand Down
2 changes: 1 addition & 1 deletion tests/setup.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Python side of the testing protocol.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_10.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Checking if pymacs.py loads.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_11.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Checking if pymacs.py works (Emacs and the Pymacs helper are not used).

Expand Down
2 changes: 1 addition & 1 deletion tests/test_20.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Checking if the Pymacs helper loads.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_21.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Checking if the Pymacs helper works.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_30.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Checking if pymacs.el loads.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_31.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Checking if pymacs.el works (the Pymacs helper is not used).

Expand Down
2 changes: 1 addition & 1 deletion tests/test_40.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Checking if Emacs loads the Python helper.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_41.py
@@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-

# Checking if the whole Pymacs works together.

Expand Down

0 comments on commit cc69c85

Please sign in to comment.