summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/UTF-16_decl.rb
blob: f405a9f259aea72a0741bd7adccd201aaa47a752 (plain)
1
2
3
4
5
6
module REXML
	module Encoding
		UTF_16 = 'UTF-16'
		claim( UTF_16, /^\376\377/ )
	end
end