Ticket #640 (closed defect: fixed)
MSVC work-around can break string content
| Reported by: | scoder | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.14.1 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
When transscribing long strings with escape sequences, the MSVC work-around that splits them into short partial strings can accidentally cut escape sequences in the middle, thus leading to invalid data.
Example program is attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

