From d03c0dfbd8cab608a84e8434bbc507388e1d0987 Mon Sep 17 00:00:00 2001 From: Paul Chaplin Date: Sat, 3 Apr 2010 00:47:07 +0800 Subject: [PATCH] Added Unicode BOM to file to declare encoding; Python assumes ASCII and chokes unless told. --- trimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trimage b/trimage index 6906ad3..574f5e9 100644 --- a/trimage +++ b/trimage @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python # #Copyright (c) 2010 Kilian Valkhof, Paul Chaplin, Tarnay Kálmán #