# encoding: UTF-8

def get_utf8_ascii_str
  "utf8 ascii"
end

def get_utf8_str
  "α"
end