# File lib/itex_stringsupport.rb, line 2305 def to_utf8! self.gsub!(/&([a-zA-Z0-9]+);/) {|m| $1.convert_to_utf8} end