in reply to Other effects of 'use utf8' on script

> and one harder to type, easier to read.

Depends on your editor, I'm pretty sure there are options to get a code translated. °

I also saw Perl allowing named unicodes to be expanded. *

> a total of about 20 multibyte characters

And the third option are defining your own 20 Readonly constants and using variable interpolation of $widechar variables.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Wikisyntax for the Monastery

*) See perlunicode#Unicode-Encodings -> \N{notation}

°) Like here

  • Comment on Re: Other effects of 'use utf8' on script