From: "Martin J. Dürst" <duerst@...>
Date: 2012-07-24T12:43:09+09:00
Subject: [ruby-core:46709] Re: [ruby-trunk - Feature #6679]  Default Ruby source file encoding to utf-8

On 2012/07/24 3:27, naruse (Yui NARUSE) wrote:
>
> Issue #6679 has been updated by naruse (Yui NARUSE).
>
>
> ��������������� wrote:
>> If this seem to be too large of a performance impact, please consider making it a configuration option.
>>
>> Making it a configuration option may be nice anyway.
>
> Benchmark by yourself, and if it shows performance impact, please report it.

I agree. For a file that's ASCII only, I can't imagine that performance 
decreases much (but of course I might be wrong). For a file that's 
UTF-8, there's no change. Same for a file that's in another encoding 
(because that can't use the default).

Regards,    Martin.