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