lhm (Lars Mai)
- Login: lhm
- Registered on: 07/03/2013
- Last sign in: 06/11/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/03/2013
-
10:39 PM Ruby Bug #8599: CSV module - error when trying to set backslash as quote_char
- Actually, I mistook quote_char for escape_char. Setting a backslash as quote_char is probably not a desired feature. I was looking for a way to escape double quotes differently than using two double quotes. Sorry for the noise.
-
10:16 PM Ruby Bug #8599 (Rejected): CSV module - error when trying to set backslash as quote_char
- =begin
There may be a bug in the CSV module. I found it impossible to set the backslash as quote_char, trying so gives the following:
1.9.3-p392 :055 > out = CSV.new($stdout, quote_char: "\\")
RegexpError: premature end of char-cl...