in reply to Re: utf8 "\xB7" does not map to Unicode at /usr/local/bin/бибс/об‰ line 112.
in thread utf8 "\xB7" does not map to Unicode at /usr/local/bin/бибс/об‰ line 112.
I will gladly do!
Yes, scripts live in Russian alphabet directory, that is in /usr/local/bin -- all in UTF8.
I did place the binmode lines in the script (the one that actually gives me the error and the one from which it is called) but i still get error message as above (regarding the script path (not readable characters).
I have tried open operator for find command. And can not understand how to get files it has found: how to put it into array. -- For
open(my $find, "|-:utf8", "/usr/bin/find -type f >/dev/null") or die " +Can't run find: $!\n"; while( <$find> ){ push @array, $_; }
Does not put anything into array.
Thank you for your extended answer, graff.
|
|---|