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

    Update: I replied to the wrong post. It should've been to Re^2: avoid writing 'use utf8' in every script, making this lame joke even lamer. If anyone with "movenodeability" wants to transplant this reply, it would be appreciated!

    tobyink:

    Odd, I always thought

    resembled the Kanji for Simiru, as in Simiru, Mirikuru gaaru!

    </end_of_lame_joke>

    ...roboticus

    Unicode: Making a job hard to do correctly (like i18n) nearly freakin' impossible.