summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/UNILE_decl.rb
blob: 9e1c11dc0377e75613c7e28148ce101b1a06de5e (plain)
1
2
3
4
5
6
module REXML
	module Encoding
		UNILE = 'UNILE'
		claim( UNILE, /^\377\376/ )
	end
end