Changeset 25570
- Timestamp:
- 12/01/08 16:59:35 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Path-Class-URI/trunk/lib/Path/Class/Unicode.pm
r25566 r25570 40 40 sub uri { 41 41 my $self = shift; 42 my $path = Encode::encode_utf8($self->{path}-> stringify);42 my $path = Encode::encode_utf8($self->{path}->as_foreign('Unix')->stringify); 43 43 if ($self->is_absolute) { 44 44 return URI->new("file://localhost$path");
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)