- or download this
$ alias perlu
alias perlu='perl -Mstrict -Mwarnings -Mautodie=:all -Mutf8 -C -E'
- or download this
...
<description>Feed from a to ö</description>
...
<title>abc...åäö</title>
...
- or download this
...
<description>Feed from a to ö</description>
...
<title>abc...åäö</title>
...
- or download this
$ perlu 'say chr hex "F6"'
ö
- or download this
my $entry = XML::Feed::Entry->new();
- or download this
my $entry = XML::Feed::Entry->new('RSS');
- or download this
...
<description>Feed from a to ö</description>
...
<title>abc...åäö</title>
...
- or download this
$ perlu 'say chr hex for qw{E5 E4 F6}'
å
ä
ö