[alicebot-general] ProgramV - Was: Jabber AIML Bot?

Ernest Lergon ernest at virtualitas.net
Thu Oct 26 05:48:17 PDT 2006


Hi Brian,

according to

http://search.cpan.org/src/JHI/perl-5.8.0/lib/Unicode/README

the needed modules have moved for Perl Version 5.8.++

So please try this patch (not tested):

in AIML::Unicode change:

76-	$TO_UPPER	= _load_case ( 'unicode/To/Upper.pl' );
77-	$TO_LOWER	= _load_case ( 'unicode/To/Lower.pl' );
78-	$TO_TITLE	= _load_case ( 'unicode/To/Title.pl' );

76+	$TO_UPPER	= _load_case ( 'unicore/To/Upper.pl' );
77+	$TO_LOWER	= _load_case ( 'unicore/To/Lower.pl' );
78+	$TO_TITLE	= _load_case ( 'unicore/To/Title.pl' );

Please tell me, if that helped.

Ernest




More information about the alicebot-general mailing list