Changeset 14204 for lang/perl/App-Nakanobu
- Timestamp:
- 06/18/08 16:35:04 (5 months ago)
- Location:
- lang/perl/App-Nakanobu/trunk/lib/App/Nakanobu/Plugin/Component
- Files:
-
- 2 modified
-
IRCClient.pm (modified) (1 diff)
-
JSONRPC/HTTP.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Nakanobu/trunk/lib/App/Nakanobu/Plugin/Component/IRCClient.pm
r14201 r14204 86 86 $command => $self => sub { 87 87 my ($self, $context, $channel, $text) = @_; 88 $irc->yield( $command => $channel, $text);88 $irc->yield( $command => encode($self->charset, $channel), encode($self->charset, $text) ); 89 89 } 90 90 ); -
lang/perl/App-Nakanobu/trunk/lib/App/Nakanobu/Plugin/Component/JSONRPC/HTTP.pm
r14195 r14204 21 21 ); 22 22 23 my $marshal = JSON::RPC::Common::Marshal::HTTP->new; 23 my $marshal = JSON::RPC::Common::Marshal::HTTP->new( 24 json => JSON->new->utf8(1), 25 ); 24 26 25 27 my $method_map = {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)