julia> A2 =   map( (x)->convert(ASCIIString, string(x)), A)
ERROR: invalid ASCII sequence
 in convert at ascii.jl:101
 in bytestring at string.jl:644
 in convert at ascii.jl:120
 in anonymous at none:1
 in map at base.jl:189

But after readcsv(file, UTF8 String) works!

THX

Paul


W dniu 2015-07-08 o 20:46, Eduardo Lenz pisze:
A2 =   map( (x)->convert(ASCIIString, string(x)), A)

Reply via email to