Subject: | 61555_Feature request Config::Std; |
Date: | Thu, 1 Jun 2017 14:16:59 +0200 |
To: | bug-config-std [...] rt.cpan.org |
From: | rch <rch [...] skynet.be> |
===============================================
Bruxelles
2017_06_01
Dear Bill Ricker and Tom Metro
I'm a happy user of Config::Std.
Just hit a snag.
I would like to use Pilcrows (¶) in
the keys of my configuration variables
So I prepare a config hash thusly
…
$config_hash{"pilcrows"}{"¶REFSQLITE¶"} = "61446",
$config_hash{"pilcrows"}{"¶LOCALNMBR¶"} = "01",
$config_hash{"pilcrows"}{"¶FILENAME¶"} = "résumé_casta",
…
And then do
write_config(%config_hash => $outfile);
But in that $outfile the "¶"s
have all been replaced by "�". It reads
…
[pilcrows]
�REFSQLITE�: 61446
�LOCALNMBR�: 01
�FILENAME�: résumé_casta
…
This looks like I am in Unicode hell.
Is there any way out?
Yours sincerely / Vriendelijke groeten
Richard Hardwick
===============================================
email rch@skynet.be
===============================================
Show quoted text
-------- End of Original Message --------