Solved! After finding base/ascii.jl I find I can: str = "hello" uint_array = str.data str = ASCIIString(uint_array)
though I probably shouldn't be calling str.data outside of the Julia language files...
Solved! After finding base/ascii.jl I find I can: str = "hello" uint_array = str.data str = ASCIIString(uint_array)
though I probably shouldn't be calling str.data outside of the Julia language files...