- or download this
#!/usr/bin/perl
use strict;
use warnings;
print scalar reverse "\noäu";
- or download this
#!/usr/bin/perl
use strict;
...
print scalar reverse "\noäu";
__END__
uäo
- or download this
#!/usr/bin/perl
use strict;
...
\N[LATIN CAPITAL LETTER A]\N[COMBINING DIAERESIS]
\N[COMBINING DIAERESIS]\N[LATIN CAPITAL LETTER A]
ÖA
- or download this
#!/usr/bin/perl
use strict;
...
\N[LATIN CAPITAL LETTER A]\N[COMBINING DIAERESIS]\N[LATIN CAPITAL LETT
+ER O]
\N[LATIN CAPITAL LETTER O]\N[LATIN CAPITAL LETTER A]\N[COMBINING DIAER
+ESIS]
OÄ