thekestrel has asked for the wisdom of the Perl Monks concerning the following question:
I read through...#!/usr/bin/perl use strict; use warnings; use encoding 'utf8'; my $str = "abc123äöüß"; print $str;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Outputting Unicode to DOS
by BrowserUk (Patriarch) on Aug 27, 2015 at 15:05 UTC | |
by Carbonblack (Novice) on Sep 06, 2019 at 08:52 UTC | |
Re: Outputting Unicode to DOS
by aitap (Curate) on Aug 27, 2015 at 16:09 UTC | |
by thekestrel (Friar) on Aug 28, 2015 at 12:05 UTC | |
by aitap (Curate) on Aug 29, 2015 at 13:49 UTC | |
by BrowserUk (Patriarch) on Aug 28, 2015 at 12:35 UTC | |
by thekestrel (Friar) on Aug 28, 2015 at 06:39 UTC | |
Re: Outputting Unicode to DOS
by 1nickt (Canon) on Aug 27, 2015 at 14:49 UTC | |
by thekestrel (Friar) on Aug 28, 2015 at 06:36 UTC |