1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb/lc/ja/encoding_aliases.rb

12 lines
207 B
Ruby
Raw Normal View History

# frozen_string_literal: false
# :stopdoc:
module IRB
class Locale
@@legacy_encoding_alias_map = {
'ujis' => Encoding::EUC_JP,
'euc' => Encoding::EUC_JP
}.freeze
end
end
# :startdoc: