Opened 14 years ago
Closed 14 years ago
#1331 closed defect (fixed)
BaseFileWriter doesn't escape newline and carrige return as expected
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.12.1 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The documentation promises to replace newline and carrige return with \n
and \r
, but the actual implementation only replaces carrige return with \n
.
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4965]) Fixes #1331: BaseFileWriter? doesn't escape newline and carrige return as expected