Skip to content

Commit 68250a3

Browse files
committed
added FAQ entry about newlines in escaped strings
1 parent 39a51e1 commit 68250a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,8 @@ A: When using GCC have you linked against -lpthread? Read the installation secti
266266
Q: Does the library support UTF?
267267

268268
A: The library has basic UTF-8 support, or to be more precise it does not break when passing UTF-8 strings through it. If you read a `char*` then you get a pointer to the UTF-8 string. You will have to decode the string on your own. The separator, quoting, and commenting characters used by the library can only be ASCII characters.
269+
270+
271+
Q: Does the library support string fields that span multiple lines?
272+
273+
A: No. This feature has been often requested in the past, however, it is difficult to make it work with the current design without breaking something else.

0 commit comments

Comments
 (0)