summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-24 15:29:34 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-24 15:29:34 +0000
commitb0cf4c3d8b643894e9191c86df41b6648378b6f4 (patch)
treedebb5b1ab8ab9123aa5760b2729058d8608b47e3
parentf358b3c1c6fad73b6de59085b6bf5e4a788233a2 (diff)
Set KCODE; UTF-8 is the future
-rwxr-xr-xbin/rbot2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rbot b/bin/rbot
index 812c44f5..3d4a0548 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -21,6 +21,8 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+$KCODE = 'u'
+
$VERBOSE=true
require 'etc'