Closed ncerutti closed 2 months ago
... Strings containing special symbols (for example ;, ,, \t, \n) are now correctly quoted (only once with double quotes).
;
,
\t
\n
Closes #136.
Fixes triple quoting when strings contain special characters
... Strings containing special symbols (for example
;
,,
,\t
,\n
) are now correctly quoted (only once with double quotes).Closes #136.