- Timestamp:
- 08/28/08 17:28:07 (3 months ago)
- Files:
-
- 1 modified
-
lang/perl/misc/WassrPod/wassrpod.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/WassrPod/wassrpod.pl
r18392 r18393 163 163 $text = encode('utf8', $text); 164 164 $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) "; 166 167 }ge; 167 168 $text = decode('utf8', $text);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)