Changeset 427
- Timestamp:
- 03/31/06 19:53:43
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Publish/Speech/MacOSX.pm
r426 r427 47 47 my $stuff = $entry->title_text . ' ' . $entry->body_text; 48 48 49 unless( $self->is_ascii( $stuff ) ){50 Plagger->context->log(info => "Can't speak 2byte-included entry, sorry.");51 next;49 # unless( $self->is_ascii( $stuff ) ){ 50 # Plagger->context->log(info => "Can't speak 2byte-included entry, sorry."); 51 # next; 52 52 } 53 53
