Added Unicode BOM to file to declare encoding; Python assumes ASCII and chokes unless told.

This commit is contained in:
Paul Chaplin 2010-04-03 00:47:07 +08:00 committed by Kálmán Tarnay
parent c6cb2dc321
commit d03c0dfbd8

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
# #
#Copyright (c) 2010 Kilian Valkhof, Paul Chaplin, Tarnay Kálmán #Copyright (c) 2010 Kilian Valkhof, Paul Chaplin, Tarnay Kálmán
# #