Thanks, both of you. The following produces the output I am expecting.
perl -e '$a=join("",map ({chr} 0xdf .. 0x0101)); print "$a\n";'
I guess there is no way to do the Unicode equivalent of 'A' .. 'Z' instead.
Is there some way to skip the map() or chr() functions?
In reply to Is skipping map() and chr() possible?
by mldvx4
in thread Generating a range of Unicode characters
by mldvx4
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |