Re: Converting codepages to UTF8
- From: "P" <szpara_ga@xxxxxxx>
- Date: 31 Mar 2006 11:12:16 -0800
Dr.Ruud wrote:
P schreef:
my $cp = 'cp437';
my %files = map { $_ => 1 } grep { $_ !~ m/^\.\.?$/ } readdir(DIR);
map { decode( $cp, $_ ) => 1 } grep ...
This does exactly what my code does, except at a different point in
time.
The result is the same.
Thanks anyway.
--
Best regards,
Angela Druss
.
- References:
- Converting codepages to UTF8
- From: P
- Re: Converting codepages to UTF8
- From: Dr.Ruud
- Re: Converting codepages to UTF8
- From: P
- Re: Converting codepages to UTF8
- From: Dr.Ruud
- Re: Converting codepages to UTF8
- From: P
- Re: Converting codepages to UTF8
- From: Dr.Ruud
- Converting codepages to UTF8
- Prev by Date: Re: Converting codepages to UTF8
- Next by Date: Re: substition in perl
- Previous by thread: Re: Converting codepages to UTF8
- Next by thread: Re: Converting codepages to UTF8
- Index(es):