You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> f = open("test.txt")
IOStream(<file test.txt>)
julia> x = readline(f)
"\ufffd"
julia> strip(x)
ERROR: BoundsError()
in getindex at ./array.jl:267
in getindex at ./utf8.jl:111
in lstrip at string.jl:1414
in lstrip at string.jl:1410
in strip at string.jl:1434
The text was updated successfully, but these errors were encountered:
test.txt contains a single character:
I get this error:
The text was updated successfully, but these errors were encountered: