in reply to Re: avoid writing 'use utf8' in every script
in thread avoid writing 'use utf8' in every script
Q. In your UTF-8 Perl script, which characters in the subroutine name "smiley" aren't Unicode characters?
A. None of them. In fact, every character in your Perl script is a Unicode character.
(The Perl documentation is inaccurate. It uses the word "Unicode" incorrectly in the sentence you quoted.)
Jim
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: avoid writing 'use utf8' in every script
by roboticus (Chancellor) on Feb 04, 2014 at 11:34 UTC |