Good morning,
On 24/09/11 at 7:54 PM -0400, Ronald J Kimball <[email protected]> wrote:
When I run this filter on your sample text, I get the following result:
http://gyazo.com/5bc49629f7d4b0faf663634585fd6355.png
What am I doing wrong?
Rather than:
use encoding 'utf-8';
Try:
use encoding 'utf8';
It could be that 'utf-8' is an alias for 'utf8', so may not make
any difference, but 'utf8' is the correct value.
See `perldoc encoding` for all the gory details.
Charlie
PS. I can never keep clear whether to use utf8 or utf-8, so if
one doesn't work, try the other.
--
Ꮚ Charlie Garrison ♊ <[email protected]>
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
〠 http://www.ietf.org/rfc/rfc1855.txt
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>