Project

General

Profile

« Previous | Next » 

Revision fe0b23b4

Added by st0012 (Stan Lo) over 2 years ago

[ruby/irb] Remove encoding_aliases.rb
(https://github.com/ruby/irb/pull/569)

We don't have to load another file to define the legacy encoding aliases
map because there's only one definition of it. We can define it in
locale.rb directly.