Ticket #1666: 0001-Use-ISO-8859-1-instead-of-latin-1-when-specifying-en.patch

File 0001-Use-ISO-8859-1-instead-of-latin-1-when-specifying-en.patch, 641 bytes (added by sayamindu, 14 years ago)

Patch

  • bot/aiml/Kernel.py

    From ef0f15b61de05115ac280e81d33f00d8b4e28091 Mon Sep 17 00:00:00 2001
    From: Sayamindu Dasgupta <sayamindu@gmail.com>
    Date: Tue, 19 Jan 2010 17:50:06 +0530
    Subject: [PATCH] Use ISO-8859-1 instead of latin-1 when specifying encoding
    
    ---
     bot/aiml/Kernel.py |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/bot/aiml/Kernel.py b/bot/aiml/Kernel.py
    index 42d5ef7..1014ade 100644
    a b  
    1 # -*- coding=latin-1 -*-
     1# -*- coding=ISO-8859-1 -*-
    22"""This file contains the public interface to the aiml module."""
    33import AimlParser
    44import DefaultSubs