[ruby-core:73655] Re: [Ruby trunk - Bug #12034] RegExp does not respect file encoding directive

From: Eric Wong <normalperson@...>
Date: 2016-02-02 18:45:48 UTC
List: ruby-core #73655
nobu@ruby-lang.org wrote:
> That encoding has never changed since 1.9.
> It seems because `File.readlink` and `File.realpath` return locale strings.

Ugh, that isn't right to me since filesystem names (on *nix) can have
any byte besides "\0".

Anyways, workaround for raindrops:
http://bogomips.org/raindrops-public/20160202183136.21549-1-e%4080x24.org/raw

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread