in reply to How can I enable utf8 layer on Test::More diag output
it /should/ work....use strict; use warnings; use open qw(:std :utf8); use Test::More qw(no_plan);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I enable utf8 layer on Test::More diag output
by moritz (Cardinal) on Jul 22, 2008 at 17:23 UTC | |
by massa (Hermit) on Jul 22, 2008 at 22:09 UTC |