summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/Shift-JIS_decl.rb
blob: 66f650144a2cd490cb639b556d69712fd442f978 (plain)
1
2
3
4
5
6
module REXML
	module Encoding
		claim( 'Shift-JIS' )
		claim( 'Shift_JIS' )
	end
end