Problem related to CSV.read() and strings

I suspect that there is still problem with unwanted escaping (as I described here):

julia> CSV.readsplitline(IOBuffer("104652,Thanks  \\,a"))
2-element Array{CSV.RawField,1}:
 CSV.RawField("104652", false)      
 CSV.RawField("Thanks  \\,a", false)