From 67735deda2c8eef3c112b46740f33240e90b74a1 Mon Sep 17 00:00:00 2001 From: Zhang Chiyuan Date: Mon, 7 Apr 2008 14:13:55 +0000 Subject: [PATCH] make the three python snippet's coding utf-8 --- snippets/text-mode/python-mode/class | 1 + snippets/text-mode/python-mode/def | 1 + snippets/text-mode/python-mode/defm | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/snippets/text-mode/python-mode/class b/snippets/text-mode/python-mode/class index 0fafc4a..a45923b 100644 --- a/snippets/text-mode/python-mode/class +++ b/snippets/text-mode/python-mode/class @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # name: class # contributor: Orestis Markou # contributor: Nishio Hirokazu diff --git a/snippets/text-mode/python-mode/def b/snippets/text-mode/python-mode/def index 5444d10..0f1542f 100644 --- a/snippets/text-mode/python-mode/def +++ b/snippets/text-mode/python-mode/def @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # name: def # contributor: Orestis Markou # contributor: Yasser González Fernández diff --git a/snippets/text-mode/python-mode/defm b/snippets/text-mode/python-mode/defm index 088cb71..0e53903 100644 --- a/snippets/text-mode/python-mode/defm +++ b/snippets/text-mode/python-mode/defm @@ -1,5 +1,6 @@ +# -*- coding: utf-8 -*- # name: defm -# contributor: Yasser Gonz¨¢lez Fern¨¢ndez +# contributor: Yasser Gonz¨¢lez Fern¨¢ndez # -- def ${1:name}(self, $2): """$3