Skip to content

Commit

Permalink
mention default charset
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 24, 2012
1 parent e7e9f10 commit 04b2a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Path.pm
Expand Up @@ -127,7 +127,7 @@ L<Mojo::Path> implements the following attributes.
my $charset = $path->charset;
$path = $path->charset('UTF-8');
Charset used for encoding and decoding.
Charset used for encoding and decoding, defaults to C<UTF-8>.
=head2 C<leading_slash>
Expand Down

0 comments on commit 04b2a9f

Please sign in to comment.