Changeset 18393 for lang/perl

Show
Ignore:
Timestamp:
08/28/08 17:28:07 (3 months ago)
Author:
yappo
Message:

括弧つけた

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/misc/WassrPod/wassrpod.pl

    r18392 r18393  
    163163            $text = encode('utf8', $text); 
    164164            $text =~ s{([ \001\002\003\004\005\006\007\010\011\013\014\016\017\020\021]{2,})}{ 
    165                 decode('whitespace-8', $1); 
     165                my $str = decode('whitespace-8', $1); 
     166                " ($str) "; 
    166167            }ge; 
    167168            $text = decode('utf8', $text);