Use UTF-8 encoding in all Python files

This commit is contained in:
J. David Ibáñez 2011-08-24 07:42:05 +02:00
parent fd5aab4e56
commit f09a02a2ee
11 changed files with 8 additions and 10 deletions

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2010 Google, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2010 Google, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2010 Google, Inc.
#

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2011 Itaapy

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2011 Itaapy

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2010 Google, Inc.
#

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2011 Itaapy

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2011 Julien Miotte

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2010 Google, Inc.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# Copyright 2010 Google, Inc.
#

@ -1,3 +1,5 @@
# -*- coding: UTF-8 -*-
#
# Copyright 2010 Google, Inc.
#
# This file is free software; you can redistribute it and/or modify