[#23231] What do you think about changing the return value of Kernel#require and Kernel#load to the source encoding of the required file? — =?ISO-8859-15?Q?Wolfgang_N=E1dasi-Donner?= <ed.odanow@...>

Dear Ruby developers and users!

8 messages 2009/04/17

[#23318] [Feature #1408] 0.1.to_r not equal to (1/10) — Heesob Park <redmine@...>

Feature #1408: 0.1.to_r not equal to (1/10)

19 messages 2009/04/26

[ruby-core:23245] Re: What do you think about changing the return value of Kernel#require and Kernel#load to the source encoding of the required file?

From: Wolfgang Nádasi-Donner <ed.odanow@...>
Date: 2009-04-17 22:37:22 UTC
List: ruby-core #23245
Michael Neumann schrieb:
> Wolfgang N叩dasi-Donner wrote:
> You'll be able to implement that in pure Ruby.
This is possible, but my general question was, if other Ruby users want 
this feature, too. If "yes", why not include it into the kernel, because 
the information is already there. If nobody is interested in this 
feature, I will use code similar to that you presented.

> But if anyhow possible try to convert all your files to UTF-8 (you probably 
> have reasons not to do so). 
I'm only talking about modules that come from other places (including gems).

Wolfgang N叩dasi-Donner


In This Thread