Open masak opened 4 years ago
This:
$ perl -Ilib bin/bel Language::Bel 0.46 -- msys. > (len "¦") 2
Should be 1.
Reading perldoc perluniintro and perldoc perlunicode, it seems like the following changes are warranted:
perldoc perluniintro
perldoc perlunicode
binmode
use utf8
use feature 'unicode_strings'
This:
Should be 1.