# File lib/xsd/charset.rb, line 154
  def Charset.is_us_ascii(str)
    USASCIIRegexp =~ str
  end