From: naoki i. <am...@us...> - 2007-11-26 15:23:05
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3450/UI Modified Files: HTML.pm Log Message: Merge the most of my changes on branch b0_22_2. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.375 retrieving revision 1.376 diff -C2 -d -r1.375 -r1.376 *** HTML.pm 6 Sep 2007 17:34:10 -0000 1.375 --- HTML.pm 26 Nov 2007 15:22:48 -0000 1.376 *************** *** 1618,1622 **** if ( $self->user_config_( $self->{sessions__}{$session}{user}, 'language' ) =~ /^Nihongo$/ ) { no locale; ! $word =~ /^($euc_jp)/; $c = $1; } else { --- 1618,1622 ---- if ( $self->user_config_( $self->{sessions__}{$session}{user}, 'language' ) =~ /^Nihongo$/ ) { no locale; ! $word =~ /^($euc_jp)/o; $c = $1; } else { |