in reply to Re^6: Default encoding rules leave me puzzled...
in thread Default encoding rules leave me puzzled...
What output does that Perl command-line script produce?
C:\>chcp Active code page: 437 C:\>perl -MScalar::Util=looks_like_number -wE "use utf8; say looks_lik +e_number('ç')? 'yes' : 'no'" no C:\>bash $ perl -MScalar::Util=looks_like_number -wE 'use utf8; say looks_like_ +number("ç") ? "yes" : "no"' Malformed UTF-8 character (1 byte, need 3, after start byte 0xe7) at - +e line 1. no $ exit C:\>
By posting a command-line script and then not posting the output it produces, you've made no useful point—at least not one that's immediately understandable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Default encoding rules leave me puzzled...
by ikegami (Patriarch) on Jun 25, 2014 at 17:31 UTC | |
|
Re^8: Default encoding rules leave me puzzled...
by ikegami (Patriarch) on Jun 25, 2014 at 17:32 UTC |