- Timestamp:
- 08/07/08 18:22:08 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple/trunk/lib/WebService/Simple.pm
r13005 r17206 128 128 if ($params) { 129 129 foreach my $key ( keys %$params ) { 130 if ( utf8::is_utf8( $params->{$key} ) ) { 131 $params->{$key} = utf8::encode( $params->{$key} ); 132 } 130 utf8::encode( $params->{$key} ) if utf8::is_utf8 $params->{$key}; 133 131 } 134 132 $uri->query_form(%$params);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)