blob: 2928d2a5d7604e9e692e9a15ba6732d7659946d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- quickml.in.orig 2004-06-07 17:50:58.000000000 +0900
+++ quickml.in 2012-06-21 16:05:07.000000000 +0900
@@ -1,4 +1,5 @@
#! %RUBY%
+#coding: euc-jp
# -*- mode: ruby -*-
#
# quickml - an easy-to-use mailing list server
@@ -11,7 +12,6 @@
# the GNU General Public License version 2.
#
-$KCODE = "e"
require 'quickml'
def error (msg)
|