# File lib/xsd/charset.rb, line 158
  def Charset.is_utf8(str)
    UTF8Regexp =~ str
  end