Re: [julia-users] parse Unicode string to Float64
The StringEncodings package solves the problem. Thank all, Chris
Re: [julia-users] parse Unicode string to Float64
Le lundi 24 octobre 2016 à 21:44 -0700, Chris Stook a écrit : > I'm trying to parse a text file which contains some floating point > numbers. The number 2.5 is represented by the string > "\x002\0.\x005\0". Parse will not convert this to a Float64. Print > works (prints "2.5") in Atom and Jupyte