Closed
Description
julia> StringView(codeunits("fooα"))[1:5]
ERROR: UndefVarError: string_index_err not defined
Looks like these lines should be Base.string_index_err
julia> StringView(codeunits("fooα"))[1:5]
ERROR: UndefVarError: string_index_err not defined
Looks like these lines should be Base.string_index_err