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
Currently byte order marks are not very well handled in sv. The BOM will occur as the first character of the first field. This will break if you try to decode that field as just about anything that isn't stringy. It can also currently break sv's handling of spacing and quotes around a field.
The text was updated successfully, but these errors were encountered:
Currently byte order marks are not very well handled in sv. The BOM will occur as the first character of the first field. This will break if you try to decode that field as just about anything that isn't stringy. It can also currently break sv's handling of spacing and quotes around a field.
The text was updated successfully, but these errors were encountered: