We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error when trying to convert some code units:
julia> convert(LatinStr, collect(codeunits(""))) ERROR: UndefVarError: _empty_str not defined Stacktrace: [1] convert(#unused#::Type{LatinStr}, vec::Vector{UInt8}) @ StrBase ~/.julia/packages/StrBase/JnHYd/src/latin.jl:170 [2] top-level scope @ REPL[17]:1
[e79e7a6a] StrBase v1.1.0 [7bddbee9] Strs v1.1.0
The text was updated successfully, but these errors were encountered:
Merge pull request #18 from JuliaString/spj/fixlatin
d461708
Fix Issue #17, as well as another problem with convert and _LatinStr, and a new error code added in 1.8
Fixed by PR#18
Sorry, something went wrong.
No branches or pull requests
I get this error when trying to convert some code units:
The text was updated successfully, but these errors were encountered: