what is the convention? I kept getting
`convert` has no method matching convert(::Type{SubString(UTF8String)}},
::ASCIIString)
all the time, every timeI I don't really know _why_ this error comes up, or how or what. I just kept typing :: ASCIIString trying to force the types onto things and hopefully it goes away, so of course I'm doing something wrong. thanks~
